-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the docs #236
Update the docs #236
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #236 +/- ##
==========================================
- Coverage 79.33% 79.28% -0.05%
==========================================
Files 173 173
Lines 17000 17003 +3
Branches 2309 2309
==========================================
- Hits 13487 13481 -6
- Misses 2510 2514 +4
- Partials 1003 1008 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Double-check API docs. |
TODO: mention compression formats supported by hitck load |
b27c5bb
to
fde7770
Compare
This reverts commit dd27ca7.
* Update docstrings * Update the README * Update CLI reference * Update requirements.txt for the docs * Update test dataset download instructions * Add docs for hictk metadata * Update CLI reference * Update docs for C++ API * Update docs and tutorials for hictk * hictk load: document supported compression algorithms * Update docs for To*Matrix transformers * Update CITATION.cff and add workflow to lint CITATION.cff * Rewrite generate_cli_reference script in python * Fix incorrect display of std::uint8_t default values in the CLI help message * Remove unnecessary extension from docs/conf.py * Switch to using build.commands in .readthedocs.yaml in preparation for RTD Addons * Check for broken links when building the docs * Add script to automate updating doc links in index.rst * Update links to the doc in the readme
Closes #213.