diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-17 18:02:30 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-17 18:02:30 -0400 |
commit | 1e951c5040ebc8693e7a74b5681347985c341ba3 (patch) | |
tree | 937ac0b1f63d43870ed16528485e571a61d665c6 | |
parent | a4b9f470c13e6c6e23114daf54dbfb7a73ce4c9a (diff) | |
download | python-coveragepy-git-1e951c5040ebc8693e7a74b5681347985c341ba3.tar.gz |
Doc tweaks
-rw-r--r-- | TODO.txt | 6 | ||||
-rw-r--r-- | doc/faq.rst | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -12,10 +12,10 @@ Coverage TODO + Fix formatting of class and method names (no mono, bold)
+ Add next/prev links to bottom of pages on docs.
+ Finish writing (comments in index.rst)
-- Fix references to code/modules/coverage
- - On site
++ Fix references to code/modules/coverage
+ + On site
+ In code
- - redirect the url to new place.
+ + redirect the url to new place.
* 3.1
diff --git a/doc/faq.rst b/doc/faq.rst index 2a2d6054..d1b41609 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -1,7 +1,7 @@ .. _faq: ================== -FAQ and Other Help +FAQ and other help ================== :history: 20090613T141800, brand new docs. |