-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (36 loc) · 1.03 KB
/
mkdocs.yml
File metadata and controls
36 lines (36 loc) · 1.03 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
site_name: WowData
site_url: https://wowdata.sci2pro.com/
repo_url: https://github.com/sci2pro/wowdata
repo_name: sci2pro/wowdata
theme:
name: material
nav:
- Home: index.md
- Getting Started: getting-started.md
- Philosophy: philosophy.md
- Examples:
- Overview: examples/index.md
- Climate: examples/climate.md
- Machine Learning: examples/machine-learning.md
- Epidemiology: examples/epidemiology.md
- String Operations: examples/string-operations.md
- Reference:
- Overview: reference/index.md
- CLI: reference/cli.md
- Sources: reference/sources.md
- Pipeline: reference/pipeline.md
- YAML / IR Format: reference/yaml-ir.md
- Transform Object: reference/transform-object.md
- Transforms: reference/transforms.md
- Sinks: reference/sinks.md
- Errors: reference/errors.md
markdown_extensions:
- admonition
- pymdownx.details
- codehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true