The docs for this project are built with MyST. To compile the docs, first ensure that the MyST parser is installed.
conda install -c conda-forge myst-parser
Once installed, you can use the Makefile
in this directory to compile static HTML pages by
make html
The compiled docs will be in the _build
directory and can be viewed by opening index.html
.