From 9f52a7f396dc5efe017aeb2a4380112f50a2b813 Mon Sep 17 00:00:00 2001 From: Jeroen Janssens Date: Wed, 12 Nov 2025 13:47:02 +0100 Subject: [PATCH] Include supported-by-posit script --- _pkgdown.yml | 89 ++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 44 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 7999cdf54..494ae20f6 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -2,7 +2,7 @@ url: https://tune.tidymodels.org/ navbar: components: - home: ~ + home: tutorials: text: Learn more menu: @@ -21,8 +21,9 @@ template: primary: "#CA225E" includes: - in_header: | - + in_header: | + + development: mode: auto @@ -32,44 +33,44 @@ figures: fig.height: 5.75 reference: - - title: Fit many models - contents: - - tune_grid - - tune_bayes - - expo_decay - - conf_bound - - starts_with("melodie") - - fit_resamples - - control_grid - - control_bayes - - parallelism - - title: Fit one model - contents: - - fit_best - - last_fit - - starts_with("finalize") - - control_last_fit - - title: Inspect results - contents: - - starts_with("collect") - - show_notes - - show_best - - starts_with("select_") - - filter_parameters - - autoplot.tune_results - - coord_obs_pred - - conf_mat_resampled - - title: Miscellaneous - contents: - - starts_with("extract_") - - starts_with("int_pctl") - - starts_with("compute") - - augment.tune_results - - example_ames_knn - - contains("resample_weight") - - title: Developer functions - contents: - - merge.recipe - - message_wrap - - .use_case_weights_with_yardstick - - .stash_last_result +- title: Fit many models + contents: + - tune_grid + - tune_bayes + - expo_decay + - conf_bound + - starts_with("melodie") + - fit_resamples + - control_grid + - control_bayes + - parallelism +- title: Fit one model + contents: + - fit_best + - last_fit + - starts_with("finalize") + - control_last_fit +- title: Inspect results + contents: + - starts_with("collect") + - show_notes + - show_best + - starts_with("select_") + - filter_parameters + - autoplot.tune_results + - coord_obs_pred + - conf_mat_resampled +- title: Miscellaneous + contents: + - starts_with("extract_") + - starts_with("int_pctl") + - starts_with("compute") + - augment.tune_results + - example_ames_knn + - contains("resample_weight") +- title: Developer functions + contents: + - merge.recipe + - message_wrap + - .use_case_weights_with_yardstick + - .stash_last_result