Fixed all H2 headings

Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
This commit is contained in:
Marc Poulin
2018-12-04 13:44:41 -07:00
parent 58fe178325
commit 35c13bc9ea
43 changed files with 532 additions and 203 deletions
+11 -3
View File
@@ -1,5 +1,8 @@
#################
Testing Your Code
=================
#################
.. image:: /_static/photos/34435687940_8f73fc1fa6_k_d.jpg
@@ -71,8 +74,11 @@ Some general rules of testing:
be to add a test to ensure that the new functionality is not already a
working path that has not been plugged into the interface.
**********
The Basics
::::::::::
**********
Unittest
@@ -136,8 +142,10 @@ When running this module from the command line as in ``python module.py``, the
doctests will run and complain if anything is not behaving as described in the
docstrings.
*****
Tools
:::::
*****
py.test