Merge "Fix docs headers"

This commit is contained in:
Jenkins 2016-12-01 05:17:40 +00:00 committed by Gerrit Code Review
commit bf84180411
1 changed files with 4 additions and 4 deletions

View File

@ -450,7 +450,7 @@ see this wiki page:
.. _virtualenvs: https://pypi.python.org/pypi/virtualenv .. _virtualenvs: https://pypi.python.org/pypi/virtualenv
PEP8 and Unit Tests PEP8 and Unit Tests
+++++++++++++++++++ ~~~~~~~~~~~~~~~~~~~
Running pep8 and unit tests is as easy as executing this in the root Running pep8 and unit tests is as easy as executing this in the root
directory of the Neutron source code:: directory of the Neutron source code::
@ -471,7 +471,7 @@ To run only the unit tests::
tox -e py27 tox -e py27
Functional Tests Functional Tests
++++++++++++++++ ~~~~~~~~~~~~~~~~
To run functional tests that do not require sudo privileges or To run functional tests that do not require sudo privileges or
specific-system dependencies:: specific-system dependencies::
@ -498,7 +498,7 @@ not necessary to provide this option if DevStack has already been used
to deploy Neutron to the target host. to deploy Neutron to the target host.
Fullstack Tests Fullstack Tests
+++++++++++++++ ~~~~~~~~~~~~~~~
To run all the full-stack tests, you may use: :: To run all the full-stack tests, you may use: ::
@ -519,7 +519,7 @@ Fullstack test suite assumes 240.0.0.0/4 (Class E) range in root namespace of
the test machine is available for its usage. the test machine is available for its usage.
API & Scenario Tests API & Scenario Tests
++++++++++++++++++++ ~~~~~~~~~~~~~~~~~~~~
To run the api or scenario tests, deploy Tempest and Neutron with DevStack and To run the api or scenario tests, deploy Tempest and Neutron with DevStack and
then run the following command, from the tempest directory: :: then run the following command, from the tempest directory: ::