From a9088c897fbb31503b362c46bfde42de6d8e721b Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 8 Feb 2018 15:02:32 +0100 Subject: [PATCH] Revert "improve section levels" This reverts commit 3fdb09c9f03d7f3974bf2e3f31ffb81b87ac0a7c. --- doc/experiments.rst | 9 +++++---- doc/filelist-guide.rst | 5 +++-- doc/implementation.rst | 1 + doc/installation.rst | 1 + doc/more.rst | 1 + doc/struct_bio_rec_sys.rst | 1 + 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/experiments.rst b/doc/experiments.rst index 30d457f7..b6dc2190 100644 --- a/doc/experiments.rst +++ b/doc/experiments.rst @@ -5,6 +5,7 @@ .. _bob.bio.base.experiments: +========================================== Running Biometric Recognition Experiments ========================================== @@ -97,11 +98,11 @@ Running the experiment is then as simple as: .. note:: Chain loading is possible through configuration files, i.e., variables of each config is available during evaluation of the following config file. - + This allows us to spread our experiment setup in several configuration files and have a call similar to this:: - + $ verify.py config_1.py config_2.py config_n.py - + For more information see *Chain Loading* in :ref:`bob.extension.config`. @@ -113,7 +114,7 @@ By default, you can find them in a sub-directory the ``result`` directory, but y .. note:: At Idiap_, the default result directory differs, see ``verify.py --help`` for your directory. - + .. _bob.bio.base.command_line: diff --git a/doc/filelist-guide.rst b/doc/filelist-guide.rst index ef0e6c89..969e812f 100644 --- a/doc/filelist-guide.rst +++ b/doc/filelist-guide.rst @@ -2,8 +2,9 @@ .. @author: Manuel Guenther <manuel.guenther@idiap.ch> .. @date: Fri Aug 29 13:52:39 CEST 2014 -Verification File List Database Guide -===================================== +========================================== + Verification File List Database Guide +========================================== The Database Interface ---------------------- diff --git a/doc/implementation.rst b/doc/implementation.rst index 7a65946d..4bc3e11b 100644 --- a/doc/implementation.rst +++ b/doc/implementation.rst @@ -2,6 +2,7 @@ .. Manuel Guenther <Manuel.Guenther@idiap.ch> .. Mon 23 04 2012 +====================== Implementation Details ====================== diff --git a/doc/installation.rst b/doc/installation.rst index cba4082a..ebbd824e 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -4,6 +4,7 @@ .. _bob.bio.base.installation: +========================= Installation Instructions ========================= diff --git a/doc/more.rst b/doc/more.rst index 6d2e924a..089da351 100644 --- a/doc/more.rst +++ b/doc/more.rst @@ -2,6 +2,7 @@ .. author: Manuel Günther <manuel.guenther@idiap.ch> .. date: Thu Sep 20 11:58:57 CEST 2012 +============================== More about Running Experiments ============================== diff --git a/doc/struct_bio_rec_sys.rst b/doc/struct_bio_rec_sys.rst index 74865882..25292bc3 100644 --- a/doc/struct_bio_rec_sys.rst +++ b/doc/struct_bio_rec_sys.rst @@ -1,5 +1,6 @@ .. _bob.bio.base.struct_bio_rec_sys: +============================================ Structure of a Biometric Recognition System ============================================ -- GitLab