[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
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
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
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
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
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
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
+