diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api_coverage.rst | 6 | ||||
| -rw-r--r-- | doc/api_coveragedata.rst | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/api_coverage.rst b/doc/api_coverage.rst index 153ca2c5..4aa71719 100644 --- a/doc/api_coverage.rst +++ b/doc/api_coverage.rst @@ -8,7 +8,9 @@ The Coverage class ------------------ -.. autoclass:: coverage.Coverage +.. automodule:: coverage + +.. autoclass:: Coverage :members: :exclude-members: use_cache, sys_info :special-members: __init__ @@ -20,4 +22,4 @@ Starting coverage.py automatically This function is used to start coverage measurement automatically when Python starts. See :ref:`subprocess` for details. -.. autofunction:: coverage.process_startup +.. autofunction:: process_startup diff --git a/doc/api_coveragedata.rst b/doc/api_coveragedata.rst index 9b88bb7c..7e7a9a5f 100644 --- a/doc/api_coveragedata.rst +++ b/doc/api_coveragedata.rst @@ -10,6 +10,8 @@ The CoverageData class .. versionadded:: 4.0 -.. autoclass:: coverage.CoverageData +.. automodule:: coverage + +.. autoclass:: CoverageData :members: :special-members: __init__ |
