| | 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 |