From fbca9c9820075191479adb1eed48068fba54d930 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 3 Mar 2022 14:41:24 +0100 Subject: [PATCH] mention this package is deprecated --- doc/development-guide.rst | 6 +++--- doc/index.rst | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/development-guide.rst b/doc/development-guide.rst index b897020..96518d5 100644 --- a/doc/development-guide.rst +++ b/doc/development-guide.rst @@ -36,9 +36,9 @@ which are confusing and difficult to type and remember. Examples of good, catchy names: - * ``atnt``: for the AT&T faces database (see ``bob.db.atnt``) - * ``iris``: for Fisher's Iris flower dataset (see ``bob.db.iris``) - * ``mobio``: for the Mobio biometric database (see ``bob.db.mobio``) + * ``atnt``: for the AT&T faces database + * ``iris``: for Fisher's Iris flower dataset + * ``mobio``: for the Mobio biometric database Examples of more inappropriate names (avoid these): diff --git a/doc/index.rst b/doc/index.rst index d60540d..6679092 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -7,6 +7,8 @@ |project| Database ==================== +This package is deprecated!!! Please use ``bob.pipelines`` for generic database interfaces instead. + A |project| db package (or *database*) contains a set of interfaces (API) to programmatically query and access samples and metadata from raw data (usually) stored on disk. Because of the growing number of packages of this nature, we -- GitLab