Update docs - #34
Conversation
…etain their original names)
…mns are identical
…umns and don't safe_load merge output
|
I think this generally looks good, except that I believe we're missing all of the API docs for the actual library itself, no? We should make sure the actual underlying library is documented, probably alongside |
There was a problem hiding this comment.
This should probably be a dev dep, no?
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## emmleroy-v1.0.0 #34 +/- ##
===================================================
+ Coverage 91.39% 91.74% +0.35%
===================================================
Files 23 24 +1
Lines 1162 1260 +98
===================================================
+ Hits 1062 1156 +94
- Misses 100 104 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Actually there is an updated API Reference! It's just that the docs site only builds/deploys upon release by gh-actions. You can still preview the updated docs by downloading the static build here: https://github.com/quant-aq/cli/actions/runs/29425224822/artifacts/8346972632 |
Summary
This PR updates the docs for quant-aq/cli and fixes various bugs
Changes
Bug fixes
Previewing docs
$ poetry run sphinx-build -b html -E docs docs/_build$ open docs/_build/index.htmlQuestions for Review