sphinx-doc

Tool to create intelligent and beautiful documentation

brewmacoslinux
Try with needOr install directly
Source

About

Tool to create intelligent and beautiful documentation

Commands

sphinx-buildsphinx-quickstartsphinx-apidoc

Examples

Create a new Sphinx documentation project interactively$ sphinx-quickstart docs
Build HTML documentation from source files$ sphinx-build -b html docs docs/_build/html
Generate API documentation from Python source code$ sphinx-apidoc -o docs/source myproject