summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-10-10 19:30:37 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-10-12 10:52:41 -0500
commitcfe94b725535b53cf1bca9d502efd8621fa0602f (patch)
tree8464b106cadda9f246c940a784d6d0492b666e8a /doc
parent89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916 (diff)
downloadpython-keystoneclient-cfe94b725535b53cf1bca9d502efd8621fa0602f.tar.gz
Rename the client API docs
Since developers want to use the APIs, the docs should be more enticing and say that it describes how to use the APIs. Also, called it "V3 Client API" since this reads better than "Client V3 API" and it matches the order in the module path. Change-Id: I79dd6f6891bf48b477b35157256a0219426d171c
Diffstat (limited to 'doc')
-rw-r--r--doc/source/using-api-v2.rst8
-rw-r--r--doc/source/using-api-v3.rst6
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/using-api-v2.rst b/doc/source/using-api-v2.rst
index 192e683..03e76e1 100644
--- a/doc/source/using-api-v2.rst
+++ b/doc/source/using-api-v2.rst
@@ -1,6 +1,6 @@
-=================
-The Client v2 API
-=================
+=======================
+Using the V2 Client API
+=======================
Introduction
============
@@ -13,7 +13,7 @@ The main concepts in the Identity v2 API are:
* services
* endpoints
-The client v2 API lets you query and make changes through
+The V2 client API lets you query and make changes through
managers. For example, to manipulate tenants, you interact with a
``keystoneclient.v2_0.tenants.TenantManager`` object.
diff --git a/doc/source/using-api-v3.rst b/doc/source/using-api-v3.rst
index 1327446..c389616 100644
--- a/doc/source/using-api-v3.rst
+++ b/doc/source/using-api-v3.rst
@@ -1,6 +1,6 @@
-=================
-The Client v3 API
-=================
+=======================
+Using the V3 Client API
+=======================
Introduction
============