From ccb59c92f8a606d61da5ca0c5937089fc05cff01 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 2 Feb 2018 15:28:05 +0100 Subject: [PATCH] improve section levels --- 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, 6 insertions(+), 12 deletions(-) diff --git a/doc/experiments.rst b/doc/experiments.rst index b6dc2190..30d457f7 100644 --- a/doc/experiments.rst +++ b/doc/experiments.rst @@ -5,7 +5,6 @@ .. _bob.bio.base.experiments: -========================================== Running Biometric Recognition Experiments ========================================== @@ -98,11 +97,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`. @@ -114,7 +113,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 969e812f..ef0e6c89 100644 --- a/doc/filelist-guide.rst +++ b/doc/filelist-guide.rst @@ -2,9 +2,8 @@ .. @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 4bc3e11b..7a65946d 100644 --- a/doc/implementation.rst +++ b/doc/implementation.rst @@ -2,7 +2,6 @@ .. Manuel Guenther <Manuel.Guenther@idiap.ch> .. Mon 23 04 2012 -====================== Implementation Details ====================== diff --git a/doc/installation.rst b/doc/installation.rst index ebbd824e..cba4082a 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -4,7 +4,6 @@ .. _bob.bio.base.installation: -========================= Installation Instructions ========================= diff --git a/doc/more.rst b/doc/more.rst index 089da351..6d2e924a 100644 --- a/doc/more.rst +++ b/doc/more.rst @@ -2,7 +2,6 @@ .. 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 25292bc3..74865882 100644 --- a/doc/struct_bio_rec_sys.rst +++ b/doc/struct_bio_rec_sys.rst @@ -1,6 +1,5 @@ .. _bob.bio.base.struct_bio_rec_sys: -============================================ Structure of a Biometric Recognition System ============================================ -- GitLab