Skip to content

Commit

Permalink
correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Nov 26, 2024
1 parent f65d9fb commit ba9b697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api_reference/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Testing
Data Generation
^^^^^^^^^^^^^^^

.. currentmodule:: aeon.testing.utils.data_generation
.. currentmodule:: aeon.testing.data_generation

.. autosummary::
:toctree: auto_generated/
Expand All @@ -49,7 +49,7 @@ Data Generation
Estimator Checking
^^^^^^^^^^^^^^^^^^

.. currentmodule:: aeon.testing.utils.estimator_checking
.. currentmodule:: aeon.testing.estimator_checking

.. autosummary::
:toctree: auto_generated/
Expand All @@ -61,7 +61,7 @@ Estimator Checking
Mock Estimators
^^^^^^^^^^^^^^^

.. currentmodule:: aeon.testing.utils.mock_estimators
.. currentmodule:: aeon.testing.mock_estimators

.. autosummary::
:toctree: auto_generated/
Expand Down

0 comments on commit ba9b697

Please sign in to comment.