-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_pkgdown.yml
47 lines (46 loc) · 1.02 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
template:
params:
bootswatch: lumen
reference:
- title: "Preface"
desc: "The front page of the manual"
- contents:
- matches("stochvol")
- title: "Simulation"
desc: "Sampling routines, simulation, and prediction"
- contents:
- svlm
- svsample
- svsample_roll
- svsample_fast_cpp
- svsim
- predict.svdraws
- title: "Reporting"
desc: "Plotting, extraction, and summary"
- contents:
- plot.svdraws
- plot.svpredict
- paradensplot
- starts_with("paratrace")
- volplot
- updatesummary
- extractors
- title: "Prior Distributions"
desc: "Specification of prior distributions for the sample routines"
- contents:
- specify_priors
- sv_constant
- title: "C++"
desc: "Documentation for the C++ functions"
- contents:
- starts_with("update_")
- title: "Expert Settings"
desc: "Helper functions for the 'expert' argument of the sampling routines"
- contents:
- starts_with("get_default")
- validate_and_process_expert
- title: "Other"
desc: "Remaining manual pages"
- contents:
- exrates
- logret