Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,11 +695,16 @@ _Compile software from source code. If you're looking for Python packaging/build

_Libraries for generating project documentation._

- [sphinx](https://github.com/sphinx-doc/sphinx/) - Python Documentation generator.
- [awesome-sphinxdoc](https://github.com/ygzgxyz/awesome-sphinxdoc)
- [mkdocs-material](https://github.com/squidfunk/mkdocs-material) - A documentation framework and Material Design theme built on MkDocs.
### Documentation

_Libraries for generating project documentation._

- [diagrams](https://github.com/mingrammer/diagrams) - Diagram as Code.
- [mkdocs](https://github.com/mkdocs/mkdocs) - Fast, simple and static site generator geared towards building project documentation.
- [mkdocs-material](https://github.com/squidfunk/mkdocs-material) - A documentation framework and Material Design theme built on MkDocs.
- [pdoc](https://github.com/mitmproxy/pdoc) - Epydoc replacement to auto generate API documentation for Python libraries.
- [sphinx](https://github.com/sphinx-doc/sphinx/) - Python Documentation generator.
- [awesome-sphinxdoc](https://github.com/ygzgxyz/awesome-sphinxdoc)
- [zensical](https://github.com/zensical/zensical) - A modern static site generator for technical documentation.

**DevOps**
Expand Down
Loading