-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
125 lines (118 loc) · 3.74 KB
/
Copy pathmkdocs.yml
File metadata and controls
125 lines (118 loc) · 3.74 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
site_name: Mesoscopy
site_url: https://docs.mesoscopy.org/
repo_url: https://github.com/DuguidLab/mesoscopy
repo_name: DuguidLab/mesoscopy
theme:
name: material
favicon: assets/favicon.png
# custom_dir: docs/overrides
font:
text: Montserrat
logo: assets/mesoscopy-logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.sections
- navigation.path
# - navigation.indexes
# - toc.integrate
- navigation.top
- navigation.tabs
- toc.follow
- content.code.copy
- content.code.annotate
- navigation.footer
palette:
- media: "(prefers-color-scheme: light)"
primary: deep purple
accent: teal
toggle:
icon: material/eye
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: teal
toggle:
icon: material/eye-outline
name: Switch to light mode
extra_css:
- stylesheets/extra.css
# - stylesheets/dark-hc.css
# - stylesheets/dark-mc.css
# - stylesheets/dark.css
# - stylesheets/light-hc.css
# - stylesheets/light-mc.css
# - stylesheets/light.css
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
options:
show_source: true
docstring_style: google
docstring_section_style: list
members_order: source
- search
# - material-plausible
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.snippets
- mkdocs-click
extra:
homepage: https://mesoscopy.org
social:
- icon: fontawesome/brands/github
link: https://github.com/orgs/DuguidLab
- icon: material/web
link: https://www.duguidlab.com
# analytics:
# provider: plausible
# domain: docs.mesoscopy.org
copyright: Copyright © 2024 Constantinos Eleftheriou
nav:
- Getting started:
- Installation: index.md
- Typical workflow: typical-workflow.md
- Where to go from here: where-to-go.md
- Contributing: contributing.md
- Troubleshooting: troubleshooting.md
- How-to:
- Overview: how-to/index.md
- Preprocessing: how-to/preprocessing.md
- Registration to the ABA: how-to/registration.md
- Quality control: how-to/qa.md
- Resting-state recordings: how-to/resting-state-analysis.md
- Imaging with behaviour: how-to/imaging-with-behaviour-analysis.md
- Converting video files to HDF5: how-to/convert-video-to-h5.md
- Using mesoscopy as a library: how-to/using-mesoscopy-as-a-library.md
- Design principles:
- Overview: design-principles/index.md
- Data structure: design-principles/data-structure.md
- Haemodynamic correction: design-principles/haemodynamics.md
- Channel separation in mixed recordings: design-principles/channel-separation.md
- Landmark registration & the Allen Brain Atlas: design-principles/registration.md
- Reference:
- Overview: reference/index.md
- Mesoscopy CLI: reference/cli-mesoscopy.md
- Mesoscopy API:
- mesoscopy: reference/api-mesoscopy.md
- mesoscopy.io: reference/api-mesoscopy-io.md
- mesoscopy.plots: reference/api-mesoscopy-plots.md
- mesoscopy.convert: reference/api-mesoscopy-convert.md
- mesoscopy.preprocess: reference/api-mesoscopy-preprocess.md
- mesoscopy.register: reference/api-mesoscopy-register.md
- mesoscopy.process: reference/api-mesoscopy-process.md
- mesoscopy.postprocess: reference/api-mesoscopy-postprocess.md
- mesoscopy.resources: reference/api-mesoscopy-resources.md