From 846c5fcbc210841b627c1f64dafed80f82fa4591 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <183.amir@gmail.com> Date: Sat, 14 Jan 2017 19:38:16 +0100 Subject: [PATCH] update links and use svg badges [skip ci] [nightlies release] --- README.rst | 6 +++--- doc/implementation.rst | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 192b68d7..ce73b9ac 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ .. vim: set fileencoding=utf-8 : .. Sat Aug 20 07:33:55 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.face/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/bob/bob.bio.face/master/index.html .. image:: https://gitlab.idiap.ch/bob/bob.bio.face/badges/master/build.svg :target: https://gitlab.idiap.ch/bob/bob.bio.face/commits/master @@ -53,5 +53,5 @@ development `mailing list`_. .. Place your references here: .. _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 diff --git a/doc/implementation.rst b/doc/implementation.rst index 6b813752..d0c8a90d 100644 --- a/doc/implementation.rst +++ b/doc/implementation.rst @@ -94,7 +94,7 @@ Databases ~~~~~~~~~ One important aspect of :ref:`bob.bio.face <bob.bio.face>` is the relatively large list of supported image data sets, including well-defined evaluation protocols. -All databases rely on the :py:class:`bob.bio.base.database.BioDatabase` interface, which in turn uses the `verification_databases <https://gitlab.idiap.ch/bob/bob/wikis/Packages>`_. +All databases rely on the :py:class:`bob.bio.base.database.BioDatabase` interface, which in turn uses the `verification_databases <https://www.idiap.ch/software/bob/packages>`_. Please check the link above for information on how to obtain the original data of those data sets. After downloading and extracting the original data of the data sets, it is necessary that the scripts know, where the data was installed. diff --git a/setup.py b/setup.py index 9f800b56..abe4c79a 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( # # Our database packages are good examples of namespace implementations # 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 -- GitLab