incomp-flame-post/mkdocs.yml
ignis 2b3362a927
All checks were successful
CI Test Suite / run-tests (push) Successful in 1m11s
Deploy Documentation / build-and-deploy (push) Successful in 53s
Archive legacy pycompact.py python bindings and update documentation with historical context
2026-06-03 12:00:43 +00:00

53 lines
1.3 KiB
YAML

site_name: HPC DNS Post-Processing Reference Manual
theme:
name: material
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- content.code.copy
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [code, code/code_gen, code/archive/pycompact]
options:
docstring_style: google
show_source: true
show_root_heading: true
show_bases: true
nav:
- Home: index.md
- Python API Reference:
- Code Generator: python/code_gen.md
- Compiler Stages: python/post.md
- Archived Components:
- Python Bindings: archive/pycompact.md
- Fortran Core Reference:
- Modules & Procedures: fortran.md
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format