-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
82 lines (76 loc) · 1.97 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
# Project information
site_name: Carotid Segmentation Documentation
# site_author: contributors
# site_url: https://XXX.readthedocs.io/
site_description: >-
Open-source deep learning software for carotid segmentation
# Repository
repo_name: MIAGroupUT/carotid-segmentation
repo_url: https://github.com/MIAGroupUT/carotid-segmentation
# Copyright
# copyright: XXX
# Configuration
theme:
name: material
icon:
repo: material/github
language: en
# logo: images/logo.png
# favicon: images/favicon.png
features:
- header.autohide
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
# Version panel
extra_javascript:
- "https://code.jquery.com/jquery-3.3.1.min.js"
# Customization
extra:
feature:
tabs: true
social:
- icon: material/github
link: https://github.com/MIAGroupUT
version:
default: latest
# Extensions
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.details
- pymdownx.superfences
- md_in_html
- toc:
permalink: True
# Page tree
nav:
- Home: index.md
- Environment:
- Data structure: Environment/Data.md
- Deep learning models: Environment/Models.md
- Config file: Environment/Configuration.md
- Convert:
- MICCAI2020: Convert/MICCAI2020.md
- MICCAI2022: Convert/MICCAI2022.md
- Transforms:
- Heatmaps: Transforms/Heatmap.md
- Centerlines: Transforms/Centerline.md
- Polar images: Transforms/Polar.md
- Contours: Transforms/Contour.md
- Voxel-mask segmentation: Transforms/Segmentation.md
- Full pipeline: Transforms/Pipeline.md
- Compare:
- Centerlines: Compare/Centerline.md
- Contours: Compare/Contour.md
- Train:
- Contours: Train/Contour.md