"Rhodri James" wrote:
> On Fri, 20 Mar 2009 11:58:18 -, wrote:
>
> > I am considering teaching a beginning programming course using Python.
> > I would like to prepare my class handouts in such a way that I can
> > import the Python code from real ".py" files directly into the
> > documents.
On Fri, 20 Mar 2009 11:58:18 -, wrote:
I am considering teaching a beginning programming course using Python.
I would like to prepare my class handouts in such a way that I can
import the Python code from real ".py" files directly into the
documents. This way I can run real unit tests on th
Very nice. I printed out the PDF manual for sphinx. I'll take a look
at it.
--
http://mail.python.org/mailman/listinfo/python-list
On Mar 20, 8:58 am, grkunt...@gmail.com wrote:
> I am considering teaching a beginning programming course using Python.
> I would like to prepare my class handouts in such a way that I can
> import the Python code from real ".py" files directly into the
> documents. This way I can run real unit tes
Michele Simionato wrote:
The interesting thing is that Sphinx uses pygments
and can highlight any code fragment, not only Python
code. For instance, last week I did some experiment
with Sphinx to convert my "Adventures of a Pythonista
in Schemeland" (which contains Scheme code) to PDF
and it wor
On Mar 20, 3:05 pm, Tim Golden wrote:
> Michele Simionato wrote:
>
> >http://www.phyast.pitt.edu/~micheles/scheme/TheAdventuresofaPythonist...
>
> > (I think the OP may be interested in how the PDF output of
> > Sphinx-generated documents may look like).
>
> That looks really snappy. Do you have t
Michele Simionato wrote:
The interesting thing is that Sphinx uses pygments
and can highlight any code fragment, not only Python
code. For instance, last week I did some experiment
with Sphinx to convert my "Adventures of a Pythonista
in Schemeland" (which contains Scheme code) to PDF
and it work
On Mar 20, 1:44 pm, Tim Golden wrote:
> Michele Simionato wrote:
> > One word: Sphinx.
>
> And the second word(s):
>
> .. literalinclude:: example.py
>
> TJG
The interesting thing is that Sphinx uses pygments
and can highlight any code fragment, not only Python
code. For instance, last week I di
Michele Simionato wrote:
On Mar 20, 12:58 pm, grkunt...@gmail.com wrote:
I am considering teaching a beginning programming course using Python.
I would like to prepare my class handouts in such a way that I can
import the Python code from real ".py" files directly into the
documents. This way I
On Mar 20, 12:58 pm, grkunt...@gmail.com wrote:
> I am considering teaching a beginning programming course using Python.
> I would like to prepare my class handouts in such a way that I can
> import the Python code from real ".py" files directly into the
> documents. This way I can run real unit te
10 matches
Mail list logo