This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
69 lines (62 loc) · 1.46 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
# Project information
site_name: ClinicaDL Documentation
site_author: ClinicaDL contributors
site_url: http://www.clinica.run/clinicadl
site_description: >-
Framework for the reproducible classification of Alzheimer's disease
using deep learning
# Repository
repo_name: aramislab/AD-DL
repo_url: https://github.com/aramis-lab/AD-DL
#edit_uri: master/edit/doc
# Copyright
copyright: Copyright © 2020 ClinicaDL contributors
# Google Analytics
google_analytics:
- UA-106080699-1
- auto
# Configuration
theme:
name: material
icon:
repo: material/github
language: en
palette:
primary: green
accent: green
# Customization
extra:
feature:
tabs: true
social:
- icon: material/github
link: https://github.com/aramis-lab/
- icon: material/twitter
link: https://twitter.com/clinica_run
- icon: material/earth
link: http://www.aramislab.fr
# Extensions
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.details
- pymdownx.superfences
- toc:
permalink: True
# Page tree
nav:
- Home: index.md
- Installation: Installation.md
- Generate: Generate.md
- Preprocessing: Preprocessing.md
- Quality Check: QualityCheck.md
- Extract: Extract.md
- Train:
- Introduction: Train/Introduction.md
- Image-based: Train/Image.md
- Patch-based: Train/Patch.md
- Slice-based: Train/Slice.md
- ROI-based: Train/ROI.md
- Classify: Classify.md
- TSV Tools: TSVTools.md