Conversation
- tutorial.jl: guided tour (double integrator + Goddard, direct & indirect) - Literate generation in make.jl (markdown + notebook + script) - Binder config (Project.toml, postBuild, apt.txt) - Draft mode enabled globally, tutorial overrides with @meta Draft=false - Binder badge points to paderborn branch
…etisation, indirect 3 steps, overlay plot
…arison, LQR remark, Euler scheme, Goddard max objective, continuation @extref links
… data line, update generated md
…t sizes, bang-bang output, GPU display, indirect math layout
…egrator problem description
…ve BenchmarkTools timing, improve bang-bang plot
ocots
marked this pull request as ready for review
July 9, 2026 11:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/src-literate/tutorial.jl) covering:@defmacro and macro-free API, direct method (double integrator + Goddard), initial guess, grid continuation, solver switching (Ipopt/MadNLP), GPU token error, indirect method (Pontryagin shooting)docs/make.jlto generatetutorial.md,tutorial.ipynb, andtutorial.jlfrom a single sourcebinder/Project.toml,postBuild,apt.txt) for executable notebook@meta Draft = falseoverride for the tutorial onlypaderbornbranch (to be updated tomainafter merge)Files
docs/src-literate/tutorial.jl— Literate sourcedocs/src-literate/tutorial_pre.jl— LOAD_PATH setupdocs/make.jl— Literate generation block + draft mode + tutorial in pagesbinder/— Binder configurationdocs/src/notebooks/tutorial.ipynb— Generated notebook (committed for Binder)docs/src/tutorial.md— Generated markdowndocs/src/scripts/tutorial.jl— Generated script