Skip to content

Commit 50960cd

Browse files
committed
doc: debug internal doc
1 parent b91368e commit 50960cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ links = InterLinks(
1717
DocMeta.setdocmeta!(
1818
ModelPredictiveControl,
1919
:DocTestSetup,
20-
:(using ModelPredictiveControl, ControlSystemsBase, JuMP);
20+
:(using ModelPredictiveControl, ControlSystemsBase);
2121
recursive=true
2222
)
2323
makedocs(

docs/src/internals/predictive_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ModelPredictiveControl.init_quadprog
2424
ModelPredictiveControl.init_stochpred
2525
ModelPredictiveControl.init_matconstraint_mpc
2626
ModelPredictiveControl.init_nonlincon!
27-
ModelPredictiveControl.get_optim_functions(::NonLinMPC, ::JuMP.GenericModel)
27+
ModelPredictiveControl.get_optim_functions(::NonLinMPC, ::ModelPredictiveControl.GenericModel)
2828
```
2929

3030
## Update Quadratic Optimization

docs/src/internals/state_estim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ModelPredictiveControl.relaxX̂
2525
ModelPredictiveControl.relaxŴ
2626
ModelPredictiveControl.relaxV̂
2727
ModelPredictiveControl.init_matconstraint_mhe
28-
ModelPredictiveControl.get_optim_functions(::MovingHorizonEstimator, ::JuMP.GenericModel)
28+
ModelPredictiveControl.get_optim_functions(::MovingHorizonEstimator, ::ModelPredictiveControl.GenericModel)
2929
```
3030

3131
## Update Quadratic Optimization

0 commit comments

Comments
 (0)