Skip to content

Commit 86b8708

Browse files
committed
add plotting to pkgdown, clean up references
1 parent a06286e commit 86b8708

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

_pkgdown.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ reference:
3030
- title: Simple forecasters
3131
desc: Complete forecasters that produce reasonable baselines
3232
contents:
33-
- contains("flatline")
34-
- contains("arx")
35-
- contains("cdc")
33+
- contains("forecaster")
34+
- contains("classifier")
35+
- title: Forecaster modifications
36+
desc: Constructors to modify forecaster arguments and utilities to produce `epi_workflow` objects
37+
contents:
38+
- contains("args_list")
39+
- contains("_epi_workflow")
3640
- title: Helper functions for Hub submission
3741
contents:
3842
- flusight_hub_formatter
@@ -70,6 +74,10 @@ reference:
7074
contents:
7175
- contains("layer")
7276
- contains("slather")
77+
- title: Automatic forecast visualization
78+
contents:
79+
- autoplot.epi_workflow
80+
- autoplot.canned_epipred
7381
- title: Utilities for quantile distribution processing
7482
contents:
7583
- dist_quantiles

0 commit comments

Comments
 (0)