-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
82 lines (77 loc) · 2.36 KB
/
mkdocs.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
site_name: attpc_engine
site_url: https://example.com/
repo_url: https://github.com/ATTPC/attpc_engine/
site_description: Documentation for the AT-TPC Simulation Engine
nav:
- Home: index.md
- User Guide:
- Setup and Installation: user_guide/setup.md
- Getting Started: user_guide/getting_started.md
- Systems:
- About Systems: user_guide/systems.md
- Kinematics: user_guide/kinematics/index.md
- Detector: user_guide/detector/index.md
- Numba: user_guide/numba.md
- API Reference:
- About: api/index.md
- detector:
- About detector: api/detector/index.md
- beam_pads: api/detector/beam_pads.md
- constants: api/detector/constants.md
- pairing: api/detector/pairing.md
- parameters: api/detector/parameters.md
- response: api/detector/response.md
- simulator: api/detector/simulator.md
- solver: api/detector/solver.md
- transporter: api/detector/transporter.md
- typed_dict: api/detector/typed_dict.md
- writer: api/detector/writer.md
- kinematics:
- About kinematics: api/kinematics/index.md
- excitation: api/kinematics/excitation.md
- angle: api/kinematics/angle.md
- pipeline: api/kinematics/pipeline.md
- reaction: api/kinematics/reaction.md
- FAQ: faq.md
- For Developers: for_devs.md
theme:
name: material
language: en
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: lime
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- mkdocstrings:
handlers:
python:
options:
allow_inspection: true
docstring_style: numpy
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_javascript:
- javascript/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js