forked from pynapple-org/nwbmatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (42 loc) · 1.14 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
site_name: nwbmatic
nav:
- Overview: index.md
- Tutorials:
- Loading neurosuite-optitrack: nwbmatic-neurosuite-optitrack.md
- Custom IO: nwbmatic-custom-io.md
# - Gallery: generated/gallery
- Modules:
- 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
- Contributing: CONTRIBUTING.md
- Authors: AUTHORS.md
theme:
name: 'material'
# highlightjs: true
# hljs_style: github
# hljs_languages:
# - python
palette:
primary: 'grey'
# features:
# - navigation.tabs
repo_url: https://github.com/pynapple-org/nwbmatic
plugins:
- mkdocstrings
# - gallery:
# examples_dirs: docs/examples # path to your example scripts
# gallery_dirs: docs/generated/gallery # where to save generated gallery
# # ... (other options)
- search # make sure the search plugin is still enabled
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences