-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
53 lines (46 loc) · 1.13 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
site_name: GENIE Python Module Documentation
theme:
name: "material"
features:
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: false
docstring_section_style: list
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
nav:
- Documentation Home Page: index.md
- Installation:
- Overview: installation.md
- Python environment: python_env.md
- GENIE data:
- Downloading GENIE data: download.md
- Annotating mutations: annotate.md
- Package documentation:
- Package overview: overview.md
- Analysis Details: analysis_details.md
- API documentation: reference.md
- Examples: examples.md
- Comments on GENIE data: comments.md
- Questions to be supported: questions.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
extra_css:
- css/custom.css
extra:
include:
- images