Skip to content

UST-MICO/docs

Repository files navigation

Documentation Repository

Documentation: readthedocs

build badge

Useful links

Build the documentation locally

Install Graphviz:

Using apt (Ubuntu / Debian):

sudo apt-get install graphviz

Using brew (Mac OS X):

sudo brew install graphviz

Install requirements:

pip install -r requirements.txt

Make sure you have the dot command from graphviz and a basic LaTeX environment in your path!

Build html:

make html

If 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

Enabled Extensions