Skip to content

Commit dc74f81

Browse files
committed
DOC Insert hidden toctree, mv "included" files from rst to txt
1 parent c219d09 commit dc74f81

File tree

7 files changed

+11
-5
lines changed

7 files changed

+11
-5
lines changed

doc/datasets/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ features::
171171
_`Faster API-compatible implementation`: https://github.com/mblondel/svmlight-loader
172172

173173

174-
.. include:: olivetti_faces.rst
174+
.. include:: olivetti_faces.txt
175175

176-
.. include:: twenty_newsgroups.rst
176+
.. include:: twenty_newsgroups.txt
177177

178-
.. include:: mldata.rst
178+
.. include:: mldata.txt
179179

180-
.. include:: labeled_faces.rst
180+
.. include:: labeled_faces.txt
181181

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,9 @@ Development
189189
developers/utilities
190190
developers/debugging
191191
about
192+
193+
.. toctree::
194+
:hidden:
195+
196+
support
197+
whats_new

examples/decomposition/plot_faces_decomposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Faces dataset decompositions
44
============================
55
6-
This example applies to :doc:`/datasets/olivetti_faces` different
6+
This example applies to :ref:`labeled_faces_in_the_wild` different
77
unsupervised matrix decomposition (dimension reduction) methods from the
88
module :py:mod:`sklearn.decomposition` (see the documentation
99
chapter :ref:`decompositions`) .

0 commit comments

Comments
 (0)