From 43b6b0cdc4efd54f122d91f654aced914686e34b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jul 2013 18:27:12 +0200 Subject: Rename README.md to README.rst The content looks more like restructured text to me, and it seems to be more common amongst OpenStack projects. Change-Id: Iba8c21985c055f1712069a6e70d345bb920381bf --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.rst (limited to 'README.rst') diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..bfbde8e --- /dev/null +++ b/README.rst @@ -0,0 +1,12 @@ +Python bindings to the Heat orchestration API +============================================= + +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``). + +Development takes place via the usual OpenStack processes as outlined in the +`OpenStack wiki `_. The master +repository is on `GitHub `_. + +See release notes and more at ``_. -- cgit v1.2.1