forked from frankkramer-lab/aucmedi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
138 lines (131 loc) · 4.89 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
#==============================================================================#
# Author: Dominik Müller #
# Copyright: 2024 IT-Infrastructure for Translational Medical Research, #
# University of Augsburg #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
#==============================================================================#
#-----------------------------------------------------#
# Site Information #
#-----------------------------------------------------#
site_name: AUCMEDI
site_description: a framework for Automated Classification of Medical Images
site_author: University Augsburg
site_url: https://frankkramer-lab.github.io/aucmedi/
copyright: Copyright © 2021 - 2024 University of Augsburg
#-----------------------------------------------------#
# Layout #
#-----------------------------------------------------#
theme:
name: "material"
custom_dir: docs/theme_override/
features:
- content.code.annotate
- navigation.tabs
- navigation.indexes
- navigation.top
palette:
primary: indigo
icon:
logo: material/heart-pulse
repo: fontawesome/brands/github
repo_url: https://github.com/frankkramer-lab/aucmedi
repo_name: frankkramer-lab/aucmedi
extra_css:
- css/mkdocstrings.css
- css/progressbar.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/frankkramer-lab/aucmedi
- icon: fontawesome/brands/python
link: https://pypi.org/project/aucmedi/
- icon: fontawesome/brands/docker
link: https://github.com/frankkramer-lab/aucmedi/pkgs/container/aucmedi
- icon: fontawesome/solid/book
link: https://zenodo.org/record/6633540
#-----------------------------------------------------#
# Content #
#-----------------------------------------------------#
nav:
- Home: index.md
- Workflow: workflow.md
- Getting Started:
- Introduction: getstarted/intro.md
- Current Status: getstarted/status.md
- Installation: getstarted/setup.md
- Modules: getstarted/modules.md
- Quick Start - Framework: getstarted/usage_api.md
- Quick Start - AutoML: getstarted/usage_automl.md
- Contributing: getstarted/contribution.md
- How to cite: getstarted/cite.md
- Examples:
- Framework: examples/framework.md
- AutoML: examples/automl.md
- Tutorials: examples/tutorials.md
- Applications: examples/applications.md
- AutoML:
- Overview: automl/overview.md
- Dataset Structure: automl/dataset.md
- Parameters: automl/parameters.md
- Command Line Interface:
- Introduction: automl/cli/intro.md
- Usage: automl/cli/usage.md
- Docker:
- Introduction: automl/docker/intro.md
- Usage: automl/docker/usage.md
- API Reference: reference/
- About Us: about.md
#-----------------------------------------------------#
# Plugins & Extensions #
#-----------------------------------------------------#
markdown_extensions:
- admonition
- def_list
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.progressbar
- pymdownx.tasklist
- pymdownx.superfences
- pymdownx.details
- pymdownx.arithmatex
- pymdownx.snippets
- toc:
permalink: "¤"
plugins:
- search
- gen-files:
scripts:
- docs/auto_docstring.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
default_handler: python
watch:
- aucmedi
handlers:
python:
selection:
docstring_style: google
rendering:
show_root_heading: True
show_submodules: False
merge_init_into_class: True
separate_signature: True
members_order: source
docstring_section_style: spacy