forked from physiopy/physiopy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (44 loc) · 1.31 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
site_name: Physiopy
site_description: Physiopy
site_author: The Physiopy developers
site_url: https://physiopy.github.io
#google_analytics: ['UA-170131052-1', 'www.nipreps.org']
# Copyright
copyright: Copyright © 2020
nav:
- Home: index.md
- Libraries:
- phys2bids: 'https://phys2bids.readthedocs.io/en/latest/'
- phys2denoise: libraries/phys2denoise.md
- peakdet: libraries/peakdet.md
- Community:
- Welcome: community/index.md
- Membership: community/members.md
- Collecting Physiological Data: community/best-practices.md
- Open Datasets: community/open_datasets.md
- Contributing: community/contributing.md
- Contributor Guide: community/contributor-guide.md
- Code of Conduct: community/code_of_conduct.md
- Other Tools: community/other_tools.md
- Developers:
- Versions Matrix: devs/versions.md
- Releases: devs/releases.md
theme:
name: material
features:
- tabs
markdown_extensions:
- admonition
- codehilite
- footnotes
- toc:
permalink: "#"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.snippets
- markdown_include.include:
base_path: docs
plugins:
- toc-sidebar