diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-06 17:06:59 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-06 17:06:59 -0500 |
commit | 62699a318754c6811622d31cfab195b4dbc3775e (patch) | |
tree | 43771e501b7e5d8c4d9147517c46234726e1fc54 /doc/api_plugin.rst | |
parent | 62a47468147c97379ea106b3f9c994445b4a08a4 (diff) | |
download | python-coveragepy-git-62699a318754c6811622d31cfab195b4dbc3775e.tar.gz |
A new kind of plug-in: configurers. #563
Diffstat (limited to 'doc/api_plugin.rst')
-rw-r--r-- | doc/api_plugin.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/api_plugin.rst b/doc/api_plugin.rst index 3ab9cb2a..80d08302 100644 --- a/doc/api_plugin.rst +++ b/doc/api_plugin.rst @@ -3,14 +3,17 @@ .. _api_plugin: -============== -Plugin classes -============== +=============== +Plug-in classes +=============== .. :history: 20150815T132400, new doc for 4.0b2 .. versionadded:: 4.0 +.. automodule:: coverage.plugin + + .. module:: coverage The CoveragePlugin class |