Pdoc – Generate API Documentation for Python Projects
8 hours ago
- #Python
- #Documentation
- #API
- pdoc auto-generates API documentation following Python module hierarchy.
- No configuration needed; supports type annotations and cross-linking between identifiers.
- Includes an integrated live-reloading web server.
- Understands numpydoc or Google-style docstrings.
- Latest release version: 15.0.4.
- Resources: Documentation, Changelog, PyPI, GitHub.