using pandoc instead of rst to document python

R. Michael Weylandt michael.weylandt at gmail.com
Wed Apr 24 13:21:54 EDT 2013


On Wed, Apr 24, 2013 at 12:14 AM, Peng Yu <pengyu.ut at gmail.com> wrote:
> I currently use sphinx to generate the doc (in rst). How to figure it
> to support pandoc's markdown?

If I understand the desired workflow, it's just 1) write in markdown;
2) then run pandoc to convert to rst; 3) then run Sphinx to render
html or whatever you want.

You could even script this in python ;-)

Michael



More information about the Python-list mailing list