MOSHPIT plugin suite documentation
The following sub-sections illustrate how to develop this documentation.
To build this documentation locally for development purposes, first create your development environment.
conda env create -n moshpit-docs --file environment-files/readthedocs.yml
conda activate moshpit-docs
q2doc refresh-cache
Generate the artifact/type references:
make autodoc
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