summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-05 22:44:16 +0000
committerGerrit Code Review <review@openstack.org>2015-02-05 22:44:16 +0000
commitffcb324efc3d85d743a83a6a3ad6ebd9dc457627 (patch)
tree28ef767fa9aa44d2691bf8b3db8914d90fc30847 /doc/source/index.rst
parentce5e1f0d48e3a849e63f17dfd038a229413ddb0a (diff)
parent35c9b6520222e05bff35d341bb7057faace99458 (diff)
downloadpython-glanceclient-ffcb324efc3d85d743a83a6a3ad6ebd9dc457627.tar.gz
Merge "Adds basic examples of v2 API usage"
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 06f4e0b..d2a16e5 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -15,6 +15,7 @@ In order to use the python api directly, you must first obtain an auth token and
f.write(chunk)
>>> image.delete()
+For an API v2 example see also :doc:`apiv2`.
Command-line Tool
=================