diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 16:40:05 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-24 16:40:05 -0500 |
commit | 3ae4d48e9bb6cef7e389e5daba8d4ffc4b46102b (patch) | |
tree | 1bb9ee5595e28519c32f5a99a9ee6914232f120e /doc | |
parent | 91c565b7a24df88378a2e6e4eff7ec76f9df6108 (diff) | |
download | python-coveragepy-git-3ae4d48e9bb6cef7e389e5daba8d4ffc4b46102b.tar.gz |
Trying to get the doc format and references right.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugin.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/plugin.rst b/doc/plugin.rst index 9de4b518..ba053242 100644 --- a/doc/plugin.rst +++ b/doc/plugin.rst @@ -1,15 +1,13 @@ .. _plugin: -================ -Coverage Plugins -================ +======= +Plugins +======= .. :history: 20150124T143000, new page. -Plugins are cool. - -.. module:: coverage.plugin +.. automodule:: coverage.plugin .. autoclass:: CoveragePlugin :members: |