-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (38 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
40 lines (38 loc) · 1.04 KB
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
site_name: ITKIT
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.expand
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Dataset Structure: dataset_structure.md
- Processing Tools:
- itk_check: itk_check.md
- itk_resample: itk_resample.md
- itk_orient: itk_orient.md
- itk_patch: itk_patch.md
- itk_aug: itk_aug.md
- itk_extract: itk_extract.md
- itk_combine: itk_combine.md
- itk_convert: itk_convert.md
- itk_infer: itk_infer.md
- itk_evaluate: itk_evaluate.md
- Advanced Topics:
- Framework Integration: framework_integration.md
- 3D Slicer Integration: slicer_integration.md
- Web Interface: web_interface.md
- Neural Network Models: models.md
- Supported Datasets: datasets.md
- Community:
- Contributing: contributing.md
plugins:
- search