mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Bug #1014775: update NEWS.help for changes in docutils.
This commit is contained in:
parent
343cb8a768
commit
5ae9743ea6
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ snapshot:
|
||||||
|
|
||||||
http://docutils.sf.net/docutils-snapshot.tgz
|
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
|
To process NEWS into NEWS.html, first install Docutils, and then run
|
||||||
this command:
|
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
|
Here ".../docutils" is the directory into which the above snapshot was
|
||||||
extracted. (I hope this recipe will change for the better.)
|
extracted. (I hope this recipe will change for the better.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue