From dc74f817a8bb805dace6e0728928f55e6c3a4ac3 Mon Sep 17 00:00:00 2001
From: Andreas Mueller <amueller@ais.uni-bonn.de>
Date: Fri, 17 Feb 2012 22:33:53 +0100
Subject: [PATCH] DOC Insert hidden toctree, mv "included" files from rst to
 txt

---
 doc/datasets/index.rst                                    | 8 ++++----
 doc/datasets/{labeled_faces.rst => labeled_faces.txt}     | 0
 doc/datasets/{mldata.rst => mldata.txt}                   | 0
 doc/datasets/{olivetti_faces.rst => olivetti_faces.txt}   | 0
 .../{twenty_newsgroups.rst => twenty_newsgroups.txt}      | 0
 doc/index.rst                                             | 6 ++++++
 examples/decomposition/plot_faces_decomposition.py        | 2 +-
 7 files changed, 11 insertions(+), 5 deletions(-)
 rename doc/datasets/{labeled_faces.rst => labeled_faces.txt} (100%)
 rename doc/datasets/{mldata.rst => mldata.txt} (100%)
 rename doc/datasets/{olivetti_faces.rst => olivetti_faces.txt} (100%)
 rename doc/datasets/{twenty_newsgroups.rst => twenty_newsgroups.txt} (100%)

diff --git a/doc/datasets/index.rst b/doc/datasets/index.rst
index fd417451e9..8bd4759577 100644
--- a/doc/datasets/index.rst
+++ b/doc/datasets/index.rst
@@ -171,11 +171,11 @@ features::
  _`Faster API-compatible implementation`: https://github.com/mblondel/svmlight-loader
 
 
-.. include:: olivetti_faces.rst 
+.. include:: olivetti_faces.txt 
 
-.. include:: twenty_newsgroups.rst
+.. include:: twenty_newsgroups.txt
 
-.. include:: mldata.rst
+.. include:: mldata.txt
 
-.. include:: labeled_faces.rst
+.. include:: labeled_faces.txt
 
diff --git a/doc/datasets/labeled_faces.rst b/doc/datasets/labeled_faces.txt
similarity index 100%
rename from doc/datasets/labeled_faces.rst
rename to doc/datasets/labeled_faces.txt
diff --git a/doc/datasets/mldata.rst b/doc/datasets/mldata.txt
similarity index 100%
rename from doc/datasets/mldata.rst
rename to doc/datasets/mldata.txt
diff --git a/doc/datasets/olivetti_faces.rst b/doc/datasets/olivetti_faces.txt
similarity index 100%
rename from doc/datasets/olivetti_faces.rst
rename to doc/datasets/olivetti_faces.txt
diff --git a/doc/datasets/twenty_newsgroups.rst b/doc/datasets/twenty_newsgroups.txt
similarity index 100%
rename from doc/datasets/twenty_newsgroups.rst
rename to doc/datasets/twenty_newsgroups.txt
diff --git a/doc/index.rst b/doc/index.rst
index b15f3e5e09..c58684f2e1 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -189,3 +189,9 @@ Development
    developers/utilities
    developers/debugging
    about
+
+.. toctree::
+   :hidden:
+
+   support
+   whats_new
diff --git a/examples/decomposition/plot_faces_decomposition.py b/examples/decomposition/plot_faces_decomposition.py
index 2828b285e8..b137ceb632 100644
--- a/examples/decomposition/plot_faces_decomposition.py
+++ b/examples/decomposition/plot_faces_decomposition.py
@@ -3,7 +3,7 @@
 Faces dataset decompositions
 ============================
 
-This example applies to :doc:`/datasets/olivetti_faces` different
+This example applies to :ref:`labeled_faces_in_the_wild` different
 unsupervised matrix decomposition (dimension reduction) methods  from the
 module :py:mod:`sklearn.decomposition` (see the documentation
 chapter :ref:`decompositions`) .
-- 
GitLab