From 80e4e852db0e08336a5d5dd90cdac647ca162902 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Wed, 3 Jul 2024 21:26:40 +0200
Subject: [PATCH] doc: remove invalid link to scikit-learn in index.

The documentation of the latest version of scikit-learn does not contain
a 'tutorial' page anymore. Removing the now broken reference to it.
---
 doc/index.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/index.rst b/doc/index.rst
index 1177c76..db84ad4 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -17,8 +17,7 @@ Easily boost your :any:`sklearn.pipeline.Pipeline` with powerful features, such
 .. warning::
 
     Before any investigation of this package is capable of, check the scikit
-    learn :ref:`user guide <scikit-learn:pipeline>`. Several :ref:`tutorials
-    <scikit-learn:tutorial_menu>` are available online.
+    learn :ref:`user guide <scikit-learn:pipeline>`.
 
 .. warning::
 
-- 
GitLab