Description
Python projects can generate browsable API documentation directly from modules, docstrings, and type information. This helps developers publish or inspect reference documentation without maintaining every page by hand.
It is a command-line development tool. Generated documentation may expose internal APIs or comments, so projects should review the output before publishing it publicly.