Skip to content
Snippets Groups Projects

Docs url fix

Merged Jaden DIEFENBAUGH requested to merge docs-url-fix into master
1 file
+ 3
5
Compare changes
  • Side-by-side
  • Inline
+ 3
5
@@ -2,9 +2,9 @@
.. Tue 13 Dec 18:31:43 CET 2016
.. image:: http://img.shields.io/badge/docs-stable-yellow.svg
:target: http://pythonhosted.org/bob.db.hci_tagging/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.db.hci_tagging/stable/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.db.hci_tagging/master/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.db.hci_tagging/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.db.hci_tagging/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.db.hci_tagging/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.db.hci_tagging/badges/master/coverage.svg
@@ -13,8 +13,6 @@
:target: https://gitlab.idiap.ch/bob/bob.db.hci_tagging
.. image:: http://img.shields.io/pypi/v/bob.db.hci_tagging.svg
:target: https://pypi.python.org/pypi/bob.db.hci_tagging
.. image:: http://img.shields.io/pypi/dm/bob.db.hci_tagging.svg
:target: https://pypi.python.org/pypi/bob.db.hci_tagging
================================================
@@ -30,7 +28,7 @@ from this dataset, which need to be obtained through the link above.
Installation
------------
Complete Bob's `installation`_ instructions. Then, to install this pacakge,
Complete Bob's `installation`_ instructions. Then, to install this package,
run::
$ conda install bob.db.hci_tagging
Loading