ports/devel/py-pdoc/pkg-descr
Po-Chuan Hsieh 4f924cb3b4
devel/py-pdoc: Add py-pdoc 13.1.0
pdoc auto-generates API documentation that follows your project's Python module
hierarchy.

pdoc's main feature is a focus on simplicity: pdoc aims to do one thing and do
it well.

- Easy setup, no configuration necessary.
- Documentation is plain Markdown.
- First-class support for type annotations.
- Builtin web server with live reloading.
- Customizable HTML templates.
- Understands numpydoc and Google-style docstrings.
2023-04-27 23:28:00 +08:00

12 lines
427 B
Text

pdoc auto-generates API documentation that follows your project's Python module
hierarchy.
pdoc's main feature is a focus on simplicity: pdoc aims to do one thing and do
it well.
- Easy setup, no configuration necessary.
- Documentation is plain Markdown.
- First-class support for type annotations.
- Builtin web server with live reloading.
- Customizable HTML templates.
- Understands numpydoc and Google-style docstrings.