pdoc
Dev Tool — DocsPython N/AIntermediate
Auto-generate API docs from Python docstrings (simple alternative to Sphinx)
Quick Info
- Python Version
- N/A
- Dependencies
- Jinja2, MarkupSafe, pygments
- Install
pip install pdoc
Learn by Difficulty
Quick Example
python
# pdoc # Auto-generate API docs from Python docstrings (simple alternative to Sphinx) # # Category: Dev Tool — Docs # Related: N/A print("pdoc: Auto-generate API docs from Python docstrings (simple alternative to Sphinx)")
pdoc is part of the Python ecosystem. Auto-generate API docs from Python docstrings (simple alternative to Sphinx).
Try in PlaygroundTags
tooldocumentationapi-docs