From 7c31538320b7dd78be22424995dd5e9e97b98f74 Mon Sep 17 00:00:00 2001 From: Rob Hyndman Date: Fri, 1 Dec 2023 11:19:05 +1100 Subject: [PATCH] Added _pkgdown.yml --- _pkgdown.yml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 _pkgdown.yml diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 0000000..ae2e372 --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,46 @@ +url: https://pkg.robjhyndman.com/fable.binary/ +template: + bootstrap: 5 + theme: tango + bootswatch: flatly + bslib: + base_font: {google: "Fira Sans"} + heading_font: {google: "Fira Sans"} + code_font: "Hack, mono" + primary: "#234460" + link-color: "#234460" + includes: + in_header: + +authors: + Rob Hyndman: + href: http://robjhyndman.com + +navbar: + type: light + left: + - text: "Reference" + href: reference/index.html + - text: "Change Log" + href: news/index.html + right: + - icon: fa-github fa-lg + href: https://github.com/robjhyndman/fable.binary + +reference: + - title: "Functions" + desc: "Functions for modelling and forecasting binary time series" + contents: + - LOGISTIC + - BINNET + - starts_with("fitted") + - starts_with("forecast") + - starts_with("generate") + - starts_with("glance") + - starts_with("refit") + - starts_with("residuals") + - starts_with("tidy") + - title: "Data" + desc: "Data sets in the package" + contents: + - melb_temp