From cfe94b725535b53cf1bca9d502efd8621fa0602f Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Fri, 10 Oct 2014 19:30:37 -0500 Subject: [PATCH] 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 --- doc/source/using-api-v2.rst | 8 ++++---- doc/source/using-api-v3.rst | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/using-api-v2.rst b/doc/source/using-api-v2.rst index 192e683c6..03e76e172 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 13274462f..c38961605 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 ============