Skip to content

Commit da2b9af

Browse files
committed
Readd notebooks to docs
1 parent 49aaa12 commit da2b9af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const EXAMPLES = readdir(EXAMPLES_DIR)
99
for 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)
1414
end
1515

1616
makedocs(

docs/src/examples/hybrid_controlled.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# # Hybrid Controlled Invariant Set
22
#
3-
#md # [![Binder](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/generated/continuous_controlled.ipynb)
4-
#md # [![nbviewer](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/generated/continuous_controlled.ipynb)
3+
#md # [![Binder](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/generated/hybrid_controlled.ipynb)
4+
#md # [![nbviewer](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/generated/hybrid_controlled.ipynb)
55
#
66
# ## Introduction
77
#

0 commit comments

Comments
 (0)