Skip to content

Commit 3290179

Browse files
Merge pull request #1382 from AayushSabharwal/as/new-section
docs: add `benchmarks/Symbolics` to doc pages
2 parents b8be608 + 064c5ce commit 3290179

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/pages.jl

Lines changed: 3 additions & 2 deletions
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, 18, 15, 13, 24, 4, 5, 22, 33, 7, 3, 9, 20, 31, 17, 30, 8, 11, 19, 23, 34, 21, 32, 14, 12, 26, 10, 25, 29, 6, 16, 27, 28, 2, 35]
43+
[1, 18, 15, 13, 24, 4, 5, 22, 33, 7, 3, 9, 20, 31, 17, 30, 8, 11, 19, 23, 34, 21, 32, 14, 12, 26, 10, 25, 29, 6, 16, 27, 28, 2, 35, 36]
4444
)
4545

4646
names = [
@@ -78,7 +78,8 @@ names = [
7878
"Physics-Informed Neural Network (Neural Network PDE Solver) Cost Function Benchmarks",
7979
"Physics-Informed Neural Network (Neural Network PDE Solver) Optimizer Benchmarks",
8080
"SDE Adaptivity Benchmarks",
81-
"Surrogate Benchmarks"]
81+
"Surrogate Benchmarks",
82+
"Symbolic Manipulation Benchmarks"]
8283

8384
for i in 1:length(pages)
8485
pages[i] = names[i] => pages[i][2]

0 commit comments

Comments
 (0)