Skip to content

Commit 0fec64d

Browse files
authored
add links to more resources (#645)
1 parent c2649b4 commit 0fec64d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

docs/src/examples/example.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,8 @@ save_docs_plot("pidplotsgof2.svg"); # hide
222222
```
223223
![](../../plots/pidplotsnyquist2.svg)
224224
![](../../plots/pidplotsgof2.svg)
225+
226+
# Further examples
227+
See the [examples folder](https://github.com/JuliaControl/ControlSystems.jl/tree/master/example) as well as the notebooks in [ControlExamples.jl](https://github.com/JuliaControl/ControlExamples.jl).
228+
229+
See also [the paper introducing the toolbox](https://portal.research.lu.se/en/publications/controlsystemsjl-a-control-toolbox-in-julia) with [supplementary material](https://github.com/JuliaControl/CDC2021).

docs/src/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ Depth = 2
3232
Pages = ["lib/constructors.md", "lib/analysis.md", "lib/syntheis.md", "lib/timefreqresponse.md", "lib/plotting.md"]
3333
Depth = 1
3434
```
35+
36+
## Ecosystem
37+
The JuliaControl and surrounding ecosystem contains a few additional packages that may be of interest
38+
- [RobustAndOptimalControl.jl](https://github.com/JuliaControl/RobustAndOptimalControl.jl)
39+
- [SymbolicControlSystems.jl](https://github.com/JuliaControl/SymbolicControlSystems.jl)
40+
- [ControlSystemIdentification.jl](https://github.com/baggepinnen/ControlSystemIdentification.jl)

docs/src/lib/constructors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pages = ["constructors.md"]
33
```
44

5-
# Constructing transfer functions
5+
# Constructing systems
66

77
```@docs
88
append
@@ -16,4 +16,5 @@ sminreal
1616
ss
1717
tf
1818
zpk
19+
delay
1920
```

0 commit comments

Comments
 (0)