-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (38 loc) · 819 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
site_name: polars-credit
repo_name: markxwang/polars-credit
theme:
name: "material"
palette:
primary: black
features:
- content.code.copy
- content.tabs.link
- navigation.expand
plugins:
- search:
lang: en
- mkdocstrings:
handlers:
python:
paths: [python]
options:
docstring_style: numpy
show_source: false
show_bases: false
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
nav:
- Quick Start: index.md
- API Reference:
- WOE: api-reference/woe.md
- Imputation: api-reference/impute.md