-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
45 lines (38 loc) · 934 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
41
42
43
44
site_name: IsoQuant
nav:
- Home: index.md
- Quick start: getting-started.md
- Installation: installation.md
- Supported data: data.md
- Running IsoQuant:
- Ways of providing input data: input.md
- Command line options: cmd.md
- Examples: examples.md
- IsoQuant output:
- Output files: output.md
- File formats: formats.md
- Assignment classification: classification.md
- Visualization: visualization.md
- Citation: citation.md
- Feedback: feedback.md
use_directory_urls: false
theme:
name: material
palette:
primary: white
features:
- content.code.copy
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
plugins:
- macros:
module_name: docs/getversion