Skip to content

Commit

Permalink
add RTD badge and move badges to top
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Mar 24, 2019
1 parent 702899e commit 55a74c8
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Python Record Linkage Toolkit
=============================

|pypi| |travis| |codecov| |docs|

.. |travis| image:: https://travis-ci.org/J535D165/recordlinkage.svg?branch=master
:target: https://travis-ci.org/J535D165/recordlinkage
:alt: TravisCI Status

.. |pypi| image:: https://badge.fury.io/py/recordlinkage.svg
:target: https://pypi.python.org/pypi/recordlinkage/
:alt: Pypi Version

.. |codecov| image:: https://codecov.io/gh/J535D165/recordlinkage/branch/master/graph/badge.svg
:target: https://codecov.io/gh/J535D165/recordlinkage
:alt: Code Coverage

.. |docs| image:: https://readthedocs.org/projects/recordlinkage/badge/?version=latest
:target: https://recordlinkage.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

The **Python Record Linkage Toolkit** is a library to link records in or
between data sources. The toolkit provides most of the tools needed for
record linkage and deduplication. The package contains indexing methods,
Expand Down Expand Up @@ -118,17 +136,6 @@ share, let us know.
Dependencies, installation and license
--------------------------------------

|pypi| |travis| |codecov|

.. |travis| image:: https://travis-ci.org/J535D165/recordlinkage.svg?branch=master
:target: https://travis-ci.org/J535D165/recordlinkage

.. |pypi| image:: https://badge.fury.io/py/recordlinkage.svg
:target: https://pypi.python.org/pypi/recordlinkage/

.. |codecov| image:: https://codecov.io/gh/J535D165/recordlinkage/branch/master/graph/badge.svg
:target: https://codecov.io/gh/J535D165/recordlinkage

Install the Python Record Linkage Toolkit easily with pip

.. code:: sh
Expand Down

0 comments on commit 55a74c8

Please sign in to comment.