summaryrefslogtreecommitdiff
path: root/doc/dbschema.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-11 17:06:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-11 17:06:25 -0400
commit08a54d5d17a878241b6f7ac1e08f44aa55c782aa (patch)
treef0735d4ae043336800914404607c5175f9b0c0c9 /doc/dbschema.rst
parentf3810de6bff28fe6089d7ed27d14d2769f5e77d7 (diff)
downloadpython-coveragepy-git-08a54d5d17a878241b6f7ac1e08f44aa55c782aa.tar.gz
Fix some sphinx mis-references
Diffstat (limited to 'doc/dbschema.rst')
-rw-r--r--doc/dbschema.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/dbschema.rst b/doc/dbschema.rst
index aa838fdf..c57de92e 100644
--- a/doc/dbschema.rst
+++ b/doc/dbschema.rst
@@ -9,17 +9,15 @@ Coverage.py database schema
.. versionadded:: 5.0
-.. module:: coverage
-
Coverage.py stores data in a SQLite database, by default called ``.coverage``.
-For most needs, the :class:`CoverageData` API will be sufficient, and should be
-preferred to accessing the database directly. Only advanced uses will need to
-use the database.
+For most needs, the :class:`.CoverageData` API will be sufficient, and should
+be preferred to accessing the database directly. Only advanced uses will need
+to use the database.
You can use SQLite tools such as the :mod:`sqlite3 <python:sqlite3>` module in
the Python standard library to access the data. Some data is stored in a
packed format that will need custom functions to access. See
-:func:`register_sqlite_functions`.
+:func:`.register_sqlite_functions`.
Database schema