Re: Documentation - which format

2008-02-27 Thread Wildemar Wildenburger
[EMAIL PROTECTED] wrote: > Definitely ReST. See http://rst2a.com/ > Hey, this is sweet! Thanks for that. /W -- http://mail.python.org/mailman/listinfo/python-list

Re: Documentation - which format

2008-02-27 Thread Christian Heimes
Ben Finney wrote: > Yes, TTBOMK. The site hasn't been updated for a while, but I follow > the mailing list and activity continues on the code itself. Python 2.6 and newer are using reST for documentation, see http://docs.python.org/dev/ Christian -- http://mail.python.org/mailman/listinfo/pyth

Re: Documentation - which format

2008-02-27 Thread grflanagan
On Feb 26, 11:47 pm, Jumping Arne <[EMAIL PROTECTED]> wrote: > I'm considering using plain text file for documenting certain things (nothing > to do with Python) and I'm looking at different "formatting systems" ... > preferable with a python implementation to render the text at least as HTML - > p

Re: Documentation - which format

2008-02-26 Thread Ben Finney
Jumping Arne <[EMAIL PROTECTED]> writes: > On Wed, 27 Feb 2008 05:51:11 +0100, Ben Finney wrote > (in article <[EMAIL PROTECTED]>): > > > Your needs are met amply with reStructuredText. It's still under > > active development > > is http://docutils.sourceforge.net/ still the official site (I > d

Re: Documentation - which format

2008-02-26 Thread Jumping Arne
On Wed, 27 Feb 2008 05:51:11 +0100, Ben Finney wrote (in article <[EMAIL PROTECTED]>): > Your needs are met amply with reStructuredText. It's still under > active development is http://docutils.sourceforge.net/ still the official site (I didn't find anything else) -- http://mail.python.org/mai

Re: Documentation - which format

2008-02-26 Thread Ben Finney
Jumping Arne <[EMAIL PROTECTED]> writes: > I'm considering using plain text file for documenting certain things > (nothing to do with Python) and I'm looking at different "formatting > systems" ... preferable with a python implementation to render the > text at least as HTML - preferable also othe

Documentation - which format

2008-02-26 Thread Jumping Arne
I'm considering using plain text file for documenting certain things (nothing to do with Python) and I'm looking at different "formatting systems" ... preferable with a python implementation to render the text at least as HTML - preferable also other formats like LaTeX. So far I've found +