Fix formatting for inclusion of README.rst

The contents of README.rst are included directly into the documentation
index file, as a result we need to alter the formatting to align with
the existing contents.

Change-Id: I4e5720790e277377638001c1feddf5779e07238b
This commit is contained in:
Darragh Bailey 2015-02-04 11:54:30 +00:00
parent 7c94d8d247
commit 89f266d9a2
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,3 @@
======
README
======
@ -17,7 +16,7 @@ Online documentation:
* http://ci.openstack.org/jenkins-job-builder/
Developers
==========
----------
Bug report:
* https://storyboard.openstack.org/#!/project/723
@ -41,7 +40,7 @@ More details on how you can contribute is available on our wiki at:
* http://docs.openstack.org/infra/manual/developers.html
Writing a patch
===============
---------------
We ask that all code submissions be pep8_ and pyflakes_ clean. The
easiest way to do that is to run tox_ before submitting code for
@ -64,7 +63,7 @@ YAML, as well as developers when matching YAML components to Python
implementation.
Installing without setup.py
===========================
---------------------------
For YAML support, you will need libyaml_ installed.