The following sub-sections illustrate how to develop this documentation.
To build this documentation locally for development purposes, first create your development environment.
cd amf-tutorial
conda env create -n amf-tutorial --file environment-files/readthedocs.yml
conda activate amf-tutorial
q2doc refresh-cache
Next, build the book:
make html
(Alternatively, make preview or make fast-preview can speed up test builds.)
Finally, run the following to serve the built documentation locally:
make serve
Have fun!