Skip to content

Commit 20fd3b4

Browse files
committed
These header lines look better
1 parent a72ac66 commit 20fd3b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ the DJANGO_SETTINGS_MODULE environment variable.
3030

3131

3232
Configuration
33-
-------------
33+
~~~~~~~~~~~~~
3434

3535
The Django template plugin uses some existing settings from your .coveragerc
3636
file. The ``source=``, ``include=``, and ``omit=`` options control what
3737
template files are included in the report.
3838

3939

4040
Caveats
41-
-------
41+
~~~~~~~
4242

4343
Files included by the ``{% ssi %}`` tag are not included in the coverage
4444
measurements.
@@ -48,21 +48,21 @@ plural text, so both are marked as used if the tag is used.
4848

4949

5050
Changes
51-
-------
51+
~~~~~~~
5252

5353
v1.1, in progress
54-
~~~~~~~~~~~~~~~~~
54+
-----------------
5555

5656
Explicitly configure settings if need be to get things to work.
5757

5858
v1.0: 20 September 2015
59-
~~~~~~~~~~~~~~~~~~~~~~~
59+
-----------------------
6060

6161
First version :)
6262

6363

6464
What the? How?
65-
--------------
65+
~~~~~~~~~~~~~~
6666

6767
The technique used to measure the coverage is the same that Dmitry Trofimov
6868
used in `dtcov`_, but integrated into coverage.py as a plugin, and made more
@@ -76,7 +76,7 @@ in coverage.py, let's talk.
7676

7777

7878
Tests
79-
-----
79+
~~~~~
8080

8181
To run the tests::
8282

0 commit comments

Comments
 (0)