From 7cbfd721d527de8f09a7795ae64461ed0aeb7469 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 10 Oct 2012 10:49:45 +1300 Subject: [PATCH] Swap readme files --- README.md | 12 ++++++++++++ README.rst | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 README.rst diff --git a/README.md b/README.md index e69de29b..bfbde8e8 100644 --- a/README.md +++ b/README.md @@ -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 ``_. diff --git a/README.rst b/README.rst deleted file mode 100644 index bfbde8e8..00000000 --- a/README.rst +++ /dev/null @@ -1,12 +0,0 @@ -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 ``_.