From 111a2d78c41800aa7d4c70e2082b50429e060f8d Mon Sep 17 00:00:00 2001
From: Olegs NIKISINS <onikisins@italix03.idiap.ch>
Date: Tue, 6 Jun 2017 11:43:36 +0200
Subject: [PATCH] Simplified the doc file py_api.rst

---
 doc/py_api.rst | 29 ++++++++++-------------------
 1 file changed, 10 insertions(+), 19 deletions(-)

diff --git a/doc/py_api.rst b/doc/py_api.rst
index 127fc0ee..be29aac2 100644
--- a/doc/py_api.rst
+++ b/doc/py_api.rst
@@ -1,38 +1,29 @@
 .. vim: set fileencoding=utf-8 :
 
+.. _bob.pad.face.py_api:
+
 ===================================
  Tools implemented in bob.pad.face
 ===================================
 
-Summary
--------
+This section listst all the functionality available in this library allowing to run face PAD experiments.
 
 Databases
-~~~~~~~~~
+===================================
 
 Image Preprocessors
-~~~~~~~~~~~~~~~~~~~
+===================================
 
 Video Preprocessors
-~~~~~~~~~~~~~~~~~~~
+===================================
 
 Image Extractors
-~~~~~~~~~~~~~~~~
-
-.. autosummary::
-
-	bob.pad.face.extractor.LBPHistogram
+===================================
 
 Video Extractors
-~~~~~~~~~~~~~~~~
-
-
-
-.. automodule:: bob.pad.face
+===================================
 
 Image Extractors
-----------------
+===================================
+
 
-.. automodule:: bob.pad.face.extractor
-	:special-members: __call__
-	:no-inherited-members:
-- 
GitLab