-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (47 loc) · 1.88 KB
/
Copy pathmkdocs.yml
File metadata and controls
51 lines (47 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
site_name: LiDMaS+
site_description: Logical Injection & Decoding Modeling System
site_url: https://gottesman-software.github.io/lidmas_cpp/
repo_url: https://github.com/Gottesman-Software/lidmas_cpp
repo_name: Gottesman-Software/lidmas_cpp
docs_dir: docs
theme:
name: readthedocs
markdown_extensions:
- toc:
permalink: true
- admonition
- tables
- fenced_code
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- javascripts/mathjax.js
nav:
- Home: index.md
- Technical Dossier:
- Overview & TOC: technical/index.md
- System Overview: technical/system-overview.md
- Software Architecture: technical/software-architecture.md
- Formal Problem Definition: technical/formal-problem-definition.md
- Mathematical Foundations: technical/mathematical-foundations.md
- Exact Methods & Proof Obligations: technical/exact-methods-and-proofs.md
- Algorithm Specification: technical/algorithm-specification.md
- Math-to-Code Traceability: technical/math-to-code-traceability.md
- Script Source Catalog: technical/script-source-catalog.md
- Validation & Reproducibility: technical/validation-and-reproducibility.md
- Results, Risks, and Limits: technical/results-risks-limits.md
- Appendices: technical/appendices.md
- User Guides:
- Getting Started: getting-started.md
- Developer Guide: developer-guide.md
- CLI Reference: cli-reference.md
- Examples & Workflows: examples-workflows.md
- Hardware Integration: hardware-integration.md
- Architecture (Legacy): architecture.md
- Math Notes (Detailed): lidmas-math-lecture.md
- Reproducibility & Citation: reproducibility-citation.md
- Releases:
- v1.2.0-rc.2: releases/v1.2.0-rc.2.md
- v1.2.0-rc.1: releases/v1.2.0-rc.1.md
- Docs Tooling: readthedocs-setup.md