summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2012-04-18 13:16:39 -0500
committerDean Troyer <dtroyer@gmail.com>2012-04-18 13:16:39 -0500
commitf4b5ef39f6f84e66af532583040c9be7556e9b69 (patch)
tree3f0ef9e30767067b2cbc016e04321044d5015460 /docs/source
downloadpython-openstackclient-f4b5ef39f6f84e66af532583040c9be7556e9b69.tar.gz
First commit
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/index.rst32
1 files changed, 32 insertions, 0 deletions
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`