Skip to content

Commit de37a5c

Browse files
committed
one line imports
1 parent ba5b4f3 commit de37a5c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/symbolic_indexing.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ provides numerous methods to access and change variables and parameters.
66
## Provide Symbol Names
77
When constructing component models, you can pass symbolic names using the `sym` and `psym` keywords.
88
```@example si
9-
using NetworkDynamics
10-
using Graphs
11-
using OrdinaryDiffEqTsit5
12-
using Plots
9+
using NetworkDynamics, Graphs, OrdinaryDiffEqTsit5, Plots
1310
function _edgef!(e, v_s, v_d, (K,), t)
1411
e .= K * (v_s[1] .- v_d[1])
1512
end

0 commit comments

Comments
 (0)