-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (33 loc) · 868 Bytes
/
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
site_name: DDS documentation
docs_dir: doc_source
site_dir: docs
plugins:
- search
# - mkdocstrings:
# handlers:
# python:
# paths: [., .., ./dds, ../dds]
# rendering:
# show_category_heading: true
# show_root_toc_entry: false
- mkdocs-jupyter:
include_source: True
execute: True
- exclude:
glob:
- "*.py"
- "jupyter/*"
extra_css: [extra.css]
theme:
name: "readthedocs"
nav:
- Home: index.md
- User guide: user_guide.ipynb
# - Reference: dds-reference.md
- Collaboration and branching: tut_collab.ipynb
- Working with modules: tut_modules.ipynb
- Plotting dependencies: tut_plotting.ipynb
- Adding custom types: tut_custom_types.ipynb
- Tutorial - scikit-learn: tut_sklearn.ipynb
- FAQ: faq.md
- Changelog: changelog.md