-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (48 loc) · 1.33 KB
/
mkdocs.yml
File metadata and controls
51 lines (48 loc) · 1.33 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: spyral-utils
site_url: https://example.com/
repo_url: https://github.com/gwm17/spyral-utils/
site_description: Documentaion for the sypral-utils package
nav:
- Home: index.md
- Quick Start: quick_start.md
- API Documentaion:
- About: api/about.md
- Constants: api/constants.md
- Nuclear:
- Module Overview: api/nuclear/index.md
- Nuclear Mass Module: api/nuclear/nuclear_map.md
- Target Material Module: api/nuclear/target.md
- Particle ID Module: api/nuclear/particle_id.md
- Plotting:
- Module Overview: api/plot/index.md
- Histogram Module: api/plot/histogram.md
- Cut Module: api/plot/cut.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