Skip to content

Commit 50b060c

Browse files
remove tutorial footer
1 parent 5c869ef commit 50b060c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

docs/src/examples/conditional_dosing.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,3 @@ sol = solve(prob,Tsit5(),tstops=[4.0],callback=cb)
6969
using Plots; gr()
7070
plot(sol)
7171
```
72-
73-
```@example dosing, echo = false, skip="notebook"
74-
using SciMLTutorials
75-
SciMLTutorials.tutorial_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
76-
```

docs/src/examples/kepler_problem.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,3 @@ analysis_plot2(sol7, H, L)
147147
```
148148

149149
Again, we see what we expect.
150-
151-
```@example kepler, echo = false, skip="notebook"
152-
using SciMLTutorials
153-
SciMLTutorials.tutorial_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
154-
```

0 commit comments

Comments
 (0)