-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
34 lines (33 loc) · 839 Bytes
/
_pkgdown.yml
File metadata and controls
34 lines (33 loc) · 839 Bytes
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
# NOTE: Update the `url` field as needed
url: "https://vimc.github.io/vimcheck/"
template:
bootstrap: 5
reference:
- title: Package-level documentation
contents:
- has_keyword("package_doc")
- title: Diagnostic functions
desc: Package diagnostic functions.
contents:
- has_keyword("diagnostics")
- title: Plotting prepartion
desc: Prepare validated data for plotting.
contents:
- plotting_prep
- title: Plotting functions
desc: Package plotting functions.
contents:
- plotting
- plotting_theme
- title: Internal functions
desc: Internal helper functions.
contents:
- has_keyword("internal")
- title: Data
desc: Package data.
contents:
- has_keyword("data")
- title: Constants
desc: Package constants.
contents:
- has_keyword("constants")