From 260eef76ff269df1ead86c2cac876e6874773184 Mon Sep 17 00:00:00 2001 From: Jakob Wessel Date: Thu, 7 Mar 2024 18:05:41 +0000 Subject: [PATCH] Documentation update: corrected reference to RunningWindowDebiaser abstract class that prevented docs for this class from building --- docs/source/reference/debias.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference/debias.rst b/docs/source/reference/debias.rst index 5da85b3..fa85a97 100644 --- a/docs/source/reference/debias.rst +++ b/docs/source/reference/debias.rst @@ -28,7 +28,7 @@ ibicus.debias Debiaser abstract-class ibicus.debias RunningWindowDebiaser abstract-class -------------------------------------------- -.. autoclass:: RunningWindowDebiaserDebiaser +.. autoclass:: RunningWindowDebiaser :members: from_variable, apply, apply_on_window ibicus.debias LinearScaling class