-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
258 lines (250 loc) · 7.6 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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
site_name: Useful Math Functions
site_url: https://anselmoo.github.io/useful-math-functions/
site_author: Anselm Hahn
site_description: >-
"Useful Math Functions for Optimization, Benchmarking, Visualizing, and more ..."
# Repository
repo_name: Anselmoo/useful-math-functions
repo_url: https://github.com/Anselmoo/useful-math-functions/
edit_uri: https://github.com/Anselmoo/useful-math-functions/tree/main/docs
# Copyright
copyright: Copyright © 2023 - Anselm Hahn
# Configuration
theme:
name: material
static_templates:
- 404.html
include_search_page: true
search_index_only: true
language: en
features:
- header.autohide
- content.code.annotate
- content.tabs.link
- content.action.view
- content.action.copy
- content.code.copy
- content.code.annotations
- navigation.expand
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.integrate
- toc.follow
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
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: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to system preference
font:
text: Open Sans
code: Open Sans Mono
icon:
repo: material/github
# logo: images/logo.svg
# favicon: images/logo.svg
# Plugins
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
- autorefs
- section-index
- table-reader
# - literate-nav:
# nav_file: SUMMARY.md
- minify:
minify_html: true
minify_css: true
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Anselmoo
- icon: fontawesome/brands/python
link: https://pypi.org/project/useful-math-functions/
version:
provider: mike
default: latest
# Extensions
markdown_extensions:
- admonition:
- abbr:
- attr_list:
- def_list:
- footnotes:
- meta:
- md_in_html:
- tables:
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
#block_tag: "pre"
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret:
- pymdownx.critic:
- pymdownx.details:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.progressbar:
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
auto_title: true
linenums: true
linenums_style: pymdownx-inline
anchor_linenums: true
guess_lang: true
extend_pygments_lang:
- name: pycon3
lang: pycon
options:
python3: true
- pymdownx.inlinehilite:
custom_inline:
- name: math
class: arithmatex
format:
!!python/object/apply:pymdownx.arithmatex.arithmatex_inline_format {
kwds: { mode: generic },
}
- pymdownx.keys:
- pymdownx.magiclink:
hide_protocol: true
repo_url_shortener: true
social_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
normalize_issue_symbols: true
provider: github
user: Anselmoo
repo: useful-math-functions
- pymdownx.mark:
- pymdownx.smartsymbols:
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.snippets:
check_paths: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde:
- pymdownx.blocks.admonition:
- pymdownx.blocks.details:
- pymdownx.blocks.html:
- pymdownx.blocks.definition:
- pymdownx.blocks.tab:
alternate_style: True
combine_header_slug: True
slugify:
!!python/object/apply:pymdownx.slugs.slugify { kwds: { case: lower } }
extra_css:
- assets/stylesheets/css/extras.css
extra_javascript:
- assets/stylesheets/js/config.js
- assets/stylesheets/js/katex.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Page tree
nav:
- Home: index.md
- Functions:
- modules/functions/index.md
- Continuous Distribution:
- 2𝛑 Interval: modules/functions/distributions/continuous_2pi_interval.md
- Bounded Interval: modules/functions/distributions/continuous_bounded_interval.md
- Semi Infinite Interval: modules/functions/distributions/continuous_semi_infinite_interval.md
- Variable Support: modules/functions/distributions/continuous_variable_support.md
- Whole Line Support: modules/functions/distributions/continuous_whole_line_support.md
- Discrete Distribution:
- Finite Support: modules/functions/distributions/discrete_finite_support.md
- Infinite Support: modules/functions/distributions/discrete_infinite_support.md
- Mixed Distribution: modules/functions/distributions/mixed_discrete_continuous.md
- Optimization:
- Bowl Shaped: modules/functions/optimization/bowl_shaped.md
- Drops Steps: modules/functions/optimization/drops_steps.md
- Many Local Minima: modules/functions/optimization/many_local_minima.md
- Plate Shaped: modules/functions/optimization/plate_shaped.md
- Special: modules/functions/optimization/special.md
- Valley Shaped: modules/functions/optimization/valley_shaped.md
- Theory:
- Pathological: modules/functions/theory/pathological.md
- Chaotic Systems:
- Oscillators: modules/functions/chaotic/oscillators.md
- Others:
- Supporting Functions: modules/functions/others/support_functions.md
- Exporting:
- modules/export/index.md
- Visualization:
- 2D and 3D Plots: modules/export/2d_and_3d_plots.md
- GIFs: modules/export/gifs.md
- Dataset:
- Dataset Generation: modules/export/dataset_generation.md
- API:
- Functions:
- Distributions:
- Modules: modules/api/distributions.md
- Optimization:
- Modules: modules/api/optimization.md
- Theory:
- Modules: modules/api/theory.md
- Chaotic Systems:
- Modules: modules/api/chaotic_systems.md
- Others:
- Data Generation:
- Modules: modules/api/data_generation.md
- Meta Models & Patterns:
- Modules: modules/api/meta_models_and_patterns.md
- Plots:
- Modules: modules/api/plots.md
- Further Readings:
- docs/index.md
- Extras:
- License: home/license.md
- Changelog: home/changelog.md
- Code of Conduct: home/code_of_conduct.md
- Contributing: home/contributing.md