-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (36 loc) · 965 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (36 loc) · 965 Bytes
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
site_name: TanML
site_description: Automated validation toolkit for tabular ML models—MRM, credit risk, insurance, and other regulated use cases.
site_url: https://tdlabs-ai.github.io/tanml/
repo_url: https://github.com/tdlabs-ai/tanml
repo_name: tdlabs-ai/tanml
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: ["."]
nav:
- Home: index.md
- Installation: installation.md
- User Guide:
- Getting Started: user-guide/getting-started.md
- Tutorials: user-guide/tutorials.md
- API Reference: reference.md
- Contributing: contributing.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- attr_list
- pymdownx.superfences
# Automatic documentation build trigger