-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
52 lines (46 loc) · 1.54 KB
/
_pkgdown.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
46
47
48
49
50
51
url: "http://localhost"
destination: "docs"
navbar:
left:
- text: "Gridded data"
menu:
- text: "Getting started"
href: articles/gridded.html
- text: "Gridded analysis"
href: articles/gridded_analysis.html
- text: "Gridded forecasts"
href: articles/gridded_forecasts.html
- text: "Gridded advanced"
href: articles/gridded_advanced.html
- text: "Additional/experimental"
href: articles/gridded_additional_functionality.html
- text: "Station data"
menu:
- text: "Getting started"
href: articles/station.html
- text: "Reference"
href: reference/index.html
- text: "Changelog"
href: news/index.html
- text: "Contact"
href: contact.html
home:
links:
- text: "ecCodes home"
href: "https://confluence.ecmwf.int/display/ECC/ecCodes+Home"
- text: "Python plugin"
href: "https://github.com/Climdyn/climetlab-eumetnet-postprocessing-benchmark"
reference:
- title: "Retrieving data"
desc: "Main end-user functionality to download/retrieve data."
- contents:
- eupp_config
- eupp_download_gridded
- eupp_get_gridded
- title: "Underlying infrastructure"
- desc: "Exported functions which can be used but are not typically called by end-users."
- contents:
- eupp_get_source_urls
- eupp_get_inventory
- "[.eupp_stars"
- "[[.eupp_stars"