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
This commit is contained in:
Brant Knudson
2014-10-10 19:30:37 -05:00
parent 89dc951f7d
commit cfe94b7255
2 changed files with 7 additions and 7 deletions

View File

@@ -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.

View File

@@ -1,6 +1,6 @@
=================
The Client v3 API
=================
=======================
Using the V3 Client API
=======================
Introduction
============