Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44274 > unrolled thread
| Started by | "R. Michael Weylandt" <michael.weylandt@gmail.com> |
|---|---|
| First post | 2013-04-24 18:21 +0100 |
| Last post | 2013-04-24 18:21 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: using pandoc instead of rst to document python "R. Michael Weylandt" <michael.weylandt@gmail.com> - 2013-04-24 18:21 +0100
| 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 |
| Message-ID | <mailman.1022.1366824143.3114.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web