Skip to content

Commit 36dcb23

Browse files
Update pages.jl
1 parent 6a46b30 commit 36dcb23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/pages.jl

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

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

4343
names = [
@@ -48,7 +48,6 @@ names = [
4848
"Inference and Parameter Estimation on ODEs",
4949
"Analyzing Jump Process Equations",
5050
"Advanced ODE Examples",
51-
"Uncertainty Quantification on ODEs",
5251
"Symbolic-Numeric Approaches",
5352
"Workshop Exercises"]
5453

0 commit comments

Comments
 (0)