On Tue, 13 May 2008 08:28:00 -0700, Paul Miller wrote: > Alternatively, does anyone know of any literate programming tools which > support Python well?
There's PyLit_. It uses reStructuredText_ and can translate between a reStructuredText with code blocks and source code with the text as comments in both directions. .. _PyLit: http://pylit.berlios.de/ .. _reStructuredText: http://docutils.sourceforge.net/ Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list