Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/source/docs/aggregation/cr_mogm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading