From a17452244db5a8bc25677360a2b01293289916a3 Mon Sep 17 00:00:00 2001 From: Gael varoquaux <gael.varoquaux@normalesup.org> Date: Tue, 3 Jan 2012 08:18:01 +0100 Subject: [PATCH] Cosmit in docs Examples should be in 'topic' directive. --- doc/datasets/twenty_newsgroups.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/datasets/twenty_newsgroups.rst b/doc/datasets/twenty_newsgroups.rst index e82b5e4112..99d1f613d5 100644 --- a/doc/datasets/twenty_newsgroups.rst +++ b/doc/datasets/twenty_newsgroups.rst @@ -105,11 +105,10 @@ ready-to-use tfidf features instead of file names. .. _`TF-IDF`: http://en.wikipedia.org/wiki/Tf-idf -Examples --------- +.. topic:: Examples -:ref:`example_grid_search_text_feature_extraction.py` + * :ref:`example_grid_search_text_feature_extraction.py` -:ref:`example_document_classification_20newsgroups.py` + * :ref:`example_document_classification_20newsgroups.py` -- GitLab