5.8. Documenting source code (TBC)

Important

It is recommended to use the reST docstring format as it is supported by a number of IDEs including PyCharm, Visual Studio Code, Eclipse (remember that your code will be use by others who may not be using the same IDE).

Automatically generating API documentation from docstrings

Generating api documentation using sphinx-autoapi