summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-15 22:29:01 +0000
committerGerrit Code Review <review@openstack.org>2014-05-15 22:29:01 +0000
commit1270cb220879218e998714e2d7d6848b5ebd3b65 (patch)
treec448d856793d4a3c921630a7faf8ec13ba919e69
parentfe5e8a75747b619cd57f5d401c7c3e49358a4dfc (diff)
parentc2ea205314d7b457bb873a38e1a398660872eab6 (diff)
downloadpython-swiftclient-1270cb220879218e998714e2d7d6848b5ebd3b65.tar.gz
Merge "Provide a link to the documentation to the README"
-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__.