-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
106 lines (91 loc) · 2.44 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# landing page is build from pkgdown/index.md, NOT README.md
# This is done to support builtin Github Formatting of callouts
url: https://wbw.anatolii.nz
repo:
url:
home: https://github.com/atsyplenkov/wbw
source: https://github.com/atsyplenkov/wbw/tree/master
issues: https://github.com/atsyplenkov/wbw/issues
authors:
Anatolii Tsyplenkov:
href: https://anatolii.nz
template:
bootstrap: 5
light-switch: true
math-rendering: mathjax
bslib:
base_font: {google: "Inter"}
heading_font: {google: "Recursive"}
code_font: {google: "Fira Code"}
navbar:
components:
faq:
text: FAQ
href: articles/FAQ.html
tutorials:
text: Tutorials
href: articles/tutorials.html
menu:
- text: Tutorial 1
- text: Tutorial 2
href: articles/Tutorial-2.html
- text: Tutorial 3
articles:
text: Articles
menu:
- text: Benchmarks
href: articles/benchmarks.html
- text: wbw and terra
structure:
left: [faq, reference, tutorials, articles, news]
right: [search, github, lightswitch]
footer:
structure:
left: [attribution]
components:
attribution: "R bindings to the ['Whitebox Workflows for Python'](https://www.whiteboxgeo.com/whitebox-workflows-for-python/)"
reference:
- title: "Input/Output"
desc: "Functions for reading and writing data"
contents:
- has_keyword("io")
- wbw_read_raster
- wbw_write_raster
- print_geotiff_tags
- title: "{terra}"
desc: "Functions for conversion between wbw and terra"
contents:
- has_keyword("terra")
- title: "Raster Operations"
desc: "Functions for raster manipulation"
contents:
- has_keyword("conversions")
- has_keyword("raster")
- has_keyword("crs")
- has_keyword("utils")
- has_keyword("math")
- has_keyword("transform")
- title: "Stats"
desc: "Summary and zonal statistics for raster and vector data"
contents:
- has_keyword("stats")
- title: "System"
desc: "System utilities"
contents:
- has_keyword("system")
- wbw_version
- title: "Geomorphometry"
desc: "Tools for geomorphometric analysis of digital elevation models"
contents:
- has_keyword("geomorphometry")
- title: "Image Processing"
contents:
- has_keyword("image_processing")
- title: "Classes"
desc: "Introduced S7 classes"
contents:
- has_keyword("class")
- title: "Methods"
desc: "S3 methods for WhiteboxRaster and WhiteboxVector objects"
contents:
- has_keyword("methods")