:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
Auto-generate API documentation for Python 3+ projects.
$ pip install pdoc3
Pdoc will accept a Python module file, package directory or an import path.
$ pdoc your_project
See pdoc --help
for more command-line switches and the documentation
for more usage examples.
__all__
when present.__pdoc__
dictionary.The above features are explained in more detail in pdoc’s documentation
(generated with pdoc).
Check CONTRIBUTING.md for hacking details.