Documentation

Prefer to use plain text (markdown) over latex in the initial stages. It will help us concentrate on substance instead of formatting. This also allows us to have a clean look at our thesis by serving it as a website (as this site is currently):

uv add mkdocs mkdocs-material

The current repository already defines some good defaults in the config file mkdocs.yml, so we can directly serve the site:

mkdocs serve

The documentation will be available at: localhost:4444 (port 4444 is defined in mkdocs.yml)