diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-08 18:35:50 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-08 18:35:50 +0000 |
commit | cb922f4dc6c9d1f49069b555d8fbfc3628e78190 (patch) | |
tree | f571c1cd572583ccccef9f990670a634fa7f4d5c /doc/source | |
parent | 41de8b7c0b1e3834e05f291fa6419132311b2452 (diff) | |
parent | a38efb6031efda7a076886066b6993cdb144f6a3 (diff) | |
download | python-swiftclient-cb922f4dc6c9d1f49069b555d8fbfc3628e78190.tar.gz |
Merge "Add v1password keystoneauth plugin"
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 2 | ||||
-rw-r--r-- | doc/source/swiftclient.rst | 6 |
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 ================== |