From beace0dfabf1784f07bca8b2384a3cc81a75a4b9 Mon Sep 17 00:00:00 2001 From: Andy <amueller@ais.uni-bonn.de> Date: Wed, 9 Nov 2011 12:02:47 +0100 Subject: [PATCH] DOC Made reference to "Getting started" in "Datasets" section a link. --- doc/datasets/index.rst | 2 +- doc/tutorial.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/datasets/index.rst b/doc/datasets/index.rst index 6dec74da2c..86cf78f6d0 100644 --- a/doc/datasets/index.rst +++ b/doc/datasets/index.rst @@ -15,7 +15,7 @@ Dataset loading utilities .. currentmodule:: sklearn.datasets The ``sklearn.datasets`` package embeds some small toy datasets -as introduced in the "Getting Started" section. +as introduced in the :ref:`Getting Started <loading_example_dataset>` section. To evaluate the impact of the scale of the dataset (``n_samples`` and ``n_features``) while controlling the statistical properties of the data diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 112fced609..4cd1c8f452 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -53,6 +53,7 @@ We can separate learning problems in a few large categories: we learn data properties, and one that we call a **testing set**, on which we test these properties. +.. _loading_example_dataset: Loading an example dataset -------------------------- -- GitLab