From 0a256ae21cfe7e2188feb1140d62e9791a44aef5 Mon Sep 17 00:00:00 2001 From: Gilles Louppe <g.louppe@gmail.com> Date: Mon, 9 Jan 2012 08:55:20 +0100 Subject: [PATCH] DOC: Removed performance and utilities from toctree (they were appearing twice) --- doc/developers/index.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/developers/index.rst b/doc/developers/index.rst index f741e4e7db..c7d49019a5 100644 --- a/doc/developers/index.rst +++ b/doc/developers/index.rst @@ -1,7 +1,4 @@ -.. toctree:: - - performance.rst - utilities.rst +.. _contributing: ============ Contributing @@ -12,6 +9,7 @@ contribute. The project is hosted on http://github.com/scikit-learn/scikit-learn + Submitting a bug report ======================= @@ -21,8 +19,8 @@ to submit a ticket to the You are also welcome to post there feature requests or links to pull-requests. -.. _git_repo: +.. _git_repo: Retrieving the latest code ========================== -- GitLab