Start at docs/index.md, or read the pages in order:
Start
Converting
- How a part is represented
- Convert only part of a model
- Give it materials
- Field and cuts
- The geom.C file
Simulating
Worked example
Reference
Every page is plain Markdown and renders correctly in the GitHub file view: alerts use GitHub's own
> [!NOTE] syntax, the diagrams are ```mermaid fences, and the figures are ordinary images in
docs/images/. Nothing has to be published for someone to read this.
The same sources build a browsable site with search and a sidebar:
pip install mkdocs-material
mkdocs serve # http://127.0.0.1:8000
mkdocs build # static site in ./sitehooks/github_alerts.py turns the GitHub alerts into Material admonitions at build time, so the
Markdown stays GitHub-native and no extra plugin is needed.