-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
147 lines (133 loc) · 3.56 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
site_name: Interactive Publishing
site_author: Nikola Šibalić
copyright: Copyright © Nikola Šibalić 2018-2024
repo_url: https://github.com/nikolasibalic/Interactive-Publishing
repo_name: nikolasibalic/Interactive-Publishing
theme:
name: material
features:
- search.suggest
language: en
font:
text: Roboto
code: Roboto Mono
features:
- search
- search.suggest
- search.highlight
- search.share
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- navigation.sections
- navigation.footer
- content.code.annotate
- content.code.copy
- content.code.select
- content.tooltips
- minify_html: true
icon:
repo: fontawesome/brands/github
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
# Palette toggle for light mode
- scheme: custom-bright
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- social
- mkdocstrings:
handlers:
python:
options:
show_source: false
filters: ["!^_"]
merge_init_into_class: true
docstring_section_style: "spacy"
show_bases: false
show_signature: true
show_signature_annotations: false
show_root_heading: true
show_root_toc_entry: true
group_by_category: true
docstring_style: google
show_docstring_attributes: true
heading_level: 3
docstring_section_style: list
- glightbox:
touchNavigation: true
loop: false
effect: zoom
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: nikolasibalic/Interactive-Publishing
branch: main
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- javascripts/Tangle.js
- javascripts/TangleKit/TangleKit.js
- javascripts/TangleKit/sprintf.js
- javascripts/TangleKit/mootools.js
- javascripts/TangleKit/BVTouchable.js
extra_css:
- javascripts/TangleKit/TangleKit.css
- stylesheets/extra.css
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.snippets:
check_paths: true
auto_append: []
base_path: ["docs"]
- pymdownx.inlinehilite
- abbr
- md_in_html
- toc:
permalink: true
title: On this page
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.arithmatex:
generic: true
navigation:
- "Overview": index.md
- "ifigures API": ifigures_api.md
- "Example gallery": example_gallery.md