From 89f266d9a2978d0a00e6c7b506b5f39b338afb42 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Wed, 4 Feb 2015 11:54:30 +0000 Subject: [PATCH] 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 --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a3dcd5d57..ec7516f94 100644 --- a/README.rst +++ b/README.rst @@ -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.