From 420782cc010ab1bab1973a7076f3b8256422d6e1 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Thu, 17 Sep 2015 16:05:33 +0300 Subject: [PATCH] [docs] Fix length of underline Title length must match the underline Change-Id: Ia7a2bf54a6697c63c423bacd53dfb125b9c620f6 --- doc/source/shell.rst | 2 +- novaclient/tests/functional/README.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/shell.rst b/doc/source/shell.rst index 52bcfb49d..368195f7d 100644 --- a/doc/source/shell.rst +++ b/doc/source/shell.rst @@ -1,5 +1,5 @@ The :program:`nova` shell utility -========================================= +================================= .. program:: nova .. highlight:: bash diff --git a/novaclient/tests/functional/README.rst b/novaclient/tests/functional/README.rst index be4ebd079..727c40aba 100644 --- a/novaclient/tests/functional/README.rst +++ b/novaclient/tests/functional/README.rst @@ -1,9 +1,9 @@ -===================================== +==================================== python-novaclient functional testing -===================================== +==================================== Idea ------- +---- Over time we have noticed two issues with novaclient unit tests. @@ -22,7 +22,7 @@ multiple occasions). Testing Theory ----------------- +-------------- We are treating python-novaclient as legacy code, so we do not want to spend a lot of effort adding in missing features. In the future the CLI will move to @@ -38,7 +38,7 @@ native support to the CLI for the required functionality would involve a non trivial amount of work. Functional Test Guidelines ---------------------------- +-------------------------- * Consume credentials via standard client environmental variables::