-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (43 loc) · 1.09 KB
/
mkdocs.yml
File metadata and controls
47 lines (43 loc) · 1.09 KB
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: rankcal
site_description: Calibration for ranking systems
site_url: https://jman4162.github.io/rankcal/
repo_url: https://github.com/jman4162/rankcal
repo_name: jman4162/rankcal
theme:
name: material
palette:
primary: indigo
features:
- navigation.sections
- navigation.expand
- search.highlight
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- User Guide:
- Choosing a Calibrator: guide/choosing-calibrator.md
- Hyperparameters: guide/hyperparameters.md
- Evaluation: guide/evaluation.md
- Decision Making: guide/decisions.md
- API Reference:
- Calibrators: api/calibrators.md
- Metrics: api/metrics.md
- Decision Tools: api/decision.md
- Utilities: api/utils.md
- Examples:
- Tutorial: examples/tutorial.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- toc:
permalink: true