Getting python docstings

grflanagan at gmail.com grflanagan at gmail.com
Wed Feb 27 11:08:20 EST 2008


On Feb 27, 3:42 pm, Rufman <stephaneru... at gmail.com> wrote:
> ok...i took a look at epydoc. I can produce html documentation, but
> when i try to generate a pdf, I get this error:
>
> Error: latex failed: File `fancyhdr.sty' not found.latex: Error
>        response from server: 404
>
> my system:
>  - MiKTeX2.7 installed
>  - windows xp
>  - ghostscript 8.60
>
> Thanks for the help
>
> Stephane


Don't know anything about EpyDoc (maybe try under cygwin?), but one
way to get a pdf from a reST document is to use `rst2latex.py` which
comes with docutils, then use MikTeX to generate a pdf from the LaTeX.

Gerard



More information about the Python-list mailing list