-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
87 lines (81 loc) · 2.23 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
site_name: "NGIO: Next Generation File Format I/O"
site_url: "https://github.com/fractal-analytics-platform/ngio.git"
site_description: "A Python library for processing Next Generation File Formats (NGFF) images"
repo_name: "ngio"
repo_url: "https://github.com/fractal-analytics-platform/ngio"
copyright: "Copyright © 2024-, BioVisionCenter UZH"
theme:
name: material
favicon: images/favicon.ico
#logo: logos/logo_white.png
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- scheme: default
# primary: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
# primary: teal
# accent: light-green
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.tooltips
- content.code.annotate
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.path
- navigation.indexes
- navigation.footer
- toc.follow
- search.suggest
- search.share
extra:
social:
- icon: fontawesome/brands/github
link: "https://github.com/fractal-analytics-platform/ngio"
name: NGIO on GitHub
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
options:
heading_level: 3
docstring_style: google
show_source: true
show_signature_annotations: true
show_root_heading: true
show_root_full_path: true
show_bases: true
docstring_section_style: list
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: fractal-analytics-platform/ngio
branch: main
- mkdocs-jupyter:
execute: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Home: index.md
- Getting Started: getting-started.md
- Examples:
- notebooks/basic_usage.ipynb
- notebooks/image.ipynb
- notebooks/processing.ipynb
- API Reference:
- core: api/core.md