-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (27 loc) · 828 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
31 lines (27 loc) · 828 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
site_name: ActEval
site_description: Insurance-oriented metrics and reports for prediction arrays
site_url: https://aminemanai2003.github.io/acteval/
repo_url: https://github.com/aminemanai2003/acteval
repo_name: aminemanai2003/acteval
edit_uri: edit/main/docs/
theme:
name: readthedocs
locale: en
plugins:
- search
nav:
- Home: index.md
- Command-line interface: cli.md
- Docker image: container.md
- Interactive demo: interactive-demo.md
- API guide: api.md
- Metric reference: metric-reference.md
- Bootstrap inference: inference.md
- Monitoring: monitoring.md
- Reporting and export: reporting.md
- Realized-consequence helpers: decision-reference.md
- Compatibility policy: stability.md
- Migration:
- Version 2.0: migration-2.0.md
- Version 1.0: migration-1.0.md
strict: true