Turing Documentation
Local Development
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
mkdocs serve
This documentation is built using mkdocs-materal, which is documented here.
| Name | Last commit | Last update |
|---|---|---|
| docs | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| README.md | ||
| mkdocs.yml | ||
| requirements.txt |
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
mkdocs serve
This documentation is built using mkdocs-materal, which is documented here.