-
Notifications
You must be signed in to change notification settings - Fork 81
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
Publish docs #153
Comments
Generated one with lazydocs: https://github.com/ml-tooling/lazydocs I think the fastest (maybe not the best) way to generate doc is to use some kind of API like lazydocs For sure, it can be improved a lot, some python docstrings should be reviewed to check if are correct, because sometimes markdown was not properly generated. What do you think? Global Variables
function
|
Thanks for the suggestion @GNUSheep |
Need to setup something to publish the library docs in an easy to view manner, rather than just pointing people to the source code as we currently do (in the readme).
Most likely a github.io site should be fine rendering from a
docs/
folder containing generated html.Could also try this to generate markdown docs: https://stackoverflow.com/questions/36237477/python-docstrings-to-github-readme-md
The text was updated successfully, but these errors were encountered: