From 50b0252a2578fc915d58096a592bd8febae3c39b Mon Sep 17 00:00:00 2001 From: Sachin Patil Date: Wed, 13 Apr 2016 18:10:34 +0530 Subject: [PATCH] Corrected section underline Section underline must be at least as long as the title text Change-Id: I13f5398bb564c91af6c721c699a5552f2a07e561 --- HACKING.rst | 4 ++-- doc/source/configuring.rst | 4 ++-- doc/source/glancemetadefcatalogapi.rst | 2 +- doc/source/man/glancecachecleaner.rst | 2 +- doc/source/man/glancecachepruner.rst | 2 +- doc/source/man/glancecontrol.rst | 2 +- doc/source/man/glancescrubber.rst | 2 +- doc/source/opts/index.rst | 6 +++--- doc/source/statuses.rst | 2 +- doc/source/tasks.rst | 4 +--- 10 files changed, 14 insertions(+), 16 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index a203bb1092..61fee650f9 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,12 +1,12 @@ glance Style Commandments -======================= +========================= - Step 1: Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ - Step 2: Read on glance Specific Commandments --------------------------- +---------------------------- - [G316] Change assertTrue(isinstance(A, B)) by optimal assert like assertIsInstance(A, B) diff --git a/doc/source/configuring.rst b/doc/source/configuring.rst index 4045be2c62..042023c83d 100644 --- a/doc/source/configuring.rst +++ b/doc/source/configuring.rst @@ -200,7 +200,7 @@ logged. Affects only if context middleware is configured in pipeline. Optional. Default: ``64`` (Limited by max_header_line default: 16384) Configuring SSL Support -~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~ * ``cert_file=PATH`` @@ -225,7 +225,7 @@ certificates provided during an SSL handshake. This is ignored if Optional. Default: not enabled. Configuring Registry Access -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~ There are a number of configuration options in Glance that control how the API server accesses the registry server. diff --git a/doc/source/glancemetadefcatalogapi.rst b/doc/source/glancemetadefcatalogapi.rst index f4cefc16fa..c6317645f2 100644 --- a/doc/source/glancemetadefcatalogapi.rst +++ b/doc/source/glancemetadefcatalogapi.rst @@ -11,7 +11,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied. + implied. See the License for the specific language governing permissions and limitations under the License. diff --git a/doc/source/man/glancecachecleaner.rst b/doc/source/man/glancecachecleaner.rst index 98b904204d..15c2e0c172 100644 --- a/doc/source/man/glancecachecleaner.rst +++ b/doc/source/man/glancecachecleaner.rst @@ -39,7 +39,7 @@ OPTIONS .. include:: general_options.rst FILES -====== +===== **/etc/glance/glance-cache.conf** Default configuration file for the Glance Cache diff --git a/doc/source/man/glancecachepruner.rst b/doc/source/man/glancecachepruner.rst index 445868446e..f62607d2a6 100644 --- a/doc/source/man/glancecachepruner.rst +++ b/doc/source/man/glancecachepruner.rst @@ -26,7 +26,7 @@ set in the image_cache_max_size configuration option. This is meant to be run as a periodic task, perhaps every half-hour. OPTIONS -======== +======= **General options** diff --git a/doc/source/man/glancecontrol.rst b/doc/source/man/glancecontrol.rst index f46e7e976a..7dd5f214ba 100644 --- a/doc/source/man/glancecontrol.rst +++ b/doc/source/man/glancecontrol.rst @@ -29,7 +29,7 @@ And command is one of: And CONFPATH is the optional configuration file to use. OPTIONS -======== +======= **General Options** diff --git a/doc/source/man/glancescrubber.rst b/doc/source/man/glancescrubber.rst index 5d1d989182..b63d8efe54 100644 --- a/doc/source/man/glancescrubber.rst +++ b/doc/source/man/glancescrubber.rst @@ -55,7 +55,7 @@ OPTIONS then exits. This is the default. FILES -====== +===== **/etc/glance/glance-scrubber.conf** Default configuration file for the Glance Scrubber diff --git a/doc/source/opts/index.rst b/doc/source/opts/index.rst index bf5c37a3f7..e7376a49ec 100644 --- a/doc/source/opts/index.rst +++ b/doc/source/opts/index.rst @@ -1,6 +1,6 @@ -============================= - Glance Configuration Options -============================= +============================ +Glance Configuration Options +============================ This section provides a list of all possible options for each configuration file. Refer to :doc:`Basic Configuration <../configuring>` diff --git a/doc/source/statuses.rst b/doc/source/statuses.rst index 526adfdb33..b3d70865d6 100644 --- a/doc/source/statuses.rst +++ b/doc/source/statuses.rst @@ -72,7 +72,7 @@ Images in Glance can be in one the following statuses: * Add location from zero to more than one. Task Statuses -============== +============= Tasks in Glance can be in one the following statuses: diff --git a/doc/source/tasks.rst b/doc/source/tasks.rst index 662d623565..c908033bbc 100644 --- a/doc/source/tasks.rst +++ b/doc/source/tasks.rst @@ -15,7 +15,7 @@ under the License. Tasks -============== +===== Conceptual Overview ------------------- @@ -134,5 +134,3 @@ interest: * ``message``: this string field is expected to be null unless the task has entered ``failure`` status. At that point, it contains an informative human-readable message concerning the reason(s) for the task failure. - -