From 46428c297842ff7716c87997b7fe193417facc45 Mon Sep 17 00:00:00 2001 From: Robert Pollak Date: Tue, 19 May 2026 10:56:23 +0200 Subject: [PATCH] Remove obsolete instruction from quickstart Quickstart tells to replace occurences of `sklearn-template`, but there are none (any more). --- doc/quick_start.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/quick_start.rst b/doc/quick_start.rst index b624f09..b9c1adf 100644 --- a/doc/quick_start.rst +++ b/doc/quick_start.rst @@ -20,14 +20,13 @@ To create your package, you need to clone the ``project-template`` repository: git clone https://github.com/scikit-learn-contrib/project-template.git Before to reinitialize your git repository, you need to make the following -changes. Replace all occurrences of ``skltemplate``, ``sklearn-template``, or +changes. Replace all occurrences of ``skltemplate`` or ``project-template`` with the name of you own project. You can find all the occurrences using the following command: .. prompt:: bash $ git grep skltemplate - git grep sklearn-template git grep project-template To remove the history of the template package, you need to remove the `.git`