diff --git a/README.rst b/README.rst index 05dcd01..32607e6 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -62,7 +62,7 @@ are documented in the Troubleshooting_ chapter. Installation ------------ -Through pip (PyPi): +Through pip (PyPI): .. code-block:: bash diff --git a/docs/changelog.rst b/docs/changelog.rst index 7140689..f5612eb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ----- diff --git a/docs/install.rst b/docs/install.rst index 3cf93e1..081af8d 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -1,9 +1,9 @@ Installation ============ -:ref:`MPIRE ` builds are distributed through PyPi_. +:ref:`MPIRE ` builds are distributed through PyPI_. -.. _PyPi: https://pypi.org/ +.. _PyPI: https://pypi.org/ MPIRE can be installed through pip: