root / dotorg / v4 / html / README.txt

Revision 10200, 417 bytes (checked in by dave, 8 months ago)

instructions for using rst2html.

Line 
1
2BEPs are written as reStructured Text (.rst) files.
3To create a .html from a .rst file, use python docutils.
4This directory contains a makefile that runs rst2html.
5
61. Download docutils from http://docutils.sourceforge.net/
72. The makefile assumes docutils is located at ~/docutils
8   If not then change the path in the makefile.
93. Add file(s) to be rendered into html to the "all:" in the makefile.
104. run make.
Note: See TracBrowser for help on using the browser.