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 ============