Skip to content

Commit 0000f7d

Browse files
format and fix links
1 parent de58910 commit 0000f7d

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include("pages.jl")
99
makedocs(sitename = "NonlinearSolve.jl",
1010
authors = "Chris Rackauckas",
1111
modules = [NonlinearSolve, NonlinearSolve.SciMLBase, SimpleNonlinearSolve,
12-
Sundials, SciMLNLSolve, NonlinearSolveMINPACK, SteadyStateDiffEq],
12+
Sundials, SciMLNLSolve, NonlinearSolveMINPACK, SteadyStateDiffEq],
1313
clean = true, doctest = false,
1414
strict = [
1515
:doctest,

docs/pages.jl

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ pages = ["index.md",
77
"basics/NonlinearFunctions.md",
88
"basics/NonlinearSolution.md",
99
"basics/FAQ.md"],
10-
"Solver Summaries and Recommendations" => Any[
11-
"solvers/NonlinearSystemSolvers.md",
12-
"solvers/BracketingSolvers.md",
13-
"solvers/SteadyStateSolvers.md"],
14-
"Detailed Solver APIs" => Any[
15-
"nonlinearsolve.md",
16-
"simplenonlinearsolve.md",
17-
"minpack.md",
18-
"nlsolve.md",
19-
"sundials.md",
20-
"steadystatediffeq.md"
21-
]
10+
"Solver Summaries and Recommendations" => Any["solvers/NonlinearSystemSolvers.md",
11+
"solvers/BracketingSolvers.md",
12+
"solvers/SteadyStateSolvers.md"],
13+
"Detailed Solver APIs" => Any["api/nonlinearsolve.md",
14+
"api/simplenonlinearsolve.md",
15+
"api/minpack.md",
16+
"api/nlsolve.md",
17+
"api/sundials.md",
18+
"api/steadystatediffeq.md"],
2219
]

0 commit comments

Comments
 (0)