Skip to content

Commit c7de62d

Browse files
committed
doc: adding link to block diagram in other pages
1 parent f1e3391 commit c7de62d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/src/public/predictive_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Functions: Predictive Controllers
1+
# [Functions: Predictive Controllers](@id func_predictive_control)
22

33
```@contents
44
Pages = ["predictive_control.md"]

docs/src/public/sim_model.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ method to manually modify them.
1515
The nomenclature in this page introduces the model manipulated input ``\mathbf{u}``,
1616
measured disturbances ``\mathbf{d}``, state ``\mathbf{x}`` and output ``\mathbf{y}``,
1717
four vectors of `nu`, `nd`, `nx` and `ny` elements, respectively. The ``\mathbf{s}``
18-
vector combines the elements of ``\mathbf{u}`` and ``\mathbf{d}``.
18+
vector combines the elements of ``\mathbf{u}`` and ``\mathbf{d}``. See the page
19+
[Function: Predictive Controllers](@ref func_predictive_control) for a block diagram
20+
overview.
1921

2022
## SimModel
2123

docs/src/public/state_estim.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ solving the MPC problem with [`moveinput!`](@ref), for when the estimations are
3131
The nomenclature in this page introduces the estimated state ``\mathbf{x̂}`` and output
3232
``\mathbf{ŷ}`` vectors of respectively `nx̂` and `ny` elements. Also, all the estimators
3333
support measured ``\mathbf{y^m}`` (`nym` elements) and unmeasured ``\mathbf{y^u}``
34-
(`nyu` elements) model output, where ``\mathbf{y}`` refers to all of them.
34+
(`nyu` elements) model output, where ``\mathbf{y}`` refers to all of them. See the page
35+
[Function: Predictive Controllers](@ref func_predictive_control) for a block diagram
36+
overview.
3537

3638
## StateEstimator
3739

0 commit comments

Comments
 (0)