summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-27 07:47:14 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-27 07:47:14 +0200
commit106e48d65bf86aa75ec7bc317b3d008da4c23c5d (patch)
tree52a62b76e7a751ac45d5d222a484d2f56d2168af
parent8d7244b510eee0d7927c521117198ef286028acf (diff)
doc review: Full path for representations gudhi module for sphinx to find the modules
-rw-r--r--src/python/doc/cubical_complex_sklearn_itf_ref.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/doc/cubical_complex_sklearn_itf_ref.rst b/src/python/doc/cubical_complex_sklearn_itf_ref.rst
index 94862541..05ffdd0c 100644
--- a/src/python/doc/cubical_complex_sklearn_itf_ref.rst
+++ b/src/python/doc/cubical_complex_sklearn_itf_ref.rst
@@ -21,8 +21,8 @@ a TDA scikit-learn pipeline is constructed and is composed of:
#. :class:`~gudhi.sklearn.cubical_persistence.CubicalPersistence` that builds a cubical complex from the inputs and
returns its persistence diagrams
-#. :class:`~gudhi.representations.DiagramSelector` that removes non-finite persistence diagrams values
-#. :class:`~gudhi.representations.PersistenceImage` that builds the persistence images from persistence diagrams
+#. :class:`~gudhi.representations.preprocessing.DiagramSelector` that removes non-finite persistence diagrams values
+#. :class:`~gudhi.representations.vector_methods.PersistenceImage` that builds the persistence images from persistence diagrams
#. `SVC <https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html>`_ which is a scikit-learn support
vector classifier.