Skip to content
Snippets Groups Projects

Python36

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 @@
@@ -2,9 +2,9 @@
.. Mon 15 Aug 2016 09:48:28 CEST
.. Mon 15 Aug 2016 09:48:28 CEST
.. image:: http://img.shields.io/badge/docs-stable-yellow.svg
.. image:: http://img.shields.io/badge/docs-stable-yellow.svg
:target: http://pythonhosted.org/bob.learn.em/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/stable/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.svg
.. image:: http://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.learn.em/master/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/build.svg
.. image:: https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.learn.em/commits/master
:target: https://gitlab.idiap.ch/bob/bob.learn.em/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/coverage.svg
.. image:: https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/coverage.svg
@@ -13,8 +13,6 @@
@@ -13,8 +13,6 @@
:target: https://gitlab.idiap.ch/bob/bob.learn.em
:target: https://gitlab.idiap.ch/bob/bob.learn.em
.. image:: http://img.shields.io/pypi/v/bob.learn.em.svg
.. image:: http://img.shields.io/pypi/v/bob.learn.em.svg
:target: https://pypi.python.org/pypi/bob.learn.em
:target: https://pypi.python.org/pypi/bob.learn.em
.. image:: http://img.shields.io/pypi/dm/bob.learn.em.svg
:target: https://pypi.python.org/pypi/bob.learn.em
=================================================
=================================================
@@ -49,7 +47,7 @@ The package includes the machine definition per se and a selection of different
@@ -49,7 +47,7 @@ The package includes the machine definition per se and a selection of different
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.learn.em
$ conda install bob.learn.em
Loading