-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
27 lines (27 loc) · 836 Bytes
/
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
site_name: PicoGlitcher / findus
nav:
- Home: index.md
- Overview: overview.md
- Getting started: getting_started.md
- Examples: examples.md
- Command line tools: cli.md
- Findus: findus.md
- BootloaderCom: bootloadercom.md
- mpGlitcher: mpglitcher.md
- Customize your Pico Glitcher: customize.md
- Comparing different glitching modes: glitches.md
- Multiplexing with the Pico Glitcher v2: multiplexing.md
- Pulse Shaping with the Pico Glitcher v2 and extension board: pulse_shaping.md
- Schmitt Trigger inputs of the Pico Glitcher v2: schmitt.md
- Genetic algorithm: genetic.md
theme: readthedocs
plugins:
- search
- mkdocstrings:
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
default_handler: python
handlers:
python:
options:
show_source: false
- autorefs