update docs

This commit is contained in:
Pim Nelissen
2026-03-03 21:04:46 +01:00
parent cdd6d3a8b4
commit 7e2d6076fd
16 changed files with 796 additions and 293 deletions

View File

@ -30,6 +30,11 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
extra_javascript:
- javascripts/mathjax.js
@ -46,4 +51,13 @@ plugins:
python:
options:
show_source: false
show_root_heading: false
show_root_heading: false
nav:
- Home: index.md
- Installation Guide: installation.md
- Quickstart Guide: quickstart.md
- 'Tutorial: Writing a Config File': config-spec.md
- Explainers:
- explainers/planar_curve.ipynb
- explainers/prefab_roads.ipynb