From df73f7331b37a63ba603aee0da4f608a9e32e455 Mon Sep 17 00:00:00 2001 From: Maurice Schreiber Date: Thu, 16 Feb 2017 10:25:29 +0100 Subject: [PATCH] fix `tox -e docs` errors Change-Id: I516e28cefbfe041085a547ed9b601c3aa1541ce8 --- doc/source/howtos/multiple-pools.rst | 4 ++-- doc/source/howtos/tlds.rst | 2 +- doc/source/index.rst | 1 + doc/source/metrics.rst | 7 +++---- doc/source/tempest.rst | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/howtos/multiple-pools.rst b/doc/source/howtos/multiple-pools.rst index 9c96131ac..c5573388a 100644 --- a/doc/source/howtos/multiple-pools.rst +++ b/doc/source/howtos/multiple-pools.rst @@ -206,7 +206,7 @@ For example, if we wanted to allow a user to select a specific pool by id or fallback to using a default, we could use the following configuration. -.. code-block:: conf +.. code-block:: ini [service:central] default_pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842 @@ -224,7 +224,7 @@ Schedule by Tier Example In our tiered example, we'll use the `attribute` filter to select the correct pool. -.. code-block:: conf +.. code-block:: ini [service:central] default_pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842 # the std pool diff --git a/doc/source/howtos/tlds.rst b/doc/source/howtos/tlds.rst index c938603c7..1fdbe5424 100644 --- a/doc/source/howtos/tlds.rst +++ b/doc/source/howtos/tlds.rst @@ -56,7 +56,7 @@ Response: "updated_at": null, "id": "cfee7486-7ce4-4851-9c38-7b0fe3d42ee9", "description": "tld description" -} + } Now, if someone were to try and create ``example.net.``, they would encounter diff --git a/doc/source/index.rst b/doc/source/index.rst index 072eb74e5..4d6fc8d08 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -92,6 +92,7 @@ Developer Documentation devstack functional-tests tempest + related Indices and tables ================== diff --git a/doc/source/metrics.rst b/doc/source/metrics.rst index 46ec78c1c..16303d85b 100644 --- a/doc/source/metrics.rst +++ b/doc/source/metrics.rst @@ -1,15 +1,14 @@ .. _metrics: -**** +******* metrics -**** +******* metrics Base -========= +============ .. automodule:: designate.metrics :members: :special-members: :private-members: :undoc-members: :show-inheritance: - diff --git a/doc/source/tempest.rst b/doc/source/tempest.rst index 675a4f7a6..c4b55b953 100644 --- a/doc/source/tempest.rst +++ b/doc/source/tempest.rst @@ -215,7 +215,7 @@ to explain their purpose and correct usage. @decorators.idempotent_id -~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~ The `idempotent_id` decorator allows for tracking of tests even after they have been renamed. The UUID should be randomly generated as the test is first