Merge "Doc Update: Fix formatting for inclusion of README.rst"

This commit is contained in:
Jenkins
2015-02-18 19:22:51 +00:00
committed by Gerrit Code Review

View File

@@ -1,4 +1,3 @@
======
README README
====== ======
@@ -32,7 +31,7 @@ Online documentation:
* http://python-jenkins.readthedocs.org/en/latest/ * http://python-jenkins.readthedocs.org/en/latest/
Developers Developers
========== ----------
Bug report: Bug report:
* https://bugs.launchpad.net/python-jenkins * 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 * http://docs.openstack.org/infra/manual/developers.html
Writing a patch Writing a patch
=============== ---------------
We ask that all code submissions be flake8_ clean. The We ask that all code submissions be flake8_ clean. The
easiest way to do that is to run tox_ before submitting code for 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. patchsets.
Installing without setup.py Installing without setup.py
=========================== ---------------------------
Then install the required python packages using pip_:: Then install the required python packages using pip_::