Docs¶
The Docs were created using Material for MkDocs, a Markdown static site generator with a material design theme.
Running Docs Locally¶
- Create and use the
dev
development environment - Run the development server:
mkdocs serve
- If you are using VS Code, see the VS Code Integration page
Building for Offline Usage¶
To build for offline usage, uncomment the offline
plugin in mkdocs.yml
before running mkdocs build
. For what this does, refer to
the related Material for Mkdocs docs page.
Features¶
Automatic Documentation from Sources¶
mkdocstrings was used to create the Code Reference section of the Docs.
incompatible theme.features
mkdocstrings is not compatible with
theme.features.navigation.indexes
.
Versioning¶
The Docs site has the following versions:
- Version from branches
main
: aliased tolatest
- Whenever you are on a version other than
latest
, a warning will be displayed above the header
- Whenever you are on a version other than
pr-<pr number>
:- Created when a pull request is opened
- Updated when the pull request commits are modified
- Deleted when the pull request is closed
- Version from releases:
<x.x>
Last update:
March 19, 2023