-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
49 lines (40 loc) · 1.45 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
49
site_name: pyControl
site_url: https://pycontrol.readthedocs.io/
site_description: Open source, Python based, behavioural experiment control.
site_author: Thomas Akam
theme:
name: readthedocs
logo: logo.png
markdown_extensions:
- admonition
- toc:
permalink: True
repo_url: https://github.com/pycontrol/pycontrol-docs
plugins:
- search:
separator: '[\s\-\_\.]+'
nav:
- Home: index.md
- User Guide:
- Graphical user interface (GUI): user-guide/graphical-user-interface.md
- Programming tasks: user-guide/programming-tasks.md
- Hardware: user-guide/hardware.md
- Synchronisation: user-guide/synchronisation.md
- pyControl data: user-guide/pycontrol-data.md
- Troubleshooting: user-guide/troubleshooting.md
- Contributing: contributing.md
- About:
- Release notes: about/release-notes.md
- License: about/license.md
- Quick Links:
- Help and discussions: https://github.com/orgs/pyControl/discussions
- GitHub repositories: https://github.com/pycontrol
- Manuscript: https://elifesciences.org/articles/67846
- pyPhotometry: https://pyphotometry.readthedocs.io/
copyright: Copyright © 2016 - 2025 Thomas Akam
# Uncomment to generate PDF version of docs using mkdocs-with-pdf
# plugins:
# - with-pdf:
# cover_title: pyControl
# cover_subtitle: Open source, Python based, behavioural experiment control.
# output_path: C:\Users\thoma\Downloads\pyControl_docs.pdf