The built documentation can be found at https://gut-to-soil-tutorial.readthedocs.io/en/latest/.
The following sub-sections illustrate how to develop this documentation.
To build this documentation locally for development purposes, first create your development environment.
cd gut-to-soil-tutorial
conda env create -n gut-to-soil-tutorial --file environment-files/readthedocs.yml
conda activate gut-to-soil-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!