API
Read the Docs can help you auto create a documentation based on function descriptions you wrote in your source code.
It can be done using the following code.
.. autosummary::
:toctree: generated
python-file-name
And here is the result
api - containing functions that we all love |