POD vs. reST for standalone writing?
David Goodger
goodger at python.org
Fri May 2 20:51:44 EDT 2003
Bengt Richter wrote:
> Is there a command line reST viewing utility that converts to a temp HTML
> file and starts a browser to show it? (or just the file -> file conversion,
> the rest would be trivial to add).
A reStructuredText to HTML front-end tool is included in the Docutils
package, tools/html.py. Usage:
html.py input.txt output.html
Use --help to see all the options. Docs are at
<http://docutils.sf.net/docs/tools.html>.
--
David Goodger http://starship.python.net/~goodger
Programmer/sysadmin for hire: http://starship.python.net/~goodger/cv
More information about the Python-list
mailing list