File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ const EXAMPLES = readdir(EXAMPLES_DIR)
99for example in EXAMPLES
1010 example_filepath = joinpath(EXAMPLES_DIR, example)
1111 Literate. markdown(example_filepath, OUTPUT_DIR)
12- # Literate.notebook(example_filepath, OUTPUT_DIR)
13- # Literate.script(example_filepath, OUTPUT_DIR)
12+ Literate. notebook(example_filepath, OUTPUT_DIR)
13+ Literate. script(example_filepath, OUTPUT_DIR)
1414end
1515
1616makedocs(
Original file line number Diff line number Diff line change 11# # Hybrid Controlled Invariant Set
22#
3- # md # [](@__BINDER_ROOT_URL__/generated/continuous_controlled .ipynb)
4- # md # [](@__NBVIEWER_ROOT_URL__/generated/continuous_controlled .ipynb)
3+ # md # [](@__BINDER_ROOT_URL__/generated/hybrid_controlled .ipynb)
4+ # md # [](@__NBVIEWER_ROOT_URL__/generated/hybrid_controlled .ipynb)
55#
66# ## Introduction
77#
You can’t perform that action at this time.
0 commit comments