-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmkdocs.yml
79 lines (73 loc) · 1.84 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
site_name: Labcore documentation page.
site_url: https://toolsforexperiments.github.io.
nav:
- Home: index.md
- Instruments:
- Instrumentserver: instruments/instrumentserver.md
- Our QCoDeS drivers: instruments/qcodes_instruments/instruments.md
- Measurement:
- Sweeping: measurement/sweep.md
- Data:
- Data Formats: data/data_formats.md
- Examples:
- Intro to our Holoviz apps: examples/Intro to our Holoviz apps.ipynb
- Holoviz-based plotting in the lab: examples/Holoviz-based plotting in the lab - Primer.ipynb
- About: about.md
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.tabs
- navigation.instant
- navigation.sections
- navigation.tracking
- navigation.top
- search.suggest
- search.highlight
- permalink
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- autorefs
- mkdocs-jupyter
- mkdocstrings:
handlers:
python:
paths: [labcore]
setup_commands:
- import labcore
docstring_style: sphinx
selection:
members: true
inherited_members: true
rendering:
show_source: true
parameter_headings: true
options:
extensions:
- griffe_fieldz
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- admonition
copyright: |
© 2024 Marcos Frenkel, Wolfgang Pfaff