Python - Documentation - Documentation Generator


pdoc is an API documentation auto-generator. It can generate html documentation pages in a single line.

To install: pip3 install pdoc3

Usage: pdoc --html <File, Directory, or Package path>

  • To ignore errors: --skip-errors

The html files will be saved in html/