diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-10-14 21:15:40 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-10-14 21:15:40 -0400 |
commit | d621e6ba2367ffb5c94b27198de71a0c3d956e9b (patch) | |
tree | aa0b04cb1874944a76e57b5211fe2623d949008f | |
parent | ae9f040dc4189d73fdd708aa4ba61bf50d7b2a25 (diff) | |
download | python-coveragepy-git-d621e6ba2367ffb5c94b27198de71a0c3d956e9b.tar.gz |
Michał suggested this would make the information easier to find.
-rw-r--r-- | CONTRIBUTORS.txt | 1 | ||||
-rw-r--r-- | doc/config.rst | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 2e0bcbba..4c07024c 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -79,6 +79,7 @@ Martin Fuzzey Matthew Boehm Matthew Desmarais Max Linke +Michał Bultrowicz Mickie Betz Nathan Land Noel O'Boyle diff --git a/doc/config.rst b/doc/config.rst index b8117a43..625a544c 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -3,9 +3,9 @@ .. _config: -=================== -Configuration files -=================== +======================= +Configuration reference +======================= .. :history: 20100223T201600, new for 3.3 .. :history: 20100725T211700, updated for 3.4. |