From: Kyle Mestery Date: Thu, 29 Oct 2015 00:40:10 +0000 (+0900) Subject: Fix incorrect capitilization of PyPI X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=084e81d850ba220400bc43f9f747aff5ec8da197;p=openstack-build%2Fneutron-build.git Fix incorrect capitilization of PyPI Change-Id: I2cadc925e3a78241f3dd44acb440427f816b7ff9 Signed-off-by: Kyle Mestery --- diff --git a/doc/source/devref/sub_project_guidelines.rst b/doc/source/devref/sub_project_guidelines.rst index 2dc7142ea..4396f14bd 100644 --- a/doc/source/devref/sub_project_guidelines.rst +++ b/doc/source/devref/sub_project_guidelines.rst @@ -148,8 +148,8 @@ To release a sub-project, follow the following steps: setup.cfg. * A member of neutron-release will then `tag the release `_, - which will release the code to PyPi. -* The releases will now be on PyPi. A sub-project owner should verify this by + which will release the code to PyPI. +* The releases will now be on PyPI. A sub-project owner should verify this by going to an URL similar to `this `_. * A sub-project owner should next go to Launchpad and release this version diff --git a/doc/source/devref/sub_projects.rst b/doc/source/devref/sub_projects.rst index ad079605f..9435dba8c 100644 --- a/doc/source/devref/sub_projects.rst +++ b/doc/source/devref/sub_projects.rst @@ -246,7 +246,7 @@ DragonFlow * Git: https://git.openstack.org/cgit/openstack/dragonflow * Launchpad: https://launchpad.net/dragonflow -* PyPi: https://pypi.python.org/pypi/DragonFlow +* PyPI: https://pypi.python.org/pypi/DragonFlow .. _networking-edge-vpn: @@ -272,7 +272,7 @@ Hyper-V * Git: https://git.openstack.org/cgit/openstack/networking-hyperv * Launchpad: https://launchpad.net/networking-hyperv -* PyPi: https://pypi.python.org/pypi/networking-hyperv +* PyPI: https://pypi.python.org/pypi/networking-hyperv .. _kuryr: