diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 16:03:34 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 16:03:34 -0400 |
| commit | dc7fb7d0695d8d9de763db264bad317682040167 (patch) | |
| tree | 1c07957a3f66a18f12f7c15e27b9cd10d4d33b81 /howto.txt | |
| parent | 48f592beb3f85fbe4319b2206f941c6b9a6d0e08 (diff) | |
| download | python-coveragepy-git-dc7fb7d0695d8d9de763db264bad317682040167.tar.gz | |
Make it possible to have beta docs in a different place than the real docs
Diffstat (limited to 'howto.txt')
| -rw-r--r-- | howto.txt | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -13,15 +13,19 @@ - Version, date, and changes in doc/changes.rst - Version and date in doc/index.rst - Version and copyright date in doc/conf.py - - Version --version output in doc/install.py - - Generate new sample_html to get the latest, incl footer version number: - cd C:\ned\cog\trunk - rmdir/s/q htmlcov - coverage run --branch cogapp\test_cogapp.py CogTestsInMemory - coverage html -i - copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html - - Build and publish docs: - $ make px publish + - Version --version output in doc/install.rst + - IF BETA: + - Build and publish docs: + $ make publishbeta + - ELSE: + - Generate new sample_html to get the latest, incl footer version number: + cd C:\ned\cog\trunk + rmdir/s/q htmlcov + coverage run --branch cogapp\test_cogapp.py CogTestsInMemory + coverage html -i + copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html + - Build and publish docs: + $ make px publish - Kits: - source .tgz and windows .exe for each Python - $ allkits.cmd |
