-
Notifications
You must be signed in to change notification settings - Fork 63
/
_pkgdown.yml
96 lines (93 loc) · 2.4 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
template:
path: inst/pkgdown/templates
assets: inst/pkgdown/assets
default_assets: false
params:
docsearch:
api_key: fa1406e0044eae29be11408a723039e7
index_name: greta
url: https://greta-stats.org
reference:
- title: creating greta arrays
desc: Create greta arrays representing observed data or fixed values
contents:
- structures
- as_data
- title: variables & distributions
desc: Create variables and assign probability distributions over greta arrays
contents:
- variable
- distributions
- distribution
- mixture
- joint
- title: manipulating greta arrays
desc: Functions and operations for modifying greta arrays
contents:
- operators
- functions
- extract-replace-combine
- transforms
- title: modelling
desc: Define and visualise models and fit them to data
contents:
- model
- inference
- calculate
- samplers
- optimisers
- title: extending greta
desc: Write R packages that extend or use greta
contents:
- internals
navbar:
structure:
left: [get_started, docs, examples, analyses, more, news, FAQ]
right: [forum, twitter, github]
components:
home: ~
reference: ~
articles: ~
get_started:
text: get started
href: articles/get_started.html
examples:
text: examples
href: articles/example_models.html
FAQ:
text: FAQ
href: articles/faq.html
news:
releases:
- text: "greta 0.4.0.9000"
href: "tbd"
analyses:
text: analyses
menu:
- text: eight schools
href: articles/analyses/eight_schools.html
- text: election 88
href: articles/analyses/election_88.html
docs:
text: docs
href: reference/index.html
more:
text: more
menu:
- text: why 'greta'?
href: articles/webpages/why_greta.html
- text: technical details
href: articles/webpages/technical_details.html
- text: software
href: articles/webpages/software.html
- text: contribute to greta
href: articles/webpages/contribute.html
twitter:
icon: fa-lg fa-twitter
href: http://twitter.com/greta_stats
forum:
icon: fa-lg fa-comments
href: https://forum.greta-stats.org
github:
icon: fa-lg fa-github
href: https://github.com/greta-dev/greta