From 0a225f04b6e9631e3c0b10b09570662ccb53a28d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 25 Oct 2017 10:57:31 +0200 Subject: [PATCH] Don't rebuild bob.bio.base documentation here. Point to it instead --- doc/implemented.rst | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/doc/implemented.rst b/doc/implemented.rst index 9beafd9..b501ddc 100644 --- a/doc/implemented.rst +++ b/doc/implemented.rst @@ -25,19 +25,12 @@ Implementations bob.pad.base.database.PadDatabase bob.pad.base.database.PadFile -Preprocessors -------------- -Preprocessor is the same as in :ref:`bob.bio.base <bob.bio.base>` package. - -.. automodule:: bob.bio.base.preprocessor - - -Extractors ----------- -Extractor is the same as in :ref:`bob.bio.base <bob.bio.base>` package. - -.. automodule:: bob.bio.base.extractor +Preprocessors and Extractors +---------------------------- +Preprocessors and Extractors from the :ref:`bob.bio.base <bob.bio.base>` +package can also be used in this package. Please see +:any:`bob.bio.base.implemented` for more details. Algorithms ---------- -- GitLab