-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
53 lines (45 loc) · 1.22 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
52
53
url: https://worldfishcenter.github.io/peskas.malawi.data.pipeline/
template:
bootstrap: 5
bslib:
primary: '#47475C'
heading_font:
google:
family: Alegreya Sans SC
wght: 400
base_font:
google:
family: IBM Plex Sans
code_font:
google: Fira Mono
reference:
- title: Workflow
desc: >
These are arguably the most important functions in the package. Each of
these functions executes a step in the data pipeline.
- contents:
- has_keyword("workflow")
- title: Cloud Storage
desc: Functions that interact with cloud storage providers.
contents:
- has_keyword("storage")
- title: Ingestion
desc: Functions dedicated to the ingestion module
contents:
- has_keyword("ingestion")
- title: Preprocessing
desc: Functions dedicated to the preprocessing module
contents:
- has_keyword("preprocessing")
- title: Validation
desc: Functions dedicated to the validation module
contents:
- has_keyword("validation")
- title: Export
desc: Functions dedicated dissemination of processed and analysed fisheries data
contents:
- has_keyword("export")
- title: Helper functions
desc: Functions dedicated to data processing.
contents:
- has_keyword("helper")