-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
65 lines (56 loc) · 1.35 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
url: https://r-spatialecology.github.io/spectre/
template:
bootstrap: 5
bootswatch: cerulean
reference:
- title: Core
contents:
- generate_commonness_matrix_from_gdm
- run_optimization_min_conf
- calc_commonness_error
- title: Utility
contents:
- plot_error
- plot_commonness
- print.optim_sol
- title: Datasets
contents:
- alpha_list
- estimated_gamma
- target_matrix
- minimal_example_data
navbar:
structure:
left: [reference, getstarted, example, articles, news]
right: [github, contact, search]
components:
reference:
icon: fa-gears
text: "Functions"
href: reference/index.html
getstarted:
text: "Get Started"
icon: fa fa-magic
href: articles/getting_started_with_spectre.html
example:
text: "Minimal example"
icon: fa-graduation-cap
href: articles/minimal_example.html
articles:
text: "More"
icon: fa-plus-square
menu:
- text: "Benchmark"
icon: fa-clock
href: articles/benchmark.html
news:
icon: fa-newspaper-o
text: "News"
href: news/index.html
contact:
icon: fa-user
text: "Contact"
hreft: mailto:[email protected]
home:
sidebar:
structure: [authors, license, community]