Skip to content

Commit 4a1962c

Browse files
Merge pull request #3933 from hersle/nodraft
Remove draft mode from documentation
2 parents f41cdf5 + 8885826 commit 4a1962c

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
55
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
66
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
77
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
8+
ControlSystemsMTK = "687d7614-c7e5-45fc-bfc3-9ee385575c88"
89
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
910
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
1011
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -20,6 +21,8 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
2021
ModelingToolkitStandardLibrary = "16a59e39-deab-5bd0-87e4-056b12336739"
2122
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
2223
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
24+
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
25+
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
2326
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2427
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
2528
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"

docs/src/examples/remake.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```@meta
2-
Draft = true
3-
```
4-
51
# Optimizing through an ODE solve and re-creating MTK Problems
62

73
Solving an ODE as part of an `OptimizationProblem`'s loss function is a common scenario.

docs/src/tutorials/disturbance_modeling.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```@meta
2-
Draft = true
3-
```
4-
51
# Disturbance and input modeling modeling
62

73
Disturbances are often seen as external factors that influence a system. Modeling and simulation of such external influences is common in order to ensure that the plant and or control system can adequately handle or suppress these disturbances. Disturbance modeling is also integral to the problem of state estimation, indeed, modeling how disturbances affect the evolution of the state of the system is crucial in order to accurately estimate this state.

docs/src/tutorials/optimization.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```@meta
2-
Draft = true
3-
```
4-
51
# Modeling Optimization Problems
62

73
ModelingToolkit.jl is not only useful for generating initial value problems (`ODEProblem`).

0 commit comments

Comments
 (0)