Re: Getting python docstings

2008-02-27 Thread grflanagan
On Feb 27, 3:42 pm, Rufman <[EMAIL PROTECTED]> 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: > - Mi

Re: Getting python docstings

2008-02-27 Thread Rufman
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

Re: Getting python docstings

2008-02-26 Thread Rufman
> 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

Re: Getting python docstings

2008-02-22 Thread Marc 'BlackJack' Rintsch
On Fri, 22 Feb 2008 03:53:27 -0800, Rufman wrote: > 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". The

Re: Getting python docstings

2008-02-22 Thread Rufman
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 like epydoc > that generate source code docum

Re: Getting python docstings

2008-02-22 Thread Stefan Behnel
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 like epydoc that generate source code documentation, maybe that's what you mean? Stefan -- http://mail.python.org/

Getting python docstings

2008-02-22 Thread Rufman
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