Skip to content
Snippets Groups Projects

Docs url fix

Merged Jaden DIEFENBAUGH requested to merge docs-url-fix into master
1 file
+ 4
6
Compare changes
  • Side-by-side
  • Inline
+ 4
6
@@ -3,9 +3,9 @@
@@ -3,9 +3,9 @@
.. Wed 19 Oct 22:36:22 2016 CET
.. Wed 19 Oct 22:36:22 2016 CET
.. image:: http://img.shields.io/badge/docs-stable-yellow.png
.. image:: http://img.shields.io/badge/docs-stable-yellow.png
:target: http://pythonhosted.org/bob.pad.base/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/stable/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.png
.. image:: http://img.shields.io/badge/docs-latest-orange.png
:target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.pad.base/master/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/build.svg
.. image:: https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.pad.base/commits/master
:target: https://gitlab.idiap.ch/bob/bob.pad.base/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/coverage.svg
.. image:: https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/coverage.svg
@@ -14,8 +14,6 @@
@@ -14,8 +14,6 @@
:target: https://gitlab.idiap.ch/bob/bob.pad.base
:target: https://gitlab.idiap.ch/bob/bob.pad.base
.. image:: http://img.shields.io/pypi/v/bob.pad.base.png
.. image:: http://img.shields.io/pypi/v/bob.pad.base.png
:target: https://pypi.python.org/pypi/bob.pad.base
:target: https://pypi.python.org/pypi/bob.pad.base
.. image:: http://img.shields.io/pypi/dm/bob.pad.base.png
:target: https://pypi.python.org/pypi/bob.pad.base
========================================
========================================
Scripts to run anti-spoofing experiments
Scripts to run anti-spoofing experiments
@@ -41,7 +39,7 @@ be provided by other packages, which are usually in the ``bob.pad`` namespace, l
@@ -41,7 +39,7 @@ be provided by other packages, which are usually in the ``bob.pad`` namespace, l
Installation
Installation
------------
------------
Complete Bob's `installation`_ instructions. Then, to install this pacakge,
Complete Bob's `installation`_ instructions. Then, to install this package,
run::
run::
$ conda install bob.pad.base
$ conda install bob.pad.base
@@ -57,4 +55,4 @@ development `mailing list`_.
@@ -57,4 +55,4 @@ 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://gitlab.idiap.ch/bob/bob/wikis/Installation
.. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
.. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
\ No newline at end of file
Loading