From 1c60b743cb0302a2fa52ba3549f790ba5d52432f Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Fri, 22 Jul 2016 16:39:20 +0200 Subject: [PATCH] Fix formatting in doc files Change-Id: Ib2946ce366fbfaec3b1cfe14786db7613286cdd3 --- HACKING.rst | 2 +- README.rst | 4 ++-- doc/source/index.rst | 2 +- doc/source/installation.rst | 1 + doc/source/tripleo-mistral.rst | 3 --- doc/source/uploads.rst | 1 + doc/source/usage.rst | 5 +++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 89a20a4ea..588d270f5 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ tripleo-common Style Commandments -=============================================== +================================= Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ diff --git a/README.rst b/README.rst index e94697e4d..dffd957a6 100644 --- a/README.rst +++ b/README.rst @@ -10,13 +10,13 @@ A common library for TripleO workflows. * Bugs: http://bugs.launchpad.net/tripleo-common Action Development -------------------- +------------------ When developing new actions, you will checkout a copy of tripleo-common to an undercloud machine and add actions as needed. To test the actions they need to be installed and selected services need to be restarted. Use the following -code below to accomplish these tasks. :: +code to accomplish these tasks. :: sudo rm -Rf /usr/lib/python2.7/site-packages/tripleo_common* diff --git a/doc/source/index.rst b/doc/source/index.rst index 7bf5bd5f9..c9d02afbb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -4,7 +4,7 @@ contain the root `toctree` directive. Welcome to tripleo-common's documentation! -======================================================== +========================================== Contents: diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 9e8c55c1c..16e00c8a1 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -10,3 +10,4 @@ Or, if you have virtualenvwrapper installed:: $ mkvirtualenv tripleo-common $ pip install tripleo-common + diff --git a/doc/source/tripleo-mistral.rst b/doc/source/tripleo-mistral.rst index 1e486b99f..d1642afe5 100644 --- a/doc/source/tripleo-mistral.rst +++ b/doc/source/tripleo-mistral.rst @@ -46,9 +46,6 @@ Mistral actions can be run through the CLI: echo '{"container": ""}' > input.json openstack action execution run tripleo.create_container input.json -To install the undercloud follow the `TripleO developer documentation -`_. - For REST API usage please reference the `full Mistral documentation `_. diff --git a/doc/source/uploads.rst b/doc/source/uploads.rst index 57e3947e5..7888b342a 100644 --- a/doc/source/uploads.rst +++ b/doc/source/uploads.rst @@ -18,3 +18,4 @@ YAML file format uploader: docker pull_source: docker.io push_destination: localhost:8787 + diff --git a/doc/source/usage.rst b/doc/source/usage.rst index b82faac3b..2fc868e5b 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -1,7 +1,8 @@ -======== +===== Usage -======== +===== To use tripleo-common in a project:: import tripleo_common +