Skip to content

Commit

Permalink
typo in pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 21, 2022
1 parent d1da90b commit c41a3e1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/pages.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pages=[
"Home" => "index.md",
"Manual" => [
"Dynamical Systems" => "manual/solvers.md",
"Non Linear Solvers" => "manual/nlsolve.md",
"DEQ Layers" => "manual/deqs.md",
"Miscellaneous" => "manual/misc.md",
],
"References" => "references.md",
])
pages = [
"Home" => "index.md",
"Manual" => [
"Dynamical Systems" => "manual/solvers.md",
"Non Linear Solvers" => "manual/nlsolve.md",
"DEQ Layers" => "manual/deqs.md",
"Miscellaneous" => "manual/misc.md",
],
"References" => "references.md",
]

0 comments on commit c41a3e1

Please sign in to comment.