From d8408f6250288935aa931f9751be247d9153cf85 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 12 Jun 2014 14:51:21 -0500 Subject: Docstrings for usability. The keystoneclient docstrings should give guidance for an application developer to actually use the library. Here's a start. Partial-Bug: #1330769 Change-Id: I1a9434704d0cd6b58de76933ff78c8d5c0aa3e3b --- keystoneclient/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'keystoneclient/__init__.py') diff --git a/keystoneclient/__init__.py b/keystoneclient/__init__.py index ab4f7a1..555dfa6 100644 --- a/keystoneclient/__init__.py +++ b/keystoneclient/__init__.py @@ -13,6 +13,15 @@ # License for the specific language governing permissions and limitations # under the License. +"""The python bindings for the OpenStack Identity (Keystone) project. + +See :py:class:`keystoneclient.v3.client.Client` for the Identity V3 client. + +See :py:class:`keystoneclient.v2_0.client.Client` for the Identity V2.0 client. + +""" + + import pbr.version -- cgit v1.2.1