[SciPy-User] scipy.integrate.ode method docs not findable in reference manual

josef.pktd at gmail.com josef.pktd at gmail.com
Thu Apr 29 12:57:39 EDT 2010


On Wed, Apr 28, 2010 at 6:33 PM, Anne Archibald
<peridot.faceted at gmail.com> wrote:
> Hi,
>
> I was recently trying to look up some information on the
> scipy.integrate.ode objects, and I found that the reference manual
> lists the methods but does not link to their docstrings (which are
> unhelpful but that's beside the point). In the doc editor I was able
> to follow the links, so I suspect that the problem is in the doc
> generator rather than the docstrings themselves. Has anyone else
> encountered similar problems?

I haven't looked at it in a year, but last year I was complaining that
the class shadows the module, so access to the underlying module is
not possible.

integrate __init__.py:
from ode import *

>From a quick look it seems that this has not changed.

Josef

>
> Thanks,
> Anne
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list