summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-10-15 17:06:57 +0800
committerricolin <rico.l@inwinstack.com>2015-10-15 17:06:57 +0800
commite716cd99dc9c46d64c2111c5e941d1cd4f17e1fd (patch)
tree3f421b0f88e3c5fdbd4e9966f1d8f2d2e0659ca5 /README.rst
parentc878172ad5f11c59793491a417f4d9de061f9c58 (diff)
downloadpython-heatclient-e716cd99dc9c46d64c2111c5e941d1cd4f17e1fd.tar.gz
improve readme content
add more information in README Change-Id: I7a47ad86ef997e68a35d93eea166d17029dca48e
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst31
1 files changed, 28 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1c7c561..4a953f4 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,15 @@
python-heatclient
=================
+.. image:: https://img.shields.io/pypi/v/python-heatclient.svg
+ :target: https://pypi.python.org/pypi/python-heatclient/
+ :alt: Latest Version
+
+.. image:: https://img.shields.io/pypi/dm/python-heatclient.svg
+ :target: https://pypi.python.org/pypi/python-heatclient/
+ :alt: Downloads
+
+
OpenStack Orchestration API Client Library
This is a client library for Heat built on the Heat orchestration API. It
@@ -9,6 +18,22 @@ provides a Python API (the ``heatclient`` module) and a command-line tool
(``heat``).
* Free software: Apache license
-* Documentation: http://docs.openstack.org/developer/python-heatclient
-* Source: http://git.openstack.org/cgit/openstack/python-heatclient
-* Bugs: http://bugs.launchpad.net/python-heatclient
+* `PyPi`_ - package installation
+* `Online Documentation`_
+* `Launchpad project`_ - release management
+* `Blueprints`_ - feature specifications
+* `Bugs`_ - issue tracking
+* `Source`_
+* `Specs`_
+* `Template`_
+* `How to Contribute`_
+
+.. _PyPi: https://pypi.python.org/pypi/python-heatclient
+.. _Online Documentation: http://docs.openstack.org/developer/python-heatclient
+.. _Launchpad project: https://launchpad.net/python-heatclient
+.. _Blueprints: https://blueprints.launchpad.net/python-heatclient
+.. _Bugs: https://bugs.launchpad.net/python-heatclient
+.. _Source: https://git.openstack.org/cgit/openstack/python-heatclient
+.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
+.. _Specs: http://specs.openstack.org/openstack/heat-specs/
+.. _Template: https://git.openstack.org/cgit/openstack/heat-templates/