diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/api.rst | 3 | ||||
| -rw-r--r-- | doc/source/conf.py | 2 | ||||
| -rw-r--r-- | doc/source/index.rst | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/doc/source/api.rst b/doc/source/api.rst index 36c7c51..b64afe1 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -14,7 +14,7 @@ First create a client instance with your credentials:: >>> import ceilometerclient.client >>> cclient = ceilometerclient.client.get_client(VERSION, os_username=USERNAME, os_password=PASSWORD, os_tenant_name=PROJECT_NAME, os_auth_url=AUTH_URL) -Here ``VERSION`` can be: ``1`` and ``2``. +Here ``VERSION`` should be: ``2``. Then call methods on its managers:: @@ -44,5 +44,4 @@ For more information, see the reference: :maxdepth: 2 ref/index - ref/v1/index ref/v2/index diff --git a/doc/source/conf.py b/doc/source/conf.py index 2313013..bf45db6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -16,8 +16,6 @@ execfile(os.path.join("..", "ext", "gen_ref.py")) project = 'python-ceilometerclient' gen_ref("", "Client Reference", ["client", "exc"]) -gen_ref("v1", "Version 1 API Reference", - ["meters"]) gen_ref("v2", "Version 2 API Reference", ["meters", "samples", "statistics", "resources", "query", "alarms", "events", "event_types", "traits", "trait_descriptions"]) diff --git a/doc/source/index.rst b/doc/source/index.rst index cec3b5c..7fdbb12 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -22,7 +22,6 @@ Contents: shell api ref/index - ref/v1/index ref/v2/index Contributing |
