Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44274

Re: using pandoc instead of rst to document python

References <CABrM6w=dSJRQ=FtTEHwUfXYfTWwLDiPiJdr7sKoVk4a3McfsSg@mail.gmail.com> <CAAmySGPYcAWYJu=MqNxHUaDG7i_vEzydB-99n+AYWiiRnR+5eA@mail.gmail.com> <CABrM6wnyXh=KbJL259zDmPNg_Yz-uhJ5wpS7T6XXvYS1Ne0VRg@mail.gmail.com>
From "R. Michael Weylandt" <michael.weylandt@gmail.com>
Date 2013-04-24 18:21 +0100
Subject Re: using pandoc instead of rst to document python
Newsgroups comp.lang.python
Message-ID <mailman.1022.1366824143.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Apr 24, 2013 at 12:14 AM, Peng Yu <pengyu.ut@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: using pandoc instead of rst to document python "R. Michael Weylandt" <michael.weylandt@gmail.com> - 2013-04-24 18:21 +0100

csiph-web