From 1f0ca032bdbb67f8fefb61bbcb1104932b3f8e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Mon, 18 May 2026 16:02:41 +0200 Subject: [PATCH] Remove outdated note in CR-MOGM documentation --- docs/source/docs/aggregation/cr_mogm.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/source/docs/aggregation/cr_mogm.rst b/docs/source/docs/aggregation/cr_mogm.rst index 47e70f49..78c1b4e1 100644 --- a/docs/source/docs/aggregation/cr_mogm.rst +++ b/docs/source/docs/aggregation/cr_mogm.rst @@ -5,11 +5,3 @@ CR-MOGM .. autoclass:: torchjd.aggregation.CRMOGMWeighting :members: __call__, reset - -.. note:: - The usage example in the docstring above imports - ``WeightedAggregator`` / ``GramianWeightedAggregator`` from - ``torchjd.aggregation._aggregator_bases``, which is a private module. These two - aggregator base classes are not currently part of the public ``torchjd.aggregation`` - namespace, so this private-module import is the only path that works today. Promoting - them to the public namespace is a separate decision left to the maintainers.