We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to generate API documentation in our sphinx documentation. For this we need to add the appropriate docstrings to the API too.
The text was updated successfully, but these errors were encountered:
This is becoming more pressing; would be the best way to document the renderers and various other behaviors.
Sorry, something went wrong.
It'd amount to creating an api.rst with the right directives and including it in the toc. Here's Morepath's example:
api.rst
https://raw.githubusercontent.com/morepath/morepath/master/doc/api.rst
We'd need to do this for everything in __init__.py at least (also see #39).
__init__.py
No branches or pull requests
We need to generate API documentation in our sphinx documentation. For this we need to add the appropriate docstrings to the API too.
The text was updated successfully, but these errors were encountered: