-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
74 lines (66 loc) · 1.54 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
site_name: PicoQuake
repo_url: https://github.com/PLab-SI/PicoQuake
repo_name: PLab-SI/PicoQuake
nav:
- Home: index.md
- Specs: specs.md
- Use Cases:
- examples/trackpad.md
- examples/bldc.md
- Getting Started: getting_started.md
- Documentation:
- usage.md
- plotting.md
- acquisition_data.md
- fw_update.md
- cli.md
- Python API:
- Examples: python_api/examples.md
- Reference:
- python_api/interface.md
- python_api/data.md
- python_api/exceptions.md
theme:
name: material
palette:
primary: custom
accent: custom
logo: assets/axes_symbol_round.svg
favicon: assets/axes_symbol_round.svg
custom_dir: docs/overrides
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: true
show_root_full_path: false
show_source: false
show_symbol_type_toc: true
show_symbol_type_heading: true
docstring_section_style: list
markdown_extensions:
- admonition
- pymdownx.details
- md_in_html
- pymdownx.superfences
- pymdownx.highlight
- attr_list
- toc:
permalink: true
extra:
social:
- icon: fontawesome/regular/envelope
link: mailto:info@plab.si
analytics:
provider: google
property: G-FHTMPZ6GSS
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2024 <a href="https://www.plab.si">PLab</a>