We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eac38 commit 98fdf8bCopy full SHA for 98fdf8b
docs/Project.toml
@@ -11,6 +11,7 @@ OptimalControl = "5f98b655-cc9a-415a-b60e-744165666948"
11
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
12
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
13
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
14
+Tutorials = "cb10daa6-a5e5-4c25-a171-ae181b8ea3c9"
15
16
[compat]
17
DifferentiationInterface = "0.6"
docs/make.jl
@@ -5,7 +5,7 @@ repo_url = "github.com/control-toolbox/Tutorials.jl"
5
6
makedocs(;
7
warnonly=[:cross_references, :autodocs_block],
8
- sitename="Tutorials.jl",
+ sitename="Tutorials",
9
format=Documenter.HTML(;
10
repolink="https://" * repo_url,
prettyurls=true,
0 commit comments