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
This commit is contained in:
Khai Do 2015-02-12 16:20:09 -08:00
parent c5039432bb
commit 2eb0ac822c
1 changed files with 3 additions and 4 deletions

View File

@ -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_::