-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
85 lines (79 loc) · 2.17 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
site_name: CLIMB-TRE
site_url: https://climb-tre.github.io/
repo_url: https://github.com/CLIMB-TRE/climb-tre.github.io/
repo_name: CLIMB-TRE/climb-tre.github.io
site_author: CLIMB-TRE
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
# - navigation.top
- toc.integrate
- content.code.copy
plugins:
- search
- git-revision-date-localized:
timezone: Europe/London
type: custom
custom_format: "Last modified %Y-%m-%d %X %z"
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: numpy
docstring_section_style: spacy
show_source: false
- with-pdf:
output_path: climb-tre.pdf
cover_subtitle: ""
debug_html: true
show_anchors: true
verbose: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.magiclink
- toc:
permalink: true
nav:
- Home: index.md
- Getting started:
- Uploading data: upload.md
- Analysing data: analyse.md
- Further Examples:
- Analysis examples for mSCAPE: mscape-examples.md
- Project specifications:
- Common structure: common.md
- PATH-SAFE:
- Uploader specification: pathsafe.md
- Analysis specification: pathsafe-analysis.md
- mSCAPE:
- Uploader specification: mscape.md
- Analysis specification: mscape-analysis.md
- synthSCAPE:
- Uploader specification: synthscape.md
- Analysis specification: synthscape-analysis.md
- Onyx-client: https://CLIMB-TRE.github.io/onyx-client/