-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
79 lines (72 loc) · 2.15 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
site_name: Hippocampal Segmentation Factory
repo_url: https://github.com/clementpoiret/HSF
repo_name: clementpoiret/HSF
copyright: "Copyright © 2021 - POIRET Clément (CEA Saclay | NeuroSpin | UNIACT-Inserm U1141)<br/><i>C. Poiret, A. Bouyeure, S. Patil, C. Boniteau, A. Grigis, E. Duchesnay, M. Noulhiane</i>."
theme:
name: material
logo: resources/hsf_logo_white.svg
favicon: resources/favicon.ico
icon:
repo: fontawesome/brands/git-alt
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- navigation.top
plugins:
- search
- git-revision-date
nav:
- Home: 'index.md'
- 'Getting Started': 'getting-started.md'
- 'User Guide':
- Installation: 'user-guide/installation.md'
- Configuration: 'user-guide/configuration.md'
- ROILoc: 'user-guide/roiloc.md'
- Finetuning: 'user-guide/finetuning.md'
- "Uncertainty Estimations": 'user-guide/uncertainty.md'
# - Troubleshooting: 'troubleshooting.md'
- "Model Hub": 'model-hub.md'
- "What's Next?": 'whats-next.md'
- Contributing: 'contributing.md'
# - FAQ: 'faq.md'
- About:
- Authorship: 'about/authorship.md'
- 'Realease Notes': 'about/release-notes.md'
- License: 'about/license.md'
markdown_extensions:
- admonition
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.tasklist
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
extra:
analytics:
provider: google
property: G-6H39VQ9BCW
version:
provider: mike
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css