The website is generated with MkDocs, with the theme Material.

If working locally

To host it locally, install MkDocs:

pip install mkdocs

and Material:

pip install mkdocs-material

Clone this repository to your local computer. Then, make the repository your current directory and type:

mkdocs serve

to host it locally and check it out with your browser at http://localhost:8000/.

If using the Github editor

If you commit to the branch main (the default branch), the website will be automatically updated in 30-60 seconds.