summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-29 10:04:28 +0000
committerGerrit Code Review <review@openstack.org>2015-10-29 10:04:28 +0000
commitcea9b619291df1924a442ce3c43c27b870acba10 (patch)
treea97061927a9186c78e4f798b104789fe3065f044
parent0b97754a3fa6b5978d3cc5b78a336d888868f0c5 (diff)
parente65611ff870dead5d67236f4ad61b9abbe6c8ffb (diff)
downloadpython-barbicanclient-cea9b619291df1924a442ce3c43c27b870acba10.tar.gz
Merge "improve readme contents"
-rw-r--r--README.rst29
1 files changed, 26 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 48cb0e3..e4a5909 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,14 @@
python-barbicanclient
=====================
+.. image:: https://img.shields.io/pypi/v/python-barbicanclient.svg
+ :target: https://pypi.python.org/pypi/python-barbicanclient/
+ :alt: Latest Version
+
+.. image:: https://img.shields.io/pypi/dm/python-barbicanclient.svg
+ :target: https://pypi.python.org/pypi/python-barbicanclient/
+ :alt: Downloads
+
This is a client for the `Barbican <https://github.com/openstack/barbican>`__
Key Management API. There is a Python library for accessing the API
(`barbicanclient` module), and a command-line script (`barbican`).
@@ -184,8 +192,23 @@ usage options
secret update Update a secret with no payload in Barbican.
* License: Apache License, Version 2.0
-* Documentation: http://docs.openstack.org/developer/python-barbicanclient
-* Source: http://git.openstack.org/cgit/openstack/python-barbicanclient
-* Bugs: http://bugs.launchpad.net/python-barbicanclient
+* `PyPi`_ - package installation
+* `Online Documentation`_
+* `Launchpad project`_ - release management
+* `Blueprints`_ - feature specifications
+* `Bugs`_ - issue tracking
+* `Source`_
+* `Specs`_
+* `Getting involved`_
+
+.. _PyPi: https://pypi.python.org/pypi/python-barbicanclient/
+.. _Online Documentation: http://docs.openstack.org/developer/python-barbicanclient/
+.. _Launchpad project: https://launchpad.net/python-barbicanclient/
+.. _Blueprints: https://blueprints.launchpad.net/python-barbicanclient/
+.. _Bugs: https://bugs.launchpad.net/python-barbicanclient/
+.. _Source: https://git.openstack.org/cgit/openstack/python-barbicanclient/
+.. _Getting involved: http://docs.openstack.org/developer/barbican/contribute/getting_involved.html
+.. _Specs: http://specs.openstack.org/openstack/barbican-specs/
+
.. [1] Documentation in this link is currently incomplete. Please use the `devstack setup <http://docs.openstack.org/developer/barbican/setup/devstack.html>`__.