From 064c5ce0aefda81c44d89636df74b8d07ebd6daa Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 1 Sep 2025 16:56:18 +0530 Subject: [PATCH] docs: add `benchmarks/Symbolics` to doc pages --- docs/pages.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/pages.jl b/docs/pages.jl index c60c3a4bd..92f566369 100644 --- a/docs/pages.jl +++ b/docs/pages.jl @@ -40,7 +40,7 @@ end # The result is in alphabetical order, change to the wanted order permute!(pages, - [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] + [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] ) names = [ @@ -78,7 +78,8 @@ names = [ "Physics-Informed Neural Network (Neural Network PDE Solver) Cost Function Benchmarks", "Physics-Informed Neural Network (Neural Network PDE Solver) Optimizer Benchmarks", "SDE Adaptivity Benchmarks", - "Surrogate Benchmarks"] + "Surrogate Benchmarks", + "Symbolic Manipulation Benchmarks"] for i in 1:length(pages) pages[i] = names[i] => pages[i][2]