-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
74 lines (62 loc) · 1.59 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: oncoexporter
theme:
name: "material"
features:
#- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
language: en
palette:
- scheme: default
primary: indigo
accent: white
nav:
- Home: 'index.md'
- Installation: 'installation.md'
- Workplan: 'workplan.md'
- API:
- cda:
- cda_table_importer: 'cda/cda_table_importer.md'
- cda_factory: 'cda/cda_factory.md'
- cda_individual_factory: 'cda/cda_individual_factory.md'
- cda_disease_factory: 'cda/cda_disease_factory.md'
- cda_biosample_factory: 'cda/cda_biosample_factory.md'
- cda_mutation_factory: 'cda/cda_mutation_factory.md'
- model:
- "overview": "index.md"
- "op_individual": "model/op_individual.md"
- explanations:
- cda_disease: 'explanations/cda_disease.md'
- cda_mutation: 'explanations/cda_mutation.md'
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: sphinx
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- md_in_html
- tables
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg