Make README.rst comply with expected format

These changes are required for the release_notes.py script to generate
the release notes.

Change-Id: I834820afadc2bf3ad0235e9f2b30eb6ff666ca6b
This commit is contained in:
Steve Baker 2015-04-02 10:40:01 +13:00
parent 6d528f0057
commit 6b08533a3f
1 changed files with 9 additions and 7 deletions

View File

@ -1,12 +1,14 @@
Python bindings to the Heat orchestration API =================
============================================= python-heatclient
=================
OpenStack Orchestration API Client Library
This is a client library for Heat built on the Heat orchestration API. It 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 provides a Python API (the ``heatclient`` module) and a command-line tool
(``heat``). (``heat``).
Development takes place via the usual OpenStack processes as outlined in the * Free software: Apache license
`developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master * Documentation: http://docs.openstack.org/developer/python-heatclient
repository is in `Git <http://git.openstack.org/cgit/heat-api/python-heatclient>`_. * Source: http://git.openstack.org/cgit/openstack/python-heatclient
* Bugs: http://bugs.launchpad.net/python-heatclient
See release notes and more at `<http://docs.openstack.org/developer/python-heatclient/>`_.