diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-13 09:33:47 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-13 09:33:47 -0700 |
commit | c2ea205314d7b457bb873a38e1a398660872eab6 (patch) | |
tree | b9876b6dddd7e7ce99c3f8eef88044b2513c4f79 /README.rst | |
parent | 22badfd804f4a7e2d161954748a51d5ec727293c (diff) | |
download | python-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.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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__. |