-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (40 loc) · 883 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
site_name: rapidstats API Reference
site_url: https://cangyuanli.github.io/rapidstats/
repo_url: https://github.com/CangyuanLi/rapidstats
use_directory_urls: false
nav:
- Home: index.md
- Bootstrap: bootstrap.md
- Correlation: correlation.md
- Distributions: distributions.md
- Metrics: metrics.md
theme:
name: material
locale: en
highlightjs: true
features:
- content.code.copy
plugins:
- search
- section-index
- mkdocstrings:
handlers:
python:
paths: [python]
options:
summary: true
docstring_style: numpy
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- pymdownx.superfences
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra:
version:
provider: mike