forked from BodenmillerGroup/steinbock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (64 loc) · 1.41 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
site_name: steinbock
plugins:
- mkdocstrings:
handlers:
python:
rendering:
show_root_toc_entry: no
show_if_no_docstring: yes
selection:
filters:
- '!^_'
watch:
- steinbock
- mike:
version_selector: true
markdown_extensions:
- admonition
- footnotes
theme:
name: material
logo: img/steinbock-logo-white.png
favicon: img/steinbock-favicon.png
features:
- navigation.tabs
- navigation.top
extra:
version:
provider: mike
extra_css:
- mkdocstrings.css
nav:
- Home:
- Welcome: index.md
- Installation:
- install-docker.md
- install-python.md
- Specifications:
- file-types.md
- directories.md
- Development:
- authors.md
- contributors.md
- contributing.md
- changelog.md
- license.md
- Command-line usage:
- cli/intro.md
- cli/preprocessing.md
- cli/classification.md
- cli/segmentation.md
- cli/measurement.md
- cli/export.md
- cli/utils.md
- cli/apps.md
- Python usage:
- python/intro.md
- API documentation:
- python/api/steinbock.preprocessing.md
- python/api/steinbock.classification.md
- python/api/steinbock.segmentation.md
- python/api/steinbock.measurement.md
- python/api/steinbock.export.md
- python/api/steinbock.utils.md
- python/api/steinbock.io.md