-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmkdocs.yml
44 lines (43 loc) · 1.1 KB
/
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: doubtlab
repo_url: https://github.com/koaning/doubtlab
site_url: https://koaning.github.io/doubtlab/
site_description: DoubtLab - Find Bad Labels
site_author: Vincent D. Warmerdam
nav:
- Home: index.md
- Getting Started:
- Quickstart: quickstart/index.md
- Benchmarks: quickstart/benchmarks.md
- Advanced: quickstart/advanced.md
- FAQ: quickstart/faq.md
- Examples:
- Google Emotions: examples/google-emotions.md
- API:
- ensemble: api/doubtlab.md
- reasons: api/reasons.md
- benchmark: api/benchmark.md
plugins:
- mkdocstrings
- search
copyright: Maintained by <a href="https://twitter.com/fishnets88">Vincent</a>.
theme:
name: material
favicon: icon.png
logo: icon.png
feature:
tabs: true
palette:
primary: white
accent: blue
markdown_extensions:
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js