Documentation: fixed duplicated appendix reference

This commit is contained in:
Andrey Kamaev 2012-07-02 21:39:17 +00:00
parent c68eb408c0
commit a78bd92b8e
2 changed files with 18 additions and 18 deletions

View File

@ -122,7 +122,7 @@ Then simply call create_csv.py with the path to the folder, just like this and y
at/s17/3.pgm;1 at/s17/3.pgm;1
[...] [...]
Please see the :ref:`appendix` for additional informations. Please see the :ref:`appendixft` for additional informations.
Eigenfaces Eigenfaces
========== ==========
@ -516,7 +516,7 @@ Literature
.. [Zhao03] Zhao, W., Chellappa, R., Phillips, P., and Rosenfeld, A. Face recognition: A literature survey. ACM Computing Surveys (CSUR) 35, 4 (2003), 399458. .. [Zhao03] Zhao, W., Chellappa, R., Phillips, P., and Rosenfeld, A. Face recognition: A literature survey. ACM Computing Surveys (CSUR) 35, 4 (2003), 399458.
.. _appendix: .. _appendixft:
Appendix Appendix
======== ========

View File

@ -66,7 +66,7 @@ All images for this example were chosen to have a frontal face perspective. They
.. image:: ../img/tutorial/gender_classification/clooney_set.png .. image:: ../img/tutorial/gender_classification/clooney_set.png
:align: center :align: center
You really don't want to create the CSV file by hand. And you really don't want scale, rotate & translate the images manually. I have prepared you two Python scripts ``create_csv.py`` and ``crop_face.py``, you can find them in the ``src`` folder coming with this documentation. You'll see how to use them in the :ref:`appendix`. You really don't want to create the CSV file by hand. And you really don't want scale, rotate & translate the images manually. I have prepared you two Python scripts ``create_csv.py`` and ``crop_face.py``, you can find them in the ``src`` folder coming with this documentation. You'll see how to use them in the :ref:`appendixfgc`.
Fisherfaces for Gender Classification Fisherfaces for Gender Classification
-------------------------------------- --------------------------------------
@ -140,7 +140,7 @@ And the Fisherfaces reconstruction:
I hope this gives you an idea how to approach gender classification and the other image classification tasks. I hope this gives you an idea how to approach gender classification and the other image classification tasks.
.. _appendix: .. _appendixfgc:
Appendix Appendix
-------- --------