blob: 8ee6bd0c47fdf24b9822993092d96956df11d1b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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.
|