8000 Merge pull request #751 from jaquesgrobler/master · bennihepp/scikit-learn@987f0fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 987f0fb

Browse files
committed
Merge pull request scikit-learn#751 from jaquesgrobler/master
Removed `_plot` from the face recognition example
2 parents eadb1f5 + ca50d31 commit 987f0fb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/tutorial/statistical_inference/putting_together.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ The dataset used in this example is a preprocessed excerpt of the
3232

3333
.. _LFW: http://vis-www.cs.umass.edu/lfw/
3434

35-
.. literalinclude:: ../../auto_examples/applications/plot_face_recognition.py
35+
.. literalinclude:: ../../auto_examples/applications/face_recognition.py
3636

37-
.. |prediction| image:: ../../auto_examples/applications/images/plot_face_recognition_1.png
38-
:target: ../../auto_examples/applications/plot_face_recognition.html
37+
.. |prediction| image:: ../../images/plot_face_recognition_1.png
3938
:scale: 50
40-
41-
.. |eigenfaces| image:: ../../auto_examples/applications/images/plot_face_recognition_2.png
42-
:target: ../../auto_examples/applications/plot_face_recognition.html
39+
40+
.. |eigenfaces| image:: ../../images/plot_face_recognition_2.png
4341
:scale: 50
4442

4543
.. list-table::

0 commit comments

Comments
 (0)
0