diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-07-06 22:23:35 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-07-06 22:23:35 -0400 |
commit | 4670159e2e6c764d70ff8c384edf2a60be5035fa (patch) | |
tree | 0992bc71886ca79e7c67796a94b0d3cbed7853c7 | |
parent | b191165de229c4dbba6bf4e8ea06b235a5760944 (diff) | |
download | python-coveragepy-4670159e2e6c764d70ff8c384edf2a60be5035fa.tar.gz |
Beef up the instructions for making the sample_html in docs, and make the latest sample_html
-rw-r--r-- | TODO.txt | 7 | ||||
-rw-r--r-- | doc/sample_html/index.html | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -179,7 +179,12 @@ x Tests about the "import __main__" in cmdline.py - Version number in coverage/__init__.py:__version__
- Update CHANGES, including release date.
- Update docs
- - Generate new sample_html to get the latest, incl footer version number.
+ - Generate new sample_html to get the latest, incl footer version number:
+ cd C:\ned\cog\trunk
+ rmdir/s/q htmlcov
+ coverage -e -x cogapp\test_cogapp.py CogTestsInMemory
+ coverage -b -i -d htmlcov
+ copy htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
- Kits:
- source .tgz and windows .exe for each Python
- $ allkits.cmd
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html index 41097e9..478229a 100644 --- a/doc/sample_html/index.html +++ b/doc/sample_html/index.html @@ -69,7 +69,7 @@ <div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage v3.0</a>
+ <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage v3.0.1</a>
</p>
</div>
</div>
|