-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
36 lines (34 loc) · 1.18 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
template:
bootstrap: 5
reference:
- title: Loading results
contents:
- matches ('^load_')
- matches ('_renaissance$')
- title: Filtering results
contents:
- matches ('^(locate|identify)_vector_outliers')
- matches ('^(preserve)_last_(n|sec)$')
- matches ('^(remove|list|flag)_outliers_(global|window)$')
- title: Analyzing results
contents:
- matches ('^(compute)_trends')
- matches ('^(compute)_(flat|hierarchical)_percentile_ci')
- matches ('^(compute)_(flat|hierarchical)_relative_percentile_ci')
- matches ('^(compute)_(vector_flat|list_vectors_hierarchical)_percentile_ci')
- matches ('^(compute)_(vector_pair_flat|list_vectors_pair_hierarchical)_percentile_ci')
- matches ('^(locate|identify)_vector_segments$')
- matches ('^(list)_dimensions$')
- matches ('^(list)_segment_boundaries$')
- matches ('^(list)_regular_artifacts_by_(position|interval)$')
- title: Miscellaneous functions
contents:
- rren_example
- rren_artificial
- report_summaries
- plot_default_labels
- matches ('plot_website_(stripes|violins)')
- title: internal
contents:
- matches ('^bootstrap_replicates_')
- matches ('_helper$')