From f4b5ef39f6f84e66af532583040c9be7556e9b69 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 18 Apr 2012 13:16:39 -0500 Subject: First commit --- docs/source/index.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/source/index.rst (limited to 'docs/source') diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 00000000..a9849b31 --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,32 @@ +OpenStack Client +================ + +This is a command-line client for OpenStack that unifies the operation +of python-keystoneclient, python-novaclient and python-glanceclient +(formerly glance clienti) in a single shell with a uniform command +structure. + +Contents: + +.. toctree:: + :maxdepth: 1 + +Getting Started +--------------- + +* Read the source + +Contributing +============ + +The master repo is kept on `GitHub`__, please follow the usual protocol +for social coding interaction and whatnot. + +__ https://github.com/dtroyer/python-openstackclient + +Index +===== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` -- cgit v1.2.1