Changes between Version 3 and Version 4 of OdeintRedesign

Show
Ignore:
Timestamp:
04/12/09 23:51:05 (4 years ago)
Author:
josefpktd
Comment:

add comments on docs

Legend:

Unmodified
Added
Removed
Modified
  • OdeintRedesign

    v3 v4  
    4141 
    4242  - Are the named classes ``Vode`` etc. discoverable? (Having names of different solvers in class names is obscure.) 
     43    The currently published docs don't show the integrators, e.g.  
     44    http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.ode.html but >>> help(scipy.integrate.ode) does.  
     45    If ``Vode`` etc. are properly indexed then the sphinx documentation should make them discoverable (with search). And if  
     46    ode class doesn't shadow the ode module then module docs can be incorporated in the documentation 
     47  - Is complex_ode separate from ode/odeint or should it have the same changes to the API or merged?  
     48    help(scipy.integrate.complex_ode) doesn't show which integrators are available