I want to parse .rst files to .html files on the fly to display as a webpage. I'm using pyramid, and I haven't found any quick help on how to use docutils inside python code and make it write to a buffer.
Anyone have any links to a simple tutorial or any other suggestions on how to do that?