-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (51 loc) · 1.33 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
site_name: approxbayescomp Python Package
nav:
- Home: index.md
- What is ABC?: what-is-abc.md
- Examples:
- Geometric-Exponential Compound Sums: geometric-exponential.ipynb
- Frequency-Dependent Claim Sizes: frequency-dependent-claim-sizes.ipynb
- Bivariate Observations: bivariate-observations.ipynb
- Seasonal Claim Arrivals: seasonal-claim-arrivals.ipynb
theme:
name: material
icon:
logo: material/chart-bell-curve
palette:
primary: teal
accent: teal
font:
text: Alegreya Sans
hljs_languages:
- python
custom_dir: 'docs/overrides'
plugins:
- search
- mkdocs-jupyter:
execute: False
ignore_h1_titles: False
include_source: True
- macros
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike