e729a10cd8
This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: https://gist.github.com/0d8a49e0bcbb30e5d69b5a89ba9db494 Change-Id: I41e74fbbd61bf46041e843ad43b5b3c4bec647b4
49 lines
1.6 KiB
ReStructuredText
49 lines
1.6 KiB
ReStructuredText
========================
|
|
Team and repository tags
|
|
========================
|
|
|
|
.. image:: http://governance.openstack.org/badges/python-heatclient.svg
|
|
:target: http://governance.openstack.org/reference/tags/index.html
|
|
|
|
.. Change things from this point on
|
|
|
|
=================
|
|
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
|
|
provides a Python API (the ``heatclient`` module) and a command-line tool
|
|
(``heat``).
|
|
|
|
* Free software: Apache license
|
|
* `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/
|