-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
40 lines (35 loc) · 944 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: LabOP Docs
theme:
name: "material"
plugins:
- search
# - pandoc:
# combined: true
- mkdocstrings:
handlers:
python:
paths: [uml]
options:
# show_submodules: true
allow_inspection: false
docstring_style: google
nav:
- LabOP Docs: index.md
- tutorials.md
- How-To Guides: how-to-guides.md
- Reference:
- Data Model:
- UML:
- Top-Level: reference/uml/top.md
- Literals: reference/uml/literals.md
- Activities: reference/uml/activities.md
- Behaviors: reference/uml/behaviors.md
- Time: reference/uml/time.md
- Literals: reference/uml/literals.md
- LabOP:
- Top-Level: reference/labop/top.md
- Data: reference/labop/data.md
- Execution: reference/labop/execution.md
- Samples: reference/labop/samples.md
- LabOP Library: reference/library.md
- explanation.md