-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
45 lines (40 loc) · 1012 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
41
42
43
44
45
site_name: CESNET DataZoo
repo_name: CESNET/cesnet-datazoo
repo_url: https://github.com/CESNET/cesnet-datazoo
theme:
name: "material"
palette:
primary: blue grey
features:
- navigation.sections
logo: images/datazoo_logo.svg
favicon: images/datazoo_logo.svg
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
paths: [cesnet_datazoo]
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
analytics:
provider: google
property: G-788ETHG59K
nav:
- Introduction: index.md
- Installation: installation.md
- Overview of datasets: datasets_overview.md
- Data features: features.md
- Transforms: transforms.md
- Tutorials:
- Getting started: getting_started.md
- Using dataloaders: dataloaders.md
- Reference:
- CesnetDataset: reference_cesnet_dataset.md
- DatasetConfig: reference_dataset_config.md
- Datasets: reference_datasets.md
- DatasetMetadata: dataset_metadata.md