4.1. Documentation#

4.1.1. Auto-generate Documentation for your API#

If you want to Auto-generate Documentation for your API

Try pdoc.

pdoc is a simple library to create a cool documentation page that follows your project’s Python module hierarchy.

No need for difficult configuration, it runs without configuring 100 things.

A cool alternative to Sphinx.

!pip install pdoc
!pdoc preprocessing.py