Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f970d61c
Commit
f970d61c
authored
Dec 31, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add recipe for creating NEWS.html.
parent
521fc15e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
Misc/NEWS.help
Misc/NEWS.help
+11
-0
No files found.
Misc/NEWS.help
View file @
f970d61c
...
...
@@ -11,6 +11,17 @@ snapshot:
http://docutils.sf.net/docutils-snapshot.tgz
Unfortunately, docutils doesn't work with Python 2.3 yet; you need
Python 2.2.2 (or perhaps an older version).
To process NEWS into NEWS.html, first install docutils for Python 2.2,
and then run this command:
python2.2 .../docutils/tools/html.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.)
David Goodger made a change to the allowable structure of internal
references which greatly simplified initial conversion of the file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment