From ea7caa8567120384a0b6a7abbb567fcc7d22188b Mon Sep 17 00:00:00 2001 From: GouthamPratapa Date: Tue, 12 Sep 2017 11:47:42 +0530 Subject: [PATCH] Make README.rst look better. Change-Id: Ife4a17f507039a37556e4916ef4c1948b3c83d5d --- README.rst | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 1ff1b57..bb598b8 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,14 @@ -=============================== Kingbird =============================== +.. image:: https://img.shields.io/pypi/v/kingbird.svg + :target: https://pypi.python.org/pypi/kingbird/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/kingbird.svg + :target: https://pypi.python.org/pypi/kingbird/ + :alt: Downloads + Centralized service for multi-region OpenStack deployments. Kingbird is an centralized OpenStack service that provides resource operation @@ -15,10 +22,19 @@ space management, synchronisation of ssh keys, images, flavors, security groups, etc. across regions. +Useful Links +============ * Free software: Apache license -* Wiki:https://wiki.openstack.org/wiki/kingbird -* Documentation: http://docs.openstack.org/developer/kingbird -* Source: https://github.com/openstack/kingbird -* Bugs: http://bugs.launchpad.net/kingbird -* Blueprints: https://launchpad.net/kingbird +* `PyPi`_ - package installation +* `Launchpad project`_ - release management +* `Blueprints`_ - feature specifications +* `Bugs`_ - issue tracking +* `Source`_ +* `How to Contribute`_ +.. _PyPi: https://pypi.python.org/pypi/kingbird/1.2.0 +.. _Launchpad project: https://launchpad.net/kingbird +.. _Bugs: https://bugs.launchpad.net/kingbird +.. _Blueprints: https://blueprints.launchpad.net/kingbird +.. _Source: http://git.openstack.org/cgit/openstack/kingbird +.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html