Skip to content

Commit ef366c9

Browse files
committed
Fix formatting issues in documentation
1 parent 509fafc commit ef366c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The JuliaControl and surrounding ecosystem contains a few additional packages th
6666
- [ControlSystemIdentification.jl](https://github.com/baggepinnen/ControlSystemIdentification.jl) is a system-identification toolbox for identification of LTI systems using either time or frequency-domain data. This package can use data to estimate statespace models, transfer-function models and Kalman filters that can be used for control design.
6767
- [ControlSystemsMTK.jl](https://juliacontrol.github.io/ControlSystemsMTK.jl/dev/) is an interface between ControlSystems.jl and [ModelingToolkit.jl](https://mtk.sciml.ai/stable/).
6868
- [DiscretePIDs.jl](https://github.com/JuliaControl/DiscretePIDs.jl) contains a reference implementation in Julia of a discrete-time PID controller including set-point weighting, integrator anti-windup, derivative filtering and bumpless transfer.
69-
- [IterativeLearningControl2.jl]([IterativeLearningControl2.jl](https://baggepinnen.github.io/IterativeLearningControl2.jl/dev/)) Implementations of several different ILC algorithms with a unified interface.
69+
- [IterativeLearningControl2.jl](https://baggepinnen.github.io/IterativeLearningControl2.jl/dev/) Implementations of several different ILC algorithms with a unified interface.
7070

7171
See also [the paper](https://portal.research.lu.se/en/publications/controlsystemsjl-a-control-toolbox-in-julia) describing the toolbox
7272

docs/src/man/numerical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ For discrete-time systems, the function [`lsim!`](@ref) accepts a pre-allocated
139139
If you are only interested in the simulated outputs, not the state trajectories, you may consider applying balancing to the statespace model using [`balance_statespace`](@ref) before simulating, see the section on [State-space balancing](@ref) above. If the state trajectories are of interest, balancing can still be performed before simulation, and the inverse transformation applied to the state trajectories after simulation.
140140

141141
## Static arrays in StateSpace systems
142-
The special statespace system type [HeteroStateSapce](@ref) can be used to store statespace models with static arrays rather than the default matrix type `Matrix`. See [State-Space Systems](@ref) for more details.
142+
The special statespace system type [HeteroStateSpace](@ref) can be used to store statespace models with static arrays rather than the default matrix type `Matrix`. See [State-Space Systems](@ref) for more details.

0 commit comments

Comments
 (0)