Skip to content

Commit 920cedf

Browse files
committed
manual url correction readme
1 parent 8748808 commit 920cedf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ plot(res, plotry=true, plotŷmax=true)
6565

6666
![StepChangeResponse](/docs/src/assets/readme_result.svg)
6767

68-
See the [manual](https://franckgaga.github.io/ModelPredictiveControl.jl/stable/manual/) for
69-
more detailed examples.
68+
See the [manual](https://franckgaga.github.io/ModelPredictiveControl.jl/stable/manual/linmpc/)
69+
for more detailed examples.
7070

7171
## Features
7272

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ makedocs(
2424
"Home" => "index.md",
2525
"Manual" => [
2626
"Examples" => [
27-
"Linear Designs" => "manual/linmpc.md",
28-
"Nonlinear Designs" => "manual/nonlinmpc.md",
27+
"Linear Design" => "manual/linmpc.md",
28+
"Nonlinear Design" => "manual/nonlinmpc.md",
2929
],
3030
],
3131
"Functions" => [

docs/src/manual/linmpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Manual](@id my_manual)
1+
# [Manual : Linear Design](@id my_manual)
22

33
## Linear Model
44

docs/src/manual/nonlinmpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Manual
1+
# Manual : Nonlinear Design
22

33
## Nonlinear Model
44

example/juMPC.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ function test_mpc(model, mpc)
153153
end
154154

155155
using PlotThemes, Plots
156-
theme(:default)
157-
#theme(:dark)
156+
#theme(:default)
157+
theme(:dark)
158158
default(fontfamily="Computer Modern"); scalefontsizes(1.1)
159159

160160
test_mpc(linModel4 , mpc)

0 commit comments

Comments
 (0)