-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
39 lines (35 loc) · 931 Bytes
/
_pkgdown.yml
File metadata and controls
39 lines (35 loc) · 931 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
35
36
37
38
39
# _pkgdown.yml
url: "https://RomualdEcoStats.github.io/samOptiPro-core/"
template:
bootstrap: 5
navbar:
structure:
left: [reference, articles]
right: [search, github]
components:
github:
icon: "fab fa-github"
aria-label: "Source on GitHub"
href: "https://github.com/RomualdEcoStats/samOptiPro-core"
destination: docs
reference:
- title: "Main functions"
contents:
- test_strategy
- diagnose_model_structure
- run_baseline_config
- run_hmc_all_nodes
- assess_performance
- identify_bottlenecks_family
- profile_sampler_times
- run_structure_and_hmc_test
- test_strategy_family
- configure_hmc_safely_bis
- test_strategy_family_fast
- title: "Plotting & diagnostics"
contents:
- starts_with("plot_")
- matches("^compute_diag_")
- title: "Helpers (internal)"
contents:
- starts_with("dot-")