Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 4, 2017
2 parents b37bf88 + a412c41 commit 923486d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ To load the package, use the command:
using DifferentialEquations
```

To understand the package in more detail, check out the following tutorials in the manual.
Example IJulia notebooks [can be found in DiffEqTutorials.jl](https://github.com/JuliaDiffEq/DiffEqTutorials.jl).
The command `Pkg.add("DifferentialEquations")` will add solvers and dependencies for all kind of Differential Equations (e.g. ODEs or SDEs etc., see the Supported Equations section below). If you are interested in only one type of equation solvers of `DifferentialEquations.jl` or simply want a more lightweight version, see the [Low Dependency Usage](http://docs.juliadiffeq.org/stable/features/low_dep.html) page.

To understand the package in more detail, check out the following tutorials in this manual.
Example IJulia notebooks [can also be found in DiffEqTutorials.jl](https://github.com/JuliaDiffEq/DiffEqTutorials.jl).
If you find any example where there seems to be an error, please open an issue.

For the most up to date information on using the package, please join [the Gitter channel](https://gitter.im/JuliaDiffEq/Lobby).
Expand Down

0 comments on commit 923486d

Please sign in to comment.