Skip to content
Snippets Groups Projects

Update to new docs server location

Merged Jaden DIEFENBAUGH requested to merge docs-url-fix into master
1 file
+ 4
6
Compare changes
  • Side-by-side
  • Inline
+ 4
6
@@ -2,17 +2,15 @@
.. Fri 26 Aug 14:59:23 CEST 2016
.. image:: http://img.shields.io/badge/docs-stable-yellow.png
:target: http://pythonhosted.org/bob.bio.csu/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.csu/stable/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.png
:target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.bio.csu/master/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.csu/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.bio.csu/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.csu/commits/master
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.csu
.. image:: http://img.shields.io/pypi/v/bob.bio.csu.png
:target: https://pypi.python.org/pypi/bob.bio.csu
.. image:: http://img.shields.io/pypi/dm/bob.bio.csu.png
:target: https://pypi.python.org/pypi/bob.bio.csu
=========
@@ -24,7 +22,7 @@ Bob_. This package provides wrapper classes for the CSU face recognition resourc
Two algorithms are provided by the CSU toolkit (and also by this package): the local region PCA (LRPCA) and the LDA-IR (also known as CohortLDA).
For more information about the LRPCA and the LDA-IR algorithm, please refer to the documentation on http://www.cs.colostate.edu/facerec.
For further information about ``bob.bio``, please read `its Documentation <http://pythonhosted.org/bob.bio.base/index.html>`_.
For further information about ``bob.bio``, please read `its Documentation <https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/stable/index.html>`_.
Installation
@@ -53,4 +51,4 @@ development `mailing list`_.
.. _bob: https://www.idiap.ch/software/bob
.. _installation: https://gitlab.idiap.ch/bob/bob/wikis/Installation
.. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
.. _documentation: http://pythonhosted.org/bob.bio.csu/index.html
.. _documentation: https://www.idiap.ch/software/bob/docs/bob/bob.bio.csu/stable/index.html
Loading