forked from pynapple-org/pynapple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (46 loc) · 1.29 KB
/
mkdocs.yml
File metadata and controls
46 lines (46 loc) · 1.29 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
site_name: pynapple
nav:
- Overview: index.md
- Usage:
- Tutorials:
- Quick start: notebooks/pynapple-quick-start.ipynb
- Core: notebooks/pynapple-core-notebook.ipynb
- IO: notebooks/pynapple-io-notebook.ipynb
- Process: notebooks/pynapple-process-notebook.ipynb
- pynacollada: pynacollada.md
- Modules:
- Core:
- Time Series: core.time_series.md
- Interval Sets: core.interval_set.md
- Time Series Group: core.ts_group.md
- IO:
- Miscellaneous: io.md
- Basic IO: io.loader.md
- Neurosuite: io.neurosuite.md
- Phy: io.phy.md
- CNMF-E: io.cnmfe.md
- Suite2p: io.suite2p.md
- Process:
- Correlograms: process.correlograms.md
- Tuning curves: process.tuning_curves.md
- Decoding: process.decoding.md
- Peri-Stimulus: process.perievent.md
- Randomization: process.randomize.md
# - Plugins:
# - pynalog: pynalog.md
# - pynapplesonfire: pynapplesonfire.md
- Contributing: CONTRIBUTING.md
- Authors: AUTHORS.md
- History: HISTORY.md
theme:
name: 'material'
palette:
primary: 'green'
# features:
# - navigation.tabs
repo_url: https://github.com/PeyracheLab/pynapple
plugins:
- mkdocs-jupyter:
ignore_h1_titles: True
- search
- mkdocstrings