From 2eb0ac822c25f7dea7c0530ccbde46cfe7702781 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Thu, 12 Feb 2015 16:20:09 -0800 Subject: [PATCH] Doc Update: 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: I631b664f1eba8838f39b2315ec3b70a87b5d06de --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4c76949..96f5203 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,3 @@ -====== README ====== @@ -32,7 +31,7 @@ Online documentation: * http://python-jenkins.readthedocs.org/en/latest/ Developers -========== +---------- Bug report: * https://bugs.launchpad.net/python-jenkins @@ -56,7 +55,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 flake8_ clean. The easiest way to do that is to run tox_ before submitting code for @@ -65,7 +64,7 @@ manner as the automated test suite that will run on proposed patchsets. Installing without setup.py -=========================== +--------------------------- Then install the required python packages using pip_::