Documentation is built using mkdocs, a static site generator written in Python.

Building the docs

Assuming you've configured your development enviroment:

conda activate skema
mkdocs serve

Open your browser to http://127.0.0.1:8000/skema/.

Note

mkdocs serve supports live reloading. Any changes to the source will be reflected immediately.

Adding navigation links

Site navigation is defined in mkdocs.yml and references markdown and html pages located under docs.