-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
70 lines (65 loc) · 1.82 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
site_name: 'AMID: Awesome Medical Imaging Datasets'
site_url: https://neuro-ml.github.io/amid
repo_url: https://github.com/neuro-ml/amid
plugins:
- mkdocs-jupyter
- search
- autorefs
- mike:
canonical_version: latest
- mkdocstrings:
default_handler: python_connectome
handlers:
python_connectome:
options:
docstring_style: numpy
merge_init_into_class: true
members_order: source
show_if_no_docstring: true
show_bases: false
show_signature_annotations: true
show_root_heading: true
show_source: false
heading_level: 3
- exclude:
glob:
- '**/python_connectome.py'
- 'fill_docs.py'
- 'fill_readme.py'
theme:
name: material
icon:
repo: fontawesome/brands/github-alt
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
markdown_extensions:
- admonition
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- toc:
toc_depth: 3
extra:
version:
provider: mike
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- https://unpkg.com/[email protected]/dist/sorts/tablesort.number.min.js
- https://unpkg.com/[email protected]/dist/sorts/tablesort.date.min.js
- https://unpkg.com/[email protected]/dist/sorts/tablesort.dotsep.min.js
- https://unpkg.com/[email protected]/dist/sorts/tablesort.monthname.min.js
- javascript/tablesort.filesize.js
- javascript/tablesort.js