summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-08 18:35:50 +0000
committerGerrit Code Review <review@openstack.org>2016-11-08 18:35:50 +0000
commitcb922f4dc6c9d1f49069b555d8fbfc3628e78190 (patch)
treef571c1cd572583ccccef9f990670a634fa7f4d5c /doc
parent41de8b7c0b1e3834e05f291fa6419132311b2452 (diff)
parenta38efb6031efda7a076886066b6993cdb144f6a3 (diff)
downloadpython-swiftclient-cb922f4dc6c9d1f49069b555d8fbfc3628e78190.tar.gz
Merge "Add v1password keystoneauth plugin"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
-rw-r--r--doc/source/swiftclient.rst6
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 5af77b2..3505f13 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -51,7 +51,7 @@ master_doc = 'index'
# General information about the project.
project = u'Swiftclient'
-copyright = u'2013 OpenStack, LLC.'
+copyright = u'2013-2016 OpenStack, LLC.'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/doc/source/swiftclient.rst b/doc/source/swiftclient.rst
index e96afba..108443a 100644
--- a/doc/source/swiftclient.rst
+++ b/doc/source/swiftclient.rst
@@ -5,6 +5,12 @@ swiftclient
.. automodule:: swiftclient
+swiftclient.authv1
+==================
+
+.. automodule:: swiftclient.authv1
+ :inherited-members:
+
swiftclient.client
==================