Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MPIRE (MultiProcessing Is Really Easy)
======================================

|Build status| |Docs status| |Pypi status| |Python versions|
|Build status| |Docs status| |PyPI status| |Python versions|

.. |Build status| image:: https://github.com/sybrenjansen/mpire/workflows/Build/badge.svg?branch=master
:target: https://github.com/sybrenjansen/mpire/actions/workflows/python-package.yml
Expand Down Expand Up @@ -62,7 +62,7 @@ are documented in the Troubleshooting_ chapter.
Installation
------------

Through pip (PyPi):
Through pip (PyPI):

.. code-block:: bash

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Unreleased

*(2020-09-03)*

* First public release on Github and PyPi
* First public release on Github and PyPI

1.1.2
-----
Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Installation
============

:ref:`MPIRE <secret>` builds are distributed through PyPi_.
:ref:`MPIRE <secret>` builds are distributed through PyPI_.

.. _PyPi: https://pypi.org/
.. _PyPI: https://pypi.org/

MPIRE can be installed through pip:

Expand Down