-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
53 lines (48 loc) · 1.21 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
site_name: PYDAQ
site_description: Data Acquisition and Experimental Analysis with Python
site_author: Samir Angelo Milani Martins
site_url: https://www.pydaq.org
repo_name: samirmartins/pydaq
repo_url: https://github.com/samirmartins/pydaq
copyright: Copyright © 2023 - Samir Martins
nav:
- Home: index.md
- Data Acquisition:
- NIDAQ: get_data_nidaq.md
- Arduino: get_data_arduino.md
- Sending Data:
- NIDAQ: send_data_nidaq.md
- Arduino: send_data_arduino.md
- Step Response:
- NIDAQ: step_response_nidaq.md
- Arduino: step_response_arduino.md
- Jupyter Notebooks: jupyter_notebooks.md
theme:
favicon: img/favicon.ico
name: material
logo: img/logo.png
features:
- content.code.copy
language: en
palette:
- scheme: default
primary: white
accent: brown
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: brown
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- meta-descriptions:
export_csv: false
quiet: false
enable_checks: false
min_length: 50
max_length: 160
trim: false