Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
74f5115
First commit
YouriRenoud Jun 10, 2025
7684f0f
add explanation draft=false by file
ocots Jun 10, 2025
ec5e282
add free times in menu
ocots Jun 10, 2025
ad3c164
test first commit
yeetsin12 Jun 10, 2025
914af70
tutoriel-free-times modifié
yeetsin12 Jun 10, 2025
0250161
First example + theorical part detailed
YouriRenoud Jun 11, 2025
68470e3
free initial time exemple sans vérification
yeetsin12 Jun 12, 2025
321edcf
tutorial-free-times.md exemple free initian time with verification
yeetsin12 Jun 12, 2025
c508174
Third example with free t0 and tf
YouriRenoud Jun 12, 2025
24105aa
result analysis + concrete example with minimal orbit time
YouriRenoud Jun 12, 2025
5aa5817
indirect resolution on first example
YouriRenoud Jun 16, 2025
1e25fb8
indirect method for first example + roll-up menu for verification + d…
yeetsin12 Jun 16, 2025
bd0ad1e
indirect method for orbital example
yeetsin12 Jun 20, 2025
5d00a47
indirect method for orbital time without visualisation
yeetsin12 Jun 23, 2025
05fa63a
Plots for indirect orbital times and modifications on previous code
yeetsin12 Jun 24, 2025
1f83452
split free times
ocots Jun 25, 2025
fb325ac
modified the structure of the different tutorials
yeetsin12 Jun 27, 2025
6ca5c76
finalized the tutorials, except the orbital example
yeetsin12 Jul 3, 2025
93170c2
final version of the free final orbital time tutorial
yeetsin12 Jul 9, 2025
07a5cc0
starting review initial time
ocots Jul 11, 2025
2f3dae9
draft is false for initial time
ocots Jul 11, 2025
8a36520
minor changes
ocots Jul 11, 2025
8a6a822
indirect method for tutorials
yeetsin12 Jul 17, 2025
3473b2d
fix merge with main
ocots Jul 27, 2025
66d11e2
del
ocots Jul 27, 2025
4b457b3
fix merge
ocots Jul 27, 2025
b686a1f
review math
ocots Jul 28, 2025
e37a793
free initial time ok
ocots Jul 28, 2025
7837ece
add t0 in flow
ocots Jul 28, 2025
d9d903d
fix merge
ocots Nov 7, 2025
cc2c4ae
view final/initial
ocots Nov 7, 2025
374976f
foo
ocots Nov 7, 2025
fd05e06
foo
ocots Nov 7, 2025
626b907
review finished
ocots Nov 8, 2025
dc10893
Merge pull request #35 from control-toolbox/19-dev-tutorial-on-free-t…
ocots Nov 8, 2025
ff2c811
foo
ocots Nov 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ cp("./docs/Project.toml", "./docs/src/assets/Project.toml"; force=true)
repo_url = "github.com/control-toolbox/Tutorials.jl"

makedocs(;
draft=false, # if draft is true, then the julia code from .md is not executed
draft=true, # if draft is true, then the julia code from .md is not executed
# to disable the draft mode in a specific markdown file, use the following:
# ```@meta
# Draft = false
# ```
warnonly=[:cross_references, :autodocs_block],
sitename="Tutorials",
format=Documenter.HTML(;
Expand All @@ -25,6 +29,7 @@ makedocs(;
"Tutorials and Advanced Features" => [
"Discrete continuation" => "tutorial-continuation.md",
"Discretisation methods" => "tutorial-discretisation.md",
"Free times" => "tutorial-free-times.md",
"NLP manipulations" => "tutorial-nlp.md",
"Indirect simple shooting" => "tutorial-iss.md",
"Goddard: direct, indirect" => "tutorial-goddard.md",
Expand Down
Loading
Loading