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:
@@ -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.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
=================
|
||||
The Client v3 API
|
||||
=================
|
||||
=======================
|
||||
Using the V3 Client API
|
||||
=======================
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
Reference in New Issue
Block a user