Skip to content

Commit 6e6c280

Browse files
Update pages.jl
1 parent ca70306 commit 6e6c280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
# The result is in alphabetical order, change to the wanted order
4141

4242
permute!(pages,
43-
[1, 16, 13, 11, 22, 3, 4, 20, 30, 6, 8, 18, 15, 28, 7, 9, 17, 21, 31, 19, 29, 12, 10, 24, 23, 27, 5, 14, 25, 26, 2, 32]
43+
[1, 17, 14, 12, 23, 4, 5, 21, 31, 7, 3, 9, 19, 16, 29, 8, 10, 18, 22, 32, 20, 30, 13, 11, 25, 24, 28, 6, 15, 26, 27, 2, 33]
4444
)
4545

4646
names = [
@@ -54,6 +54,7 @@ names = [
5454
"Non-Stiff Ordinary Differential Equations (ODEs)",
5555
"Stiff Ordinary Differential Equations (ODEs)",
5656
"Biological Differential Equations",
57+
"Astrochemistry Differential Equations",
5758
"Differential-Algebraic Equations (DAEs)",
5859
"Boundary Value Problems (BVPs)",
5960
"ModelingToolkit Acausal Modeling / Symbolic-Numeric Benchmarks",

0 commit comments

Comments
 (0)