Skip to content

Commit c352c09

Browse files
refactor: format
1 parent 698ccc4 commit c352c09

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/src/systems/DiscreteSystem.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
DiscreteSystem
77
```
88

9-
## Composition and Accessor Functions
10-
11-
- `get_eqs(sys)` or `equations(sys)`: The equations that define the discrete system.
12-
- `get_unknowns(sys)` or `unknowns(sys)`: The set of unknowns in the discrete system.
13-
- `get_ps(sys)` or `parameters(sys)`: The parameters of the discrete system.
14-
- `get_iv(sys)`: The independent variable of the discrete system
15-
- `discrete_events(sys)`: The set of discrete events in the discrete system.
16-
9+
## Composition and Accessor Functions
10+
11+
- `get_eqs(sys)` or `equations(sys)`: The equations that define the discrete system.
12+
- `get_unknowns(sys)` or `unknowns(sys)`: The set of unknowns in the discrete system.
13+
- `get_ps(sys)` or `parameters(sys)`: The parameters of the discrete system.
14+
- `get_iv(sys)`: The independent variable of the discrete system
15+
- `discrete_events(sys)`: The set of discrete events in the discrete system.
16+
1717
## Transformations
1818

1919
```@docs; canonical=false
2020
structural_simplify
2121
```
22-
22+
2323
## Problem Constructors
2424

2525
```@docs; canonical=false

0 commit comments

Comments
 (0)