summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-13 09:33:47 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-13 09:33:47 -0700
commitc2ea205314d7b457bb873a38e1a398660872eab6 (patch)
treeb9876b6dddd7e7ce99c3f8eef88044b2513c4f79 /README.rst
parent22badfd804f4a7e2d161954748a51d5ec727293c (diff)
downloadpython-swiftclient-c2ea205314d7b457bb873a38e1a398660872eab6.tar.gz
Provide a link to the documentation to the README
Change-Id: I99a46860ffff93452904d24504a4ccc58e8e64c6
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 70abca8..1588564 100644
--- a/README.rst
+++ b/README.rst
@@ -4,6 +4,10 @@ Python bindings to the OpenStack Object Storage API
This is a python client for the Swift API. There's a Python API (the
``swiftclient`` module), and a command-line script (``swift``).
+You can find the `documentation online`__.
+
+__ http://docs.openstack.org/developer/python-swiftclient/
+
Development takes place via the usual OpenStack processes as outlined
in the `OpenStack wiki`__. The master repository is on GitHub__.