-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
159 lines (145 loc) · 4 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
site_name: srai
site_url: null
repo_url: https://github.com/kraina-ai/srai
repo_name: kraina-ai/srai
edit_uri: "edit/main/docs/"
watch:
- examples
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.indexes
- navigation.path
- toc.follow
- content.code.annotate
- content.action.edit
- content.action.view
- content.code.copy
favicon: assets/logos/favicon.ico
logo: assets/logos/srai-logo-symbol.svg
icon:
repo: material/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
analytics:
provider: google
property: G-VDSV9JTGPD
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/kraina-ai/srai/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
cookies:
github:
name: Github
checked: true
analytics:
name: Google Analytics
checked: true
actions:
- accept
- manage
version:
provider: mike
extra_css:
- assets/css/docstrings.css
- assets/css/font.css
- assets/css/palette.css
- assets/css/jupyter.css
extra_javascript:
- javascripts/copy_to_clipboard_patch.js
copyright: >
Copyright © 2022 - {current_year} Kraina AI –
<a href="#__consent">Change cookie settings</a>
plugins:
- mike:
canonical_version: "latest"
version_selector: true
- gen-files:
scripts:
- docs/copy_examples.py
- docs/generate_api.py
- docs/gen_ref_pages.py
- search
- mkdocstrings:
custom_templates: docs/templates
handlers:
python:
paths: [srai]
options:
show_source: true
show_root_heading: false
show_root_toc_entry: false
docstring_section_style: "spacy"
show_signature: true
show_signature_annotations: false
line_length: 60
members_order: "source"
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
inherited_members: true
show_root_full_path: true
show_root_members_full_path: false
show_object_full_path: false
- mkdocs-jupyter:
include: ["*.ipynb"]
ignore_h1_titles: true
execute: !ENV [MKDOCS_EXECUTE_JUPYTER, false]
include_source: false
allow_errors: false
- mermaid2
- awesome-pages
markdown_extensions:
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.magiclink
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format