Documentation: readthedocs
- Sphinx Sphinx is a tool to compile ReStructuredText documentation into a variety of formats.
- ReStructuredText
- Getting started (readthedocs)
Install Graphviz:
Using apt (Ubuntu / Debian):
sudo apt-get install graphvizUsing brew (Mac OS X):
sudo brew install graphvizInstall requirements:
pip install -r requirements.txtMake sure you have the dot command from graphviz and a basic LaTeX environment in your path!
Build html:
make htmlIf the mico backend is running on localhost:8080 make html will automatically update the openapi.json file.
open _build/html/index.html in your browser
-
List all link targets in the documentation:
python -m sphinx.ext.intersphinx ./_build/html/objects.inv
-
sphinx.ext.autosectionlabel
-
sphinx.ext.todo
-
sphinx.ext.imgmath
-
sphinx.ext.graphviz