-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (29 loc) · 1.08 KB
/
mkdocs.yml
File metadata and controls
36 lines (29 loc) · 1.08 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
site_name: pyPhotometry
site_url: https://pyphotometry.readthedocs.io/
site_description: Open source, Python based, fiber photometry data acquisition.
site_author: Thomas Akam
theme:
name: readthedocs
logo: logo.png
markdown_extensions:
- admonition
- toc:
permalink: True
repo_url: https://github.com/pyPhotometry/docs
nav:
- Home: index.md
- User Guide:
- Graphical user interface (GUI): user-guide/graphical-user-interface.md
- Hardware: user-guide/hardware.md
- Importing data: user-guide/importing-data.md
- Troubleshooting: user-guide/troubleshooting.md
- Resources:
- Optical Components: resources/optical-components.md
- About:
- Release Notes: about/release-notes.md
- License: about/license.md
- Quick Links:
- Help and Discussions: https://github.com/orgs/pyPhotometry/discussions
- GitHub repositories: https://github.com/pyPhotometry
- Manuscript: https://www.nature.com/articles/s41598-019-39724-y
copyright: Copyright © 2018-2024 <a href="/release-notes/">Thomas Akam</a>.