Skip to content

Commit dae1aa9

Browse files
committed
revert doc title
1 parent 961e622 commit dae1aa9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/pages.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Put in a separate page so it can be used by SciMLDocs.jl
22

3-
pages = ["index.md",
3+
pages = [
4+
"Overview" => "index.md",
45
"Tutorials" => Any["tutorials/nonlinear.md",
56
"tutorials/iterator_interface.md"],
67
"Basics" => Any["basics/NonlinearProblem.md",

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Overview
1+
# NonlinearSolve.jl: High-Performance Unified Nonlinear Solvers
22

3-
NonlinearSolve.jl is a high-performance unified interface for the nonlinear solving packages of
3+
NonlinearSolve.jl is a unified interface for the nonlinear solving packages of
44
Julia. It includes its own high-performance nonlinear solvers which include the
55
ability to swap out to fast direct and iterative linear solvers, along with the
66
ability to use sparse automatic differentiation for Jacobian construction and

0 commit comments

Comments
 (0)