Skip to content
Snippets Groups Projects

Python36 & docs fixes

Closed Jaden DIEFENBAUGH requested to merge python36 into master
1 file
+ 3
5
Compare changes
  • Side-by-side
  • Inline
+ 3
5
@@ -2,9 +2,9 @@
.. Sun Aug 21 21:38:15 CEST 2016
.. image:: http://img.shields.io/badge/docs-stable-yellow.svg
:target: http://pythonhosted.org/bob.bio.gmm/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.gmm/stable/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.bio.gmm/master/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.gmm/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.bio.gmm/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.gmm/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.bio.gmm/badges/master/coverage.svg
@@ -13,8 +13,6 @@
:target: https://gitlab.idiap.ch/bob/bob.bio.gmm
.. image:: http://img.shields.io/pypi/v/bob.bio.gmm.svg
:target: https://pypi.python.org/pypi/bob.bio.gmm
.. image:: http://img.shields.io/pypi/dm/bob.bio.gmm.svg
:target: https://pypi.python.org/pypi/bob.bio.gmm
============================================
@@ -37,7 +35,7 @@ In this package, utilities that are specific for using GMM-based algorithms are
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.bio.gmm
Loading