Skip to content

Commit 90a216a

Browse files
Merge pull request #1709 from SciML/ChrisRackauckas-patch-5
system-specific dispatches for the docs
2 parents 3eb74c1 + e1bf770 commit 90a216a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/systems/ODESystem.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jacobian_sparsity
4747
## Standard Problem Constructors
4848

4949
```@docs
50-
ODEFunction
51-
ODEProblem
52-
SteadyStateFunction
53-
SteadyStateProblem
50+
ODEFunction(sys::ODESystem, args...)
51+
ODEProblem(sys::ODESystem, args...)
52+
SteadyStateFunction(sys::ODESystem, args...)
53+
SteadyStateProblem(sys::ODESystem, args...)
5454
```
5555

5656
## Torn Problem Constructors
5757

5858
```@docs
59-
ODAEProblem
59+
ODAEProblem(sys::ODESystem, args...)
6060
```

0 commit comments

Comments
 (0)