-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
90 lines (81 loc) · 2.42 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
site_name: Conjugate Models
theme:
name: "material"
custom_dir: docs/overrides
features:
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.expand
- navigation.top
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
toggle:
icon: material/brightness-4
name: Switch to light mode
repo_name: Conjugate
repo_url: https://github.com/wd60622/conjugate
edit_uri: blob/main/docs/
site_url: https://wd60622.github.io/conjugate
extra:
homepage: https://wd60622.github.io/
social:
- icon: fontawesome/brands/github
link: https://github.com/wd60622/conjugate
nav:
- Overview: index.md
- Modules:
- Models: models.md
- Distributions: distributions.md
- Mixins: mixins.md
- Examples:
- Case Studies:
- Binomial Model: examples/binomial.md
- Bayesian Update: examples/bayesian-update.md
- Thompson Sampling: examples/thompson.md
- Linear Regression: examples/linear-regression.md
- Unsupported Distributions: examples/unsupported-distributions.md
- Inference in SQL: examples/sql.md
- Bootstrap Comparison: examples/bootstrap.md
- Limit Estimation: examples/limit.md
- Features:
- Plotting: examples/plotting.md
- SciPy Distributions: examples/scipy-connection.md
- Sampling Distributions: examples/sampling-distributions.md
- Vectorized Operations: examples/vectorized-inputs.md
- Indexing: examples/indexing.md
- Generalized Numerical Inputs: examples/generalized-inputs.md
- Scaling Distributions: examples/scaling-distributions.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
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