Working with documentation¶
Documentation is written using mkdocs.
Building documentation PDF¶
You can build a copy of the documentation as a PDF file using the following steps:
pip install mkdocs-with-pdf
pip install mkdocs-material
pip install qrcode
mkdocs build --config-file mkdocs-pdf.yml
xdg-open pdfs/QGISAnimationWorkbench.pdf