-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
42 lines (38 loc) · 925 Bytes
/
_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
url: https://inbo.github.io/etn
template:
bootstrap: 5
navbar:
bg: dark
home:
links:
- text: Visit the European Tracking Network (ETN)
href: http://lifewatch.be/etn/
reference:
- title: "Connect to the database"
contents:
- connect_to_etn
- title: "Explore acoustic telemetry data"
contents:
- get_animal_projects
- get_animals
- get_tags
- get_acoustic_projects
- get_acoustic_detections
- get_acoustic_deployments
- get_acoustic_receivers
- download_acoustic_dataset
- write_dwc
- title: "Explore archival data"
contents:
- get_animal_projects
- get_animals
- get_tags
# - get_archival_readings
- title: "Explore CPOD data"
contents:
- get_cpod_projects
# - get_cpod_deployments
# - get_cpod_receivers
- title: "List parameter options"
contents:
- starts_with("list_")