diff --git a/doc/source/api.rst b/doc/source/api.rst index 84276c9da..8bcb219b3 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -14,7 +14,7 @@ First create a client instance with your credentials:: >>> from novaclient import client >>> nova = client.Client(VERSION, USERNAME, PASSWORD, PROJECT_ID, AUTH_URL) -Here ``VERSION`` can be: ``1.1``, ``2`` and ``3``. +Here ``VERSION`` can be: ``1.1``, ``2``. Alternatively, you can create a client instance using the keystoneclient session API:: diff --git a/doc/source/conf.py b/doc/source/conf.py index 738574773..1e11705bf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -71,7 +71,7 @@ def gen_ref(ver, title, names): "pkg": pkg, "name": name}) gen_ref(None, "Exceptions", ["exceptions"]) -gen_ref("v2", "Version 1.1, Version 2 API Reference, Version 3 API Reference", +gen_ref("v2", "Version 1.1, Version 2 API", ["client", "flavors", "images", "servers", "hosts", "agents", "aggregates", "availability_zones", "certs", "fixed_ips", "floating_ip_pools", "floating_ips", "hypervisors", "keypairs",