-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (29 loc) · 896 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (29 loc) · 896 Bytes
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
site_name: LiDMaS+
site_description: Logical Injection & Decoding Modeling System
site_url: https://denniswayo.github.io/lidmas_cpp/
repo_url: https://github.com/DennisWayo/lidmas_cpp
repo_name: DennisWayo/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
- Getting Started: getting-started.md
- CLI Reference: cli-reference.md
- Examples & Workflows: examples-workflows.md
- Architecture: architecture.md
- LiDMaS+ Math Notes: lidmas-math-lecture.md
- Hardware Integration: hardware-integration.md
- Reproducibility & Citation: reproducibility-citation.md
- Read the Docs Setup: readthedocs-setup.md