Skip to content
Snippets Groups Projects
Commit df5a7237 authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

update links and use svg badges [skip ci] [nightlies release]

parent 0614ae82
No related branches found
No related tags found
No related merge requests found
Pipeline #
.. vim: set fileencoding=utf-8 : .. vim: set fileencoding=utf-8 :
.. Tue 16 Aug 15:00:20 CEST 2016 .. Tue 16 Aug 15:00:20 CEST 2016
.. image:: http://img.shields.io/badge/docs-stable-yellow.png .. image:: http://img.shields.io/badge/docs-stable-yellow.svg
:target: http://pythonhosted.org/bob.bio.base/index.html :target: http://pythonhosted.org/bob.bio.base/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.png .. image:: http://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.bio.base/master/index.html :target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.bio.base/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/build.svg .. image:: https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.base/commits/master :target: https://gitlab.idiap.ch/bob/bob.bio.base/commits/master
...@@ -45,6 +45,6 @@ development `mailing list`_. ...@@ -45,6 +45,6 @@ development `mailing list`_.
.. Place your references here: .. Place your references here:
.. _bob: https://www.idiap.ch/software/bob .. _bob: https://www.idiap.ch/software/bob
.. _installation: https://gitlab.idiap.ch/bob/bob/wikis/Installation .. _installation: https://www.idiap.ch/software/bob/install
.. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel .. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
.. _user guide: http://pythonhosted.org/bob.bio.base .. _user guide: http://pythonhosted.org/bob.bio.base
...@@ -218,7 +218,7 @@ Verification Database Interface ...@@ -218,7 +218,7 @@ Verification Database Interface
For most of the data sets, we rely on the database interfaces from Bob_. For most of the data sets, we rely on the database interfaces from Bob_.
Particularly, all databases that are derived from the :py:class:`bob.bio.base.database.BioDatabase` (click `here <https://gitlab.idiap.ch/bob/bob/wikis/Packages>`_ for a list of implemented databases) are supported by a special derivation of the databases from above. Particularly, all databases that are derived from the :py:class:`bob.bio.base.database.BioDatabase` (click `here <https://www.idiap.ch/software/bob/packages>`_ for a list of implemented databases) are supported by a special derivation of the databases from above.
For these databases, the special :py:class:`bob.bio.base.database.BioDatabase` interface is provided, which wraps the actual Bob_ databases with all their specificities. For these databases, the special :py:class:`bob.bio.base.database.BioDatabase` interface is provided, which wraps the actual Bob_ databases with all their specificities.
Several such databases are defined in the according packages, i.e., :ref:`bob.bio.spear <bob.bio.spear>`, :ref:`bob.bio.face <bob.bio.face>` and :ref:`bob.bio.video <bob.bio.video>`. Several such databases are defined in the according packages, i.e., :ref:`bob.bio.spear <bob.bio.spear>`, :ref:`bob.bio.face <bob.bio.face>` and :ref:`bob.bio.video <bob.bio.video>`.
For Bob_'s ZT-norm databases, we provide the :py:class:`bob.bio.base.database.ZTBioDatabase` interface. For Bob_'s ZT-norm databases, we provide the :py:class:`bob.bio.base.database.ZTBioDatabase` interface.
......
...@@ -9,7 +9,7 @@ Installation Instructions ...@@ -9,7 +9,7 @@ Installation Instructions
========================= =========================
As noted before, this package is part of the ``bob.bio`` packages, which in turn are part of the signal-processing and machine learning toolbox Bob_. As noted before, this package is part of the ``bob.bio`` packages, which in turn are part of the signal-processing and machine learning toolbox Bob_.
To install `Packages of Bob <https://gitlab.idiap.ch/bob/bob/wikis/Packages>`_, please read the `Installation Instructions <https://gitlab.idiap.ch/bob/bob/wikis/Installation>`_. To install `Packages of Bob <https://www.idiap.ch/software/bob/packages>`_, please read the `Installation Instructions <https://www.idiap.ch/software/bob/install>`_.
For Bob_ to be able to work properly, some dependent packages are required to be installed. For Bob_ to be able to work properly, some dependent packages are required to be installed.
Please make sure that you have read the `Dependencies <https://gitlab.idiap.ch/bob/bob/wikis/Dependencies>`_ for your operating system. Please make sure that you have read the `Dependencies <https://gitlab.idiap.ch/bob/bob/wikis/Dependencies>`_ for your operating system.
...@@ -21,7 +21,7 @@ Installation via pip ...@@ -21,7 +21,7 @@ Installation via pip
---------------------- ----------------------
The most simple and most convenient way to use the ``bob.bio`` tools is to install it using `pip`. The most simple and most convenient way to use the ``bob.bio`` tools is to install it using `pip`.
After setting up your python environment (you can find the instructions `here <https://gitlab.idiap.ch/bob/bob/wikis/Installation>`_), use the sequence of commands to After setting up your python environment (you can find the instructions `here <https://www.idiap.ch/software/bob/install>`_), use the sequence of commands to
first search the ``bob.bio`` packages and then install it. first search the ``bob.bio`` packages and then install it.
.. code-block:: sh .. code-block:: sh
...@@ -33,7 +33,7 @@ first search the ``bob.bio`` packages and then install it. ...@@ -33,7 +33,7 @@ first search the ``bob.bio`` packages and then install it.
Installation via zc.buildout Installation via zc.buildout
---------------------------- ----------------------------
Another convenient way to use the ``bob.bio`` tools is to use a ``zc.buildout`` package, as explained in more detail `here <https://gitlab.idiap.ch/bob/bob/wikis/Installation#using-zcbuildout-for-production>`__. Another convenient way to use the ``bob.bio`` tools is to use a ``zc.buildout`` package, as explained in more detail `here <https://www.idiap.ch/software/bob/install#using-zcbuildout-for-production>`__.
There, in the ``eggs`` section of the ``buildout.cfg`` file, simply list the ``bob.bio`` packages that you want, like: There, in the ``eggs`` section of the ``buildout.cfg`` file, simply list the ``bob.bio`` packages that you want, like:
.. code-block:: python .. code-block:: python
...@@ -63,7 +63,7 @@ Databases ...@@ -63,7 +63,7 @@ Databases
With ``bob.bio`` you will run biometric recognition experiments using some default biometric recognition databases. With ``bob.bio`` you will run biometric recognition experiments using some default biometric recognition databases.
Though the verification protocols are implemented in ``bob.bio``, the original data are **not included**. Though the verification protocols are implemented in ``bob.bio``, the original data are **not included**.
To download the original data of the databases, please refer to the according Web-pages. To download the original data of the databases, please refer to the according Web-pages.
For a list of supported databases including their download URLs, please refer to the `verification_databases <https://gitlab.idiap.ch/bob/bob/wikis/Packages>`_. For a list of supported databases including their download URLs, please refer to the `verification_databases <https://www.idiap.ch/software/bob/packages>`_.
After downloading the original data for the databases, you will need to tell ``bob.bio``, where these databases can be found. After downloading the original data for the databases, you will need to tell ``bob.bio``, where these databases can be found.
For this purpose, we have decided to implement a special file, where you can set your directories. For this purpose, we have decided to implement a special file, where you can set your directories.
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
.. _bob: http://www.idiap.ch/software/bob .. _bob: http://www.idiap.ch/software/bob
.. _idiap at gitlab: http://gitlab.idiap.ch/bob .. _idiap at gitlab: http://gitlab.idiap.ch/bob
.. _at&t database: http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html .. _at&t database: http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html
.. _gridtk: http://gitlab.idiap.ch/bob/gridtk .. _gridtk: https://pypi.python.org/pypi/gridtk
.. _buildout: http://www.buildout.org .. _buildout: http://www.buildout.org
.. _setuptools: http://trac.edgewall.org/wiki/setuptools .. _setuptools: http://trac.edgewall.org/wiki/setuptools
.. _nist: http://www.nist.gov/itl/iad/ig/focs.cfm .. _nist: http://www.nist.gov/itl/iad/ig/focs.cfm
......
...@@ -49,7 +49,7 @@ setup( ...@@ -49,7 +49,7 @@ setup(
# #
# Our database packages are good examples of namespace implementations # Our database packages are good examples of namespace implementations
# using several layers. You can check them out here: # using several layers. You can check them out here:
# https://gitlab.idiap.ch/bob/bob/wikis/Packages # https://www.idiap.ch/software/bob/packages
# This entry defines which scripts you will have inside the 'bin' directory # This entry defines which scripts you will have inside the 'bin' directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment