diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-11 17:06:25 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-11 17:06:25 -0400 |
| commit | 08a54d5d17a878241b6f7ac1e08f44aa55c782aa (patch) | |
| tree | f0735d4ae043336800914404607c5175f9b0c0c9 /doc/config.rst | |
| parent | f3810de6bff28fe6089d7ed27d14d2769f5e77d7 (diff) | |
| download | python-coveragepy-git-08a54d5d17a878241b6f7ac1e08f44aa55c782aa.tar.gz | |
Fix some sphinx mis-references
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst index 04daa01d..35584f01 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -17,7 +17,6 @@ Configuration reference .. :history: 20150124T173400, updated for 4.0a4 .. :history: 20150802T174600, updated for 4.0b1 -.. module:: coverage Coverage.py options can be specified in a configuration file. This makes it easier to re-run coverage.py with consistent settings, and also allows for @@ -162,7 +161,7 @@ in measurement or reporting. Ignored if ``source`` is set. See :ref:`source` for details. ``note`` (string): an arbitrary string that will be written to the data file. -You can use the :meth:`CoverageData.run_infos` method to retrieve this string +You can use the :meth:`.CoverageData.run_infos` method to retrieve this string from a data file. ``omit`` (multi-string): a list of file name patterns, the files to leave out |
