-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
40 lines (36 loc) · 1000 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
site_name: Wildlife Datasets
repo_url: https://github.com/WildlifeDatasets/wildlife-datasets
repo_name: wildlife-datasets
theme:
name: "material"
features:
- navigation.sections
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- markdown-exec
- mkdocstrings:
handlers:
python:
paths: [wildlife_datasets]
nav:
- Introduction: index.md
- Installation: installation.md
- Oveview of datasets: datasets.md
- Tutorials:
- Getting started: tutorial_datasets.md
- Testing ML methods: methods.md
- Recommended datasets: recommended.md
- Default splits: default_splits.md
- Advanced:
- Advanced splits: tutorial_splits.md
- Dataset representation: dataframe.md
- Adding new datasets: adding.md
- Dataset preprocessing:
- Preprocessing: preprocessing.md
- Reference:
- Datasets: reference_datasets.md
- Analysis: reference_analysis.md
- Splits: reference_splits.md