-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
69 lines (63 loc) · 1.93 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
template:
bootstrap: 5
bootswatch: solar
bslib:
pkgdown-nav-height: 100px
navbar:
structure:
left: [reference, vignettes, articles, citation, news]
components:
reference:
text: Functions
href: reference/index.html
vignettes:
text: Vignettes
menu:
- text: Example Workflow
href: articles/ex_workflow.html
- text: Incorporating Species Complexes
href: articles/ex_species_complex.html
articles:
text: Background
href: articles/background_equations.html
news:
text: Release Notes
menu:
- text: "gapindex 2.2.0"
href: "https://github.com/afsc-gap-products/gapindex/releases/tag/v2.2.0"
- text: "gapindex 2.1.3"
href: "https://github.com/afsc-gap-products/gapindex/releases/tag/v2.1.3"
- text: "gapindex 2.1.2"
href: "https://github.com/afsc-gap-products/gapindex/releases/tag/v2.1.2"
- text: "gapindex 2.1.1"
href: "https://github.com/afsc-gap-products/gapindex/releases/tag/v2.1.1"
- text: "gapindex 2.1.0"
href: "https://github.com/afsc-gap-products/gapindex/releases/tag/v2.1.0"
- text: "gapindex 2.0.0"
href: "https://github.com/afsc-gap-products/gapindex/releases/tag/v2.0.0"
- text: "gapindex 1.0.0"
href: "https://github.com/afsc-gap-products/gapindex/releases/tag/v1.0.0"
footer:
structure:
right: FALSE
left: built_with
home:
sidebar: FALSE
reference:
- title: Get Data
contents:
- starts_with("get_")
- title: Design-Based Index and Composition Estimation
contents:
- "calc_cpue"
- "calc_biomass_stratum"
- "calc_biomass_subarea"
- "calc_sizecomp_stratum"
- "calc_sizecomp_subarea"
- "calc_alk"
- "calc_agecomp_stratum"
- "calc_agecomp_region"
- title: Utility Functions
contents:
- starts_with("upload_")
- "stitch_entries"