SciML / DiffEqDocs.jl

Documentation for the DiffEq differential equations and scientific machine learning (SciML) ecosystem
https://docs.sciml.ai/DiffEqDocs/stable/
Other
278 stars 245 forks source link

Need to update main Docs #203

Closed vaishnavtv closed 5 years ago

vaishnavtv commented 5 years ago

Hello,

I have just begun using the DifferentialEquations ecosystem for my multibody dynamics problems. I found a mistake in the main docs describing the first ode example. I believe the correct syntax is f(u,p,t) as the definition f(t,u) throws an error. I found the corrected syntax here in a notebook managed by one of the contributors here. If you could update the main documentation to reflect the changes made, it'd be greatly appreciated.

ChrisRackauckas commented 5 years ago

You're looking at the v2.0.1 documentation. Notice that the page for the stable release is correct: http://docs.juliadiffeq.org/stable/tutorials/ode_example.html