Skip to content

Commit

Permalink
add pypi badge to readme and move the bagdes to the top (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie authored and ogrisel committed Feb 17, 2017
1 parent 0e483d1 commit 79b622b
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions README.rst
@@ -1,3 +1,22 @@
|PyPi| |Travis| |AppVeyor| |Codecov|

.. |Travis| image:: https://travis-ci.org/joblib/joblib.svg?branch=master
:target: https://travis-ci.org/joblib/joblib
:alt: Travis build status

.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/joblib/joblib?branch=master&svg=true
:target: https://ci.appveyor.com/project/joblib-ci/joblib/history
:alt: AppVeyor build status

.. |Codecov| image:: https://codecov.io/gh/joblib/joblib/branch/master/graph/badge.svg
:target: https://codecov.io/gh/joblib/joblib
:alt: Codecov coverage

.. |PyPi| image:: https://badge.fury.io/py/joblib.svg
:target: https://badge.fury.io/py/joblib
:alt: Joblib version


The homepage of joblib with user documentation is located on:

https://pythonhosted.org/joblib/
Expand Down Expand Up @@ -50,21 +69,6 @@ Run the test suite using::

from the root of the project.

|Travis| |AppVeyor| |Codecov|

.. |Travis| image:: https://travis-ci.org/joblib/joblib.svg?branch=master
:target: https://travis-ci.org/joblib/joblib
:alt: Travis build status

.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/joblib/joblib?branch=master&svg=true
:target: https://ci.appveyor.com/project/joblib-ci/joblib/history
:alt: AppVeyor build status

.. |Codecov| image:: https://codecov.io/gh/joblib/joblib/branch/master/graph/badge.svg
:target: https://codecov.io/gh/joblib/joblib
:alt: Codecov coverage


Building the docs
=========================

Expand Down

0 comments on commit 79b622b

Please sign in to comment.