-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
219 lines (210 loc) · 6.67 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
---
# Project information
site_name: mkdocs-tutorial
site_url: https://test
site_author: PythonBiellaGroup
site_description: Tutorial for mkdocs
copyright: Made with ♥ by PBG with mkdocs
# Repository
repo_url: https://github.com/PythonBiellaGroup/mkdocs-tutorial
repo_name: "PythonBiellaGroup/mkdocs-tutorial"
edit_uri: edit/main/docs
# Page tree
nav:
- Home:
- index.md
- Code:
- mycode.md
- Extra:
- extra.md
- Documenti:
- documenti.md
- Notebook page: test.ipynb
# Configuration
theme:
name: material
# docs_dir: docs
site_dir: site
icon:
logo: material/bird
repo: fontawesome/brands/github
include_search_page: false
search_index_only: true
features:
# - announce.dismiss
# - content.action.edit
# - content.action.view
# - content.code.annotate
# - content.code.copy
# - content.tooltips
# - header.autohide
# - navigation.footer
# - navigation.indexes
# - navigation.top
# - navigation.tracking
# - navigation.path
# - navigation.tabs
# - navigation.tabs.sticky
# - search.suggest
# - search.highlight
# - search.share
# - toc.follow
- navigation.top
- navigation.tracking
# - navigation.instant
- toc.integrate
- search.suggest
- search.highlight
- search.share
- header.autohide
- content.code.annotate
- navigation.indexes
- navigation.sections
- navigation.tabs
font:
text: Roboto
code: Roboto mono
palette:
# Light mode
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite
- def_list
- neoteroi.cards
- neoteroi.timeline
- footnotes
- meta
- md_in_html
- toc:
title: On this page
permalink: true
permalink_title: Anchor link to this section for reference
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: pythonbiellagroup
repo: website
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
# - https://cdn.jsdelivr.net/npm/vega@5
# - https://cdn.jsdelivr.net/npm/vega-lite@5
# - https://cdn.jsdelivr.net/npm/vega-embed@6
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://squidfunk.github.io/mkdocs-material/reference/mathjax/
plugins:
# - macros
# - charts
# - tags
- autorefs
- mermaid2
- mkdocs-pdf
- mkdocs-jupyter:
ignore_h1_titles: True
include: ["*.ipynb"]
execute: false
allow_errors: true
show_input: True
include_requirejs: true
### QUESTO PLUGIN NON FA FUNZIONARE MKDOCS-JUPYTER
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: it
name: Italian
build: true
default: true
site_name: mkdocs-tutorial
site_description: PythonBiellaGroup sito ufficiale che contiene tutte le guide, informazioni, materiale e risorse per la community.
- locale: en
name: English
build: true
default: false
site_name: mkdocs-tutorial
site_description: PythonBiellaGroup official website with all
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: true
show_root_heading: yes
heading_level: 0
filters:
- "!^_" # exclude all members starting with _
- "!^__init__$" # exclude __init__ modules and methods
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
# - git-revision-date-localized
# - git-authors
extra_css:
- style/neoteroi-mkdocs.css
extra:
alternate:
- name: Italian
link: /
lang: it
- name: English
link: /en
lang: en
consent:
title: Cookie consent
description: >-
I use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of my site and whether users
find what they're searching for. With your consent, you're helping me to
make our site better.
annotate:
json: [.s2]
disquis: PBG
generator: false
social:
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
name: Write to us