A dummy project I use to test ideas and tools.
The documentation is written in Markdown and is built using MkDocs. To run a local server with the documentation, follow these steps:
-
Install the requirements
pip install -r docs/requirements.txt
-
Run the local server
mkdocs serve