Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44229
| References | <CABrM6w=dSJRQ=FtTEHwUfXYfTWwLDiPiJdr7sKoVk4a3McfsSg@mail.gmail.com> |
|---|---|
| From | "R. Michael Weylandt" <michael.weylandt@gmail.com> |
| Date | 2013-04-23 18:40 -0400 |
| Subject | Re: using pandoc instead of rst to document python |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1003.1366756858.3114.python-list@python.org> (permalink) |
On Tue, Apr 23, 2013 at 6:36 PM, Peng Yu <pengyu.ut@gmail.com> wrote: > Hi, > > I'm wondering if it possible to use pandoc instead of rst to document > python. Is there a documentation system support this format of python > document? Pandoc is a converter while rst is a format so they're not directly comparable; pandoc can convert _to_ and _from_ rst to a wide variety of other formats, but you still have to write documentation in one format or another. If you want to use an rst-centric documentation tool, you can write in, e.g., Markdown, convert to rst and then run your other tool on it. Michael
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: using pandoc instead of rst to document python "R. Michael Weylandt" <michael.weylandt@gmail.com> - 2013-04-23 18:40 -0400
csiph-web