From ac99d3f122f0a4133c609955f69a755fc8eaaae9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 2 Jun 2009 21:35:17 -0400 Subject: Track things to do. --- TODO.txt | 2 +- doc/index.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 26445d8d..781308e5 100644 --- a/TODO.txt +++ b/TODO.txt @@ -93,7 +93,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do + Footer in reports pointing to coverage home page. + Baseline grid for linenumber font. + Separate out css and HTML. - - Does it work right with utf-8 source files? + - Does it work right with utf-8 source files? http://www.python.org/dev/peps/pep-0263/ - Colored bars indicating coverage per file. diff --git a/doc/index.rst b/doc/index.rst index 99a628c4..2305eeca 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -16,6 +16,8 @@ Getting started with coverage.py is easy: #. Install coverage.py from the `coverage page on the cheeseshop `_. + TODO: easy_install coverage? + TODO: need python-dev #. Run coverage to execute your program and gather data: -- cgit v1.2.1