Fix urls in README.rst

1. bug tracking has been moved to storyboard
2. syntax issues
3. remove PyPI downloads since it is no longer maintained
https://packaging.python.org/guides/analyzing-pypi-package-downloads/

Change-Id: Ic57c7032af0296d666841021c19e6e56f0b3e89a
This commit is contained in:
Chen 2018-06-07 17:03:32 +08:00
parent e8c731547d
commit f904efb037

View File

@ -15,10 +15,6 @@ OpenStackClient
:target: https://pypi.org/project/python-openstackclient/ :target: https://pypi.org/project/python-openstackclient/
:alt: Latest Version :alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/python-openstackclient.svg
:target: https://pypi.org/project/python-openstackclient/
:alt: Downloads
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings OpenStackClient (aka OSC) is a command-line client for OpenStack that brings
the command set for Compute, Identity, Image, Object Store and Block Storage the command set for Compute, Identity, Image, Object Store and Block Storage
APIs together in a single shell with a uniform command structure. APIs together in a single shell with a uniform command structure.
@ -32,9 +28,9 @@ language to describe operations in OpenStack.
* `Blueprints`_ - feature specifications * `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking * `Bugs`_ - issue tracking
* `Source`_ * `Source`_
* `Developer` - getting started as a developer * `Developer`_ - getting started as a developer
* `Contributing` - contributing code * `Contributing`_ - contributing code
* `Testing` - testing code * `Testing`_ - testing code
* IRC: #openstack-sdks on Freenode (irc.freenode.net) * IRC: #openstack-sdks on Freenode (irc.freenode.net)
* License: Apache 2.0 * License: Apache 2.0
@ -42,7 +38,7 @@ language to describe operations in OpenStack.
.. _Online Documentation: https://docs.openstack.org/python-openstackclient/latest/ .. _Online Documentation: https://docs.openstack.org/python-openstackclient/latest/
.. _Launchpad project: https://launchpad.net/python-openstackclient .. _Launchpad project: https://launchpad.net/python-openstackclient
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient .. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
.. _Bugs: https://bugs.launchpad.net/python-openstackclient .. _Bugs: https://storyboard.openstack.org/#!/project/975
.. _Source: https://git.openstack.org/cgit/openstack/python-openstackclient .. _Source: https://git.openstack.org/cgit/openstack/python-openstackclient
.. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html .. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html
.. _Contributing: https://docs.openstack.org/infra/manual/developers.html .. _Contributing: https://docs.openstack.org/infra/manual/developers.html