diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 14:33:25 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 14:33:25 (GMT) |
commit | 5ae9743ea63a13006d98020f3410ec73bea8c31a (patch) | |
tree | 6efe604f85824b62900e06afa3bacc25204b0ea4 /Misc/NEWS.help | |
parent | 343cb8a768c4e223f7eb19d0b858e5c8af8030c2 (diff) | |
download | cpython-5ae9743ea63a13006d98020f3410ec73bea8c31a.zip cpython-5ae9743ea63a13006d98020f3410ec73bea8c31a.tar.gz cpython-5ae9743ea63a13006d98020f3410ec73bea8c31a.tar.bz2 |
Bug #1014775: update NEWS.help for changes in docutils.
Diffstat (limited to 'Misc/NEWS.help')
-rw-r--r-- | Misc/NEWS.help | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.help b/Misc/NEWS.help index 99a650a..856785f 100644 --- a/Misc/NEWS.help +++ b/Misc/NEWS.help @@ -11,12 +11,12 @@ snapshot: http://docutils.sf.net/docutils-snapshot.tgz -Docutils works with Python 2.1 or newer (including 2.3). +Docutils works with Python 2.2 or newer. To process NEWS into NEWS.html, first install Docutils, and then run this command: - python .../docutils/tools/html.py NEWS >NEWS.html + python .../docutils/tools/rst2html.py NEWS NEWS.html Here ".../docutils" is the directory into which the above snapshot was extracted. (I hope this recipe will change for the better.) |