From 87504beb0e4b1855f722015099c06586fb1d1be4 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Thu, 26 Apr 2012 18:16:03 +0200 Subject: [PATCH] Removed some rst markup since the github website didn't understand them. --- README.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index a7402fb..7adf6a8 100644 --- a/README.rst +++ b/README.rst @@ -9,14 +9,14 @@ systems. It includes examples with three different complexities: * An example building an UBM/GMM model on top of DCT blocks. To use this example, you will require Bob and the AT&T database. If you do not -have a Bob version yet, you can get it from:: +have a Bob version yet, you can get it from: http://idiap.github.com/bob/ The AT&T image database is quite small, but sufficient to show how the face verification methods work. Still, the results may not be meaningful. One good thing about the AT&T database is that it is freely available. You can download -it from:: +it from: http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html @@ -24,8 +24,6 @@ it from:: Finally, to download this package, please open a shell, go to a directory of your choice and call: -.. code-block:: sh - $ git clone https://github.com/bioidiap/bob.example.faceverify.git $ cd bob.example.faceverify @@ -33,10 +31,8 @@ your choice and call: To generate the Documentation, please further go into the "doc" directory and call: -.. code-block:: sh - - make html - firefox _build/html/index.html + $ make html + $ firefox _build/html/index.html (or use any other browser of your choice). After you did this, please read the documentation and try to execute the examples. -- GitLab