|
Revision 10200, 417 bytes
(checked in by dave, 4 months ago)
|
|
instructions for using rst2html.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | BEPs are written as reStructured Text (.rst) files. |
|---|
| 3 | To create a .html from a .rst file, use python docutils. |
|---|
| 4 | This directory contains a makefile that runs rst2html. |
|---|
| 5 | |
|---|
| 6 | 1. Download docutils from http://docutils.sourceforge.net/ |
|---|
| 7 | 2. The makefile assumes docutils is located at ~/docutils |
|---|
| 8 | If not then change the path in the makefile. |
|---|
| 9 | 3. Add file(s) to be rendered into html to the "all:" in the makefile. |
|---|
| 10 | 4. run make. |
|---|