Fix formatting in doc files

Change-Id: Ib2946ce366fbfaec3b1cfe14786db7613286cdd3
This commit is contained in:
Ana Krivokapic 2016-07-22 16:39:20 +02:00
parent d8af511813
commit 1c60b743cb
7 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
tripleo-common Style Commandments
===============================================
=================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -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*

View File

@ -4,7 +4,7 @@
contain the root `toctree` directive.
Welcome to tripleo-common's documentation!
========================================================
==========================================
Contents:

View File

@ -10,3 +10,4 @@ Or, if you have virtualenvwrapper installed::
$ mkvirtualenv tripleo-common
$ pip install tripleo-common

View File

@ -46,9 +46,6 @@ Mistral actions can be run through the CLI:
echo '{"container": "<container-name>"}' > input.json
openstack action execution run tripleo.create_container input.json
To install the undercloud follow the `TripleO developer documentation
<http://docs.openstack.org/developer/tripleo-docs/environments/environments.html>`_.
For REST API usage please reference the `full Mistral documentation
<http://docs.openstack.org/developer/mistral/>`_.

View File

@ -18,3 +18,4 @@ YAML file format
uploader: docker
pull_source: docker.io
push_destination: localhost:8787

View File

@ -1,7 +1,8 @@
========
=====
Usage
========
=====
To use tripleo-common in a project::
import tripleo_common