From c2ea205314d7b457bb873a38e1a398660872eab6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 13 May 2014 09:33:47 -0700 Subject: [PATCH] Provide a link to the documentation to the README Change-Id: I99a46860ffff93452904d24504a4ccc58e8e64c6 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 70abca80..1588564d 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__.