diff --git a/.gitignore b/.gitignore index 7bfacb5c6f22588f6fa3554396f7c52c1db4e534..fe6b461f81366f8c6c65d82eed460766d1134c71 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,7 @@ doc/bob.db.voxforge/ doc/bob.db.wine/ doc/bob.db.xm2vts/ doc/bob.db.youtube/ +doc/bob.db.fargo/ doc/bob.extension/ doc/bob.fusion.base/ doc/bob.io.audio/ diff --git a/conda/meta.yaml b/conda/meta.yaml index 78e2acb493257e271ba525679dc8aa72a779c54b..58ad1d7928a3d48579165224ed4572e4ba3ca52c 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -73,6 +73,7 @@ requirements: - bob.db.wine - bob.db.xm2vts - bob.db.youtube + - bob.db.fargo - bob.extension - bob.fusion.base - bob.io.audio diff --git a/doc/index.rst b/doc/index.rst index 7c504466548a701c15fa8c3df2e88bf4f9e2bad8..1e1c2ba3fe5de54aabd8e3398e72cb94b1e0df88 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -148,6 +148,7 @@ Database Interfaces * :ref:`bob.db.wine` * :ref:`bob.db.xm2vts` * :ref:`bob.db.youtube` +* :ref:`bob.db.fargo` @@ -218,6 +219,7 @@ Index of all Packages bob.db.wine <bob.db.wine/doc/index.rst> bob.db.xm2vts <bob.db.xm2vts/doc/index.rst> bob.db.youtube <bob.db.youtube/doc/index.rst> + bob.db.fargo <bob.db.fargo/doc/index.rst> bob.extension <bob.extension/doc/index.rst> bob.fusion.base <bob.fusion.base/doc/index.rst> bob.io.audio <bob.io.audio/doc/index.rst> diff --git a/doc/readme_index.rst b/doc/readme_index.rst index 4c156d7b6254c11238410d204b8af07d5e7b9721..eb321de590fe5dee3e8360f4c0625bd8e4021529 100644 --- a/doc/readme_index.rst +++ b/doc/readme_index.rst @@ -67,6 +67,7 @@ README of all Packages bob.db.wine <bob.db.wine/README.rst> bob.db.xm2vts <bob.db.xm2vts/README.rst> bob.db.youtube <bob.db.youtube/README.rst> + bob.db.fargo <bob.db.fargo/README.rst> bob.extension <bob.extension/README.rst> bob.fusion.base <bob.fusion.base/README.rst> bob.io.audio <bob.io.audio/README.rst> diff --git a/requirements.txt b/requirements.txt index 19ed6cda439d9567f2b05cd1abd78ae8e7af3157..e54de74e8fd0a0726eb63dfa79e293e592159c42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,6 +58,7 @@ bob.db.voxforge bob.db.wine bob.db.xm2vts bob.db.youtube +bob.db.fargo bob.extension bob.fusion.base bob.io.audio