-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
171 lines (168 loc) · 5.49 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
site_name: CAVEclient
site_url: https://bdpedigo.github.io/CAVEclient/
repo_url: https://github.com/bdpedigo/CAVEclient/
repo_name: bdpedigo/CAVEclient
edit_uri: edit/master/docs/
nav:
- Home: index.md
- Installation: installation.md
- Tutorial:
- tutorials/index.md
- tutorials/framework.md
- tutorials/authentication.md
- tutorials/annotation.md
- tutorials/chunkedgraph.md
- tutorials/l2cache.md
- tutorials/info.md
- tutorials/schemas.md
- tutorials/state.md
- tutorials/materialization.md
- Client API:
- client_api/index.md
- client_api/annotation.md
- client_api/auth.md
- client_api/chunkedgraph.md
- client_api/l2cache.md
- client_api/materialize.md
- client_api/state.md
- Extended API:
- extended_api/index.md
- extended_api/annotationengine.md
- extended_api/auth.md
- extended_api/base.md
- extended_api/chunkedgraph.md
- extended_api/datastack_lookup.md
- extended_api/emannotationschemas.md
- extended_api/framework.md
- extended_api/infoservice.md
- extended_api/jsonservice.md
- extended_api/l2cache.md
- extended_api/materialization.md
- extended_api/session_config.md
- Glossary: glossary.md
- Contributing: contributing.md
- Changelog: changelog.md
theme:
name: material
language: en
logo: images/logo-inverted.png
favicon: images/logo-inverted.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: table # list, table, spacy
docstring_options:
ignore_init_summary: false
merge_init_into_class: true
allow_section_blank_line: false
show_root_heading: false
show_root_toc_entry: false
show_object_full_path: false
show_symbol_type_heading: false # whether to show "meth/func/etc" in the page
show_symbol_type_toc: false # whether to show "meth/func/etc" in the toc
signature_crossrefs: true # https://mkdocstrings.github.io/python/usage/configuration/signatures/#signature_crossrefs
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 # https://mkdocstrings.github.io/python/usage/configuration/signatures/#annotations_path
show_signature: true
separate_signature: false
show_signature_annotations: false
unwrap_annotated: false # https://mkdocstrings.github.io/python/usage/configuration/signatures/#unwrap_annotated
heading_level: 2
inherited_members: true
- macros
- autorefs
- section-index
# - git-authors: # this one is more email-based
# show_contribution: true
# authorship_threshold_percent: 5
# - git-committers:
# repository: bdpedigo/CAVEclient
# branch: main
# - git-revision-date-localized:
# enable_creation_date: true
# - social:
# cards_layout: default
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/bdpedigo/CAVEclient
name: Github
- icon: material/email
link: "mailto:[email protected]"
version:
provider: mike
names:
repo_title: CAVEclient
package: caveclient
main_branch: master
client_api_paths:
annotation: ../client_api/annotation.md#caveclient.annotationengine.AnnotationClientV2
auth: ../client_api/auth.md#caveclient.auth.AuthClient
chunkedgraph: ../client_api/chunkedgraph.md#caveclient.chunkedgraph.ChunkedGraphClientV1
materialize: ../client_api/materialize.md#caveclient.materializationengine.MaterializatonClientV3
l2cache: ../client_api/l2cache.md#caveclient.l2cache.L2CacheClientLegacy
state: ../client_api/state.md#caveclient.state.JSONServiceV1
# 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