-
Notifications
You must be signed in to change notification settings - Fork 5
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
Commit API docs and generate them using a separate task. #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a small comment on the grammer
docs/README.md
Outdated
task docs:api-docs | ||
``` | ||
|
||
* This will regenerate the API docs in `src/api`. You should run this whenever you change what |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need the "what" in the sentence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the wording.
@@ -0,0 +1,7 @@ | |||
clp\_ffi\_py.ir.native module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea what are those so I assume they are auto generated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yessir.
Description
Currently, clp-ffi-py's API docs are built whenever the docs site is built. This has two issues:
This PR commits the API docs to the repo and builds them using a separate task that devs should run manually if they ever add/remove a package/module.
This PR depends on #46 being merged first.
Validation performed
task docs:serve
continues to work correctly.task docs:api-docs
generates the API docs but doesn't change the committed docs (right now).