From be0975760dc45248d8171d63b6ad3c6d747c1008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Thu, 8 Feb 2024 20:22:54 +0100 Subject: [PATCH] [DOC] fix `ARDL` API reference (#5912) Fixes a broken link in the forecasting API ref: `ARDL` --- docs/source/api_reference/forecasting.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/api_reference/forecasting.rst b/docs/source/api_reference/forecasting.rst index 00672a64098..4abc257491d 100644 --- a/docs/source/api_reference/forecasting.rst +++ b/docs/source/api_reference/forecasting.rst @@ -294,6 +294,14 @@ ARCH models Structural time series models ----------------------------- +.. currentmodule:: sktime.forecasting.ardl + +.. autosummary:: + :toctree: auto_generated/ + :template: class.rst + + ARDL + .. currentmodule:: sktime.forecasting.bats .. autosummary::