Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 034e79a

Browse files
Remove a bunch more tutorials
1 parent 2d47887 commit 034e79a

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

docs/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
4-
[compat]
5-
Documenter = "0.27"

docs/pages.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,11 @@ end
3737
# The result is in alphabetical order, change to the wanted order
3838

3939
permute!(pages,
40-
[1, 7, 9, 6, 5, 3, 2, 8, 4]
40+
[1, 2]
4141
)
4242

4343
names = [
4444
"SciMLTutorials.jl: Tutorials for Scientific Machine Learning (SciML) and Equation Solvers",
45-
"Ordinary Differential Equation (ODE) Examples",
46-
"Special Analyses of ODEs",
47-
"Mixing Julia Types with Differential Equations",
48-
"Inference and Parameter Estimation on ODEs",
49-
"Analyzing Jump Process Equations",
50-
"Advanced ODE Examples",
51-
"Symbolic-Numeric Approaches",
5245
"Workshop Exercises"]
5346

5447
for i in 1:length(pages)

0 commit comments

Comments
 (0)