-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
55 lines (48 loc) · 1.27 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
50
51
52
53
54
55
site_name: Experimaestro (Python)
site_description: experimaestro Computer science experiments manager and scheduler
nav:
- Introduction: index.md
- Tutorial: tutorial.md
- Experiments:
- Configuration: experiments/config.md
- Task: experiments/task.md
- Plan: experiments/plan.md
- Launchers: launchers/index.md
- Connectors: connectors/index.md
- Serialization: serialization.md
- Settings: settings.md
- Running experiments: experiments.md
- Services: services.md
- Integration:
- Jupyter: jupyter.md
- Documentation: documenting.md
- CLI: cli.md
- Changelog: changelog.md
- FAQ: faq.md
theme:
name: readthedocs
markdown_extensions:
# https://pypi.org/project/markdown-include
- markdown_include.include:
base_path: .
- codehilite:
linenums: false
- admonition
- pymdownx.superfences
- pymdownx.snippets:
base_path: .
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
show_root_heading: true
heading_level: 4
show_root_full_path: False
docstring_style: sphinx
- search
repo_url: "https://github.com/experimaestro/experimaestro-python"
extra_css:
- style.css