> epydoc supports reStructured text markups.
Oh, good. For a moment there, I thought I'd be stuck with a markup
language that was persnickety!
--
http://mail.python.org/mailman/listinfo/python-list
Phlip wrote:
On May 11, 3:54 am, Jean-Michel Pichavant
wrote:
I remember trying using Sphinx for auto documented APIs, but it was not
suitable at that time. You can include API docs generated from the code,
but you still need to write the docs around.
If I'm correct, Sphinx is one of the b
On May 11, 3:54 am, Jean-Michel Pichavant
wrote:
> I remember trying using Sphinx for auto documented APIs, but it was not
> suitable at that time. You can include API docs generated from the code,
> but you still need to write the docs around.
> If I'm correct, Sphinx is one of the best tool to
Phlip wrote:
On May 10, 1:51 pm, Phlip wrote:
On May 10, 1:39 pm, Chris Rebert wrote:
Sphinx is in vogue right now:http://sphinx.pocoo.org/
Okay, we have ten thousand classes to document. How to add them all to
index.rst?
I remember trying using Sphinx for auto documented
On May 10, 1:51 pm, Phlip wrote:
> On May 10, 1:39 pm, Chris Rebert wrote:
>
> > Sphinx is in vogue right now:http://sphinx.pocoo.org/
Okay, we have ten thousand classes to document. How to add them all to
index.rst?
--
http://mail.python.org/mailman/listinfo/python-list
Neil Benn wrote:
>1. I want to document the attributes (instance and also class) of a
> class and or module, I know the tags are there - where does they
> go (before/after theclass decleration, top of the module, if
> someone puts in the class doc but misses out the module stu
Neil Benn wrote:
> Hello,
>
> I can;t find a epyDoc specific mailing list, so I'll try here -
> if you know of a epyDoc mailing list then please let me know (google is
> not my friend, I can only find an announce, devel and commit list from
> 'epydoc mailing list').
>
epyDoc gives nic
Hello,
I can;t find a epyDoc specific mailing list, so I'll try here
- if you know of a epyDoc mailing list then please let me know (google
is not my friend, I can only find an announce, devel and commit list
from 'epydoc mailing list').
I'm working on marking up a class in epyDo