Does anyone have a good rtf library for python, have exprience with
pyRTF or a link to a good tutorial?
thx Stephane
--
http://mail.python.org/mailman/listinfo/python-list
Does anyone know how to get docstrings (reStructuredText) out of
python source code using docutils?
Thanks for the help.
Stephane
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 22, 10:36 am, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> Rufman wrote:
> > Does anyone know how to get docstrings (reStructuredText) out of
> > python source code using docutils?
>
> Depends on what you mean with "get ... out of". There are tools li
> You know that `epydoc` supports reStructuredText as markup language!?
> *what* exactly *do* you want?
Yes, I do... i was wondering if docutils (http://
docutils.sourceforge.net/) could do that as well (get my
reStructuredText documentation)
Stephane
--
http://mail.python.org/mailman/listin
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