Re: What doc format do you like writing in?
James Britt <[email protected]> Wed, 27 Sep 2006 07:55:12 -0700
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Organization | ruby-doc.org |
| Message-ID | <[email protected]> |
John Gabriele wrote: > I'm curious what format folks here like writing their docs in (not > necessarily the ones that go in with source code), and why they do or > don't like certain formats. > I tend to use Textile in gvim, with a Ruby macro to process the current document and launch the results in a browser. Most of my docs are either plain text or HTML, so Textile manages to do pretty much all I need. James