From 5d725e5e3280387feb24ea6112eea339ed8d3571 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 14 Oct 2015 06:14:40 -0400 Subject: Make doc checking better, and fix two doc errors. --- doc/config.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/config.rst b/doc/config.rst index 1b451b30..4ac63d4c 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -17,6 +17,7 @@ Configuration files .. :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 -- cgit v1.2.1