Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 1 addition & 5 deletions docs/pages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ end
# The result is in alphabetical order, change to the wanted order

permute!(pages,
[1, 4, 6, 2, 3, 5]
[1, 2]
)

names = [
"SciMLTutorials.jl: Tutorials for Scientific Machine Learning (SciML) and Equation Solvers",
"Ordinary Differential Equation (ODE) Examples",
"Special Analyses of ODEs",
"Advanced ODE Examples",
"Symbolic-Numeric Approaches",
"Workshop Exercises"]

for i in 1:length(pages)
Expand Down
661 changes: 0 additions & 661 deletions tutorials/advanced/01-beeler_reuter.jmd

This file was deleted.

204 changes: 0 additions & 204 deletions tutorials/advanced/02-diffusion_implicit_heat_equation.jmd

This file was deleted.

Loading