-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
45 lines (45 loc) · 1.62 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
45
site_name: Polytope
theme:
name: readthedocs
icon:
admonition:
shapes: :material-shape
# logo: destination-earth-logo.png
markdown_extensions:
- admonition
# - pymdownx.details
# - pymdownx.superfences
extra_css:
- extra.css
nav:
- Home: index.md
- Service:
- Overview: Service/Overview.md
- Installation: Service/Installation.md
- Quick Start: Service/Quick_Start.md
- Features:
- Time Series: Service/Features/timeseries.md
- Vertical Profile: Service/Features/vertical_profile.md
- Polygon: Service/Features/polygon.md
- Bounding Box: Service/Features/boundingbox.md
- Trajectory: Service/Features/trajectory.md
- Examples: Service/Examples/examples.md
# - Design Doc: Service/Design_doc.md
- Algorithm:
- Overview: Algorithm/Overview/Overview.md
- Polytope at ECMWF: Algorithm/Overview/Polytope_at_ECMWF.md
- User Guide:
- Overview: Algorithm/User_Guide/Overview.md
- Getting Started: Algorithm/User_Guide/Getting_started.md
- Example: Algorithm/User_Guide/Example.md
- Developer Guide:
- Overview: Algorithm/Developer_Guide/Overview.md
- Datacube: Algorithm/Developer_Guide/Datacube.md
- Slicer: Algorithm/Developer_Guide/Slicer.md
- APIs:
Algorithm/Developer_Guide/API.md
# - API levels: Developer_Guide/API.md
# - Mid-level Shapes: Developer_Guide/shapes.md
plugins:
- search
- mkdocs-jupyter