-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
129 lines (128 loc) · 3.64 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
site_name: neurovista
site_url: https://CAVEconnectome.github.io/neurovista
repo_url: https://github.com/CAVEconnectome/neurovista
repo_name: CAVEconnectome/neurovista
edit_uri: edit/main/docs/
#strict: true
nav:
- Home: index.md
- Installation: installation.md
- Reference:
- reference/reference.md
- Contributing: contributing.md
- Changelog: changelog.md
theme:
name: material
language: en
logo: images/logo-cleanest.png
favicon: images/logo-cleanest.png
palette:
scheme: preference
primary: black
accent: indigo
icon:
repo: fontawesome/brands/github
features:
- navigation.indexes
- navigation.instant
# - navigation.path
- navigation.prune
# - navigation.sections # toggle to have sections in side nav
- navigation.tabs # toggle to mainly use top nav
- navigation.tabs.sticky
- content.action.edit
- content.action.view
- toc.follow
- toc.integrate # whether to include the toc in the main nav bar to the left
- navigation.top
- search.suggest
- search.highlight
- search.share
markdown_extensions:
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums: false
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.details
- admonition
- toc:
baselevel: 2
permalink: true
- meta
plugins:
- include-markdown
- search:
lang: en
- mkdocstrings:
default_handler: python
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://pandas.pydata.org/pandas-docs/stable/objects.inv
- https://networkx.org/documentation/stable/objects.inv
- https://docs.scipy.org/doc/scipy/objects.inv
options:
show_source: false
docstring_style: numpy
docstring_section_style: spacy # list, table, spacy
docstring_options:
ignore_init_summary: false
merge_init_into_class: true
allow_section_blank_line: false
show_root_heading: true
show_object_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
members_order: alphabetical # can be source
group_by_category: true # order is attributes, classes, functions, modules
summary: true
show_if_no_docstring: false
show_docstring_attributes: false
annotations_path: brief
show_signature: true
separate_signature: false
show_signature_annotations: false
unwrap_annotated: false
heading_level: 2
- macros
- autorefs
- section-index
# - git-authors: # this one is more email-based
# show_contribution: true
# authorship_threshold_percent: 5
- git-committers:
repository: CAVEconnectome/neurovista
branch: main
- git-revision-date-localized:
enable_creation_date: true
# - social:
# cards_layout: default
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/CAVEconnectome/neurovista
name: Github
- icon: material/email
link: "mailto:ben.pedigo@alleninstitute.org"
version:
provider: mike
names:
repo_title: neurovista
package: neurovista
main_branch: main
# to enable disqus, uncomment the following and put your disqus id below
# disqus: disqus_id
# uncomment the following and put your google tracking id below to enable GA
#google_analytics:
#- UA-xxx
#- auto