Skip to content

Commit

Permalink
update name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Feb 25, 2019
1 parent 9c5ccf9 commit 4b1660b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
Paralyzer
=========
Pyrallel
========

.. begin-intro
Yet another easy-to-use python parallel library for humans.

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://raw.githubusercontent.com/usc-isi-i2/paralyzer/master/LICENSE
:target: https://raw.githubusercontent.com/usc-isi-i2/pyrallel/master/LICENSE
:alt: License

.. image:: https://api.travis-ci.org/usc-isi-i2/paralyzer.svg?branch=master
:target: https://travis-ci.org/usc-isi-i2/paralyzer
.. image:: https://api.travis-ci.org/usc-isi-i2/pyrallel.svg?branch=master
:target: https://travis-ci.org/usc-isi-i2/pyrallel
:alt: Travis

.. image:: https://coveralls.io/repos/github/usc-isi-i2/paralyzer/badge.svg?branch=master
:target: https://coveralls.io/github/usc-isi-i2/paralyzer?branch=master
.. image:: https://coveralls.io/repos/github/usc-isi-i2/pyrallel/badge.svg?branch=master
:target: https://coveralls.io/github/usc-isi-i2/pyrallel?branch=master
:alt: Coveralls

.. image:: https://badge.fury.io/py/paralyzer.svg
:target: https://badge.fury.io/py/paralyzer
.. image:: https://badge.fury.io/py/pyrallel.svg
:target: https://badge.fury.io/py/pyrallel
:alt: pypi

.. image:: https://readthedocs.org/projects/paralyzer/badge/?version=latest
:target: http://paralyzer.readthedocs.io/en/latest
.. image:: https://readthedocs.org/projects/pyrallel/badge/?version=latest
:target: http://pyrallel.readthedocs.io/en/latest
:alt: Documents

.. end-intro
Expand All @@ -31,10 +31,10 @@ Installation
------------
::

pip install paralyzer
pip install pyrallel


Documentation
-------------

`Read the Doc <http://paralyzer.readthedocs.io>`_
`Read the Doc <http://pyrallel.readthedocs.io>`_

0 comments on commit 4b1660b

Please sign in to comment.