forked from hse-cs/probaforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (32 loc) · 812 Bytes
/
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
site_name: probaforms
site_url: https://hse-lambda.github.io/probaforms/
repo_url: https://github.com/HSE-LAMBDA/probaforms
edit_uri: tree/main/docs
repo_name: probaforms
docs_dir: docs
site_dir: site
theme:
name: material
#features:
# - navigation.tabs
# - search.highlight
markdown_extensions:
- markdown_include.include
- extra
- tables
- mdx_math:
enable_dollar_delimiter: True
- fenced_code
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML
plugins:
- mknotebooks
- search
nav:
- Home: 'index.md'
- Examples:
- Regression: examples/regression.ipynb
- Metrics usage: examples/metrics.ipynb