Forwarding a message from Josef:

Hi,
Google doesn't let me join the sympy group right now, so I post it here. You can
delete this comment.

I managed to get epydoc to produce the documentation for sympy
(versions 0.5.10 and
0.5.11)  with only warning messages.

It seems that epydoc does not handle the case when you override a
variable with a
property in a subclass.

In sympy.core.function.Function:

replace:
    nargs = None
by:
    @property
    def nargs(self):
        return None

then epydoc works.

I used epydoc-3.0beta1-py2.4 with command line arguments:
epydoc.py -v --show-imports --graph all -o test-epydoc-sympy
--parse-only sympy.core

Josef

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to