diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-12 17:53:46 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-12 17:53:46 +0000 |
commit | 00c468b0c502d6bc11e7159c26ddc1a5c3536c1a (patch) | |
tree | 16302f8bc1b2c365e93977f8db243f22716376dd | |
parent | 78b8c3d0d6fe1096bee7d49bb4e78eb19591fabe (diff) | |
download | cpython-git-00c468b0c502d6bc11e7159c26ddc1a5c3536c1a.tar.gz |
Added more informaton about the mkhowto.sh script.
-rw-r--r-- | Doc/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/README b/Doc/README index 7a992b3129..939d6614a0 100644 --- a/Doc/README +++ b/Doc/README @@ -165,9 +165,10 @@ the new series of Python HOWTO documents which is being coordinated by Andrew Kuchling <amk@acm.org>. The file templates/howto.tex is a commented example which may be used a template. A script to "do the right thing" to format a howto document is included as -tools/mkhowto.sh. Support for this document class is still new, but -is expected to evolve rapidly. Use "mkhowto.sh --help" for -information on using the formatting tool. +tools/mkhowto.sh. These documents can be formatted as HTML, PDF, +PostScript, or ASCII files. Support for this document class is +still new, but is expected to evolve rapidly. Use "mkhowto.sh --help" +for information on using the formatting tool. For authors of module documentation, there is a file templates/module.tex which may be used as a template for a module |