Skip to content
Snippets Groups Projects
Commit fbca9c98 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

mention this package is deprecated

parent d953c722
No related branches found
No related tags found
No related merge requests found
Pipeline #58838 passed
...@@ -36,9 +36,9 @@ which are confusing and difficult to type and remember. ...@@ -36,9 +36,9 @@ which are confusing and difficult to type and remember.
Examples of good, catchy names: Examples of good, catchy names:
* ``atnt``: for the AT&T faces database (see ``bob.db.atnt``) * ``atnt``: for the AT&T faces database
* ``iris``: for Fisher's Iris flower dataset (see ``bob.db.iris``) * ``iris``: for Fisher's Iris flower dataset
* ``mobio``: for the Mobio biometric database (see ``bob.db.mobio``) * ``mobio``: for the Mobio biometric database
Examples of more inappropriate names (avoid these): Examples of more inappropriate names (avoid these):
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
|project| Database |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 A |project| db package (or *database*) contains a set of interfaces (API) to
programmatically query and access samples and metadata from raw data (usually) 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 stored on disk. Because of the growing number of packages of this nature, we
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment