Package | Comment |
---|---|
sphinx | The classic among Python documentation generators. Sphinx supports reStructuredText and Markdown and can be extended with many plugins. |
mkdocs | Project documentation with Markdown. Many consider it simpler and nicer than Sphinx. |
pdoc | Generates API documentation for Python projects from docstrings. |
pycco | Literate-programming-style documentation generator. Pycco was a Python port of Docco. It is no longer maintained. |
docutils | Docutils (Python Documentation Utilities) processes documentation into useful formats, such as HTML, XML, and LaTeX. It is used by Sphinx. |
breathe | A Sphinx extension to generate Doxygen output. |
© 2025 PySpect