File tree Expand file tree Collapse file tree 2 files changed +21
-16
lines changed Expand file tree Collapse file tree 2 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 1
1
using Documenter, NonlinearSolve
2
2
3
+ include (" pages.jl" )
4
+
3
5
makedocs (
4
6
sitename= " NonlinearSolve.jl" ,
5
7
authors= " Chris Rackauckas" ,
@@ -8,22 +10,7 @@ makedocs(
8
10
format = Documenter. HTML (analytics = " UA-90474609-3" ,
9
11
assets = [" assets/favicon.ico" ],
10
12
canonical= " https://nonlinearsolve.sciml.ai/stable/" ),
11
- pages= [
12
- " Home" => " index.md" ,
13
- " Tutorials" => Any[
14
- " tutorials/nonlinear.md" ,
15
- " tutorials/iterator_interface.md"
16
- ],
17
- " Basics" => Any[
18
- " basics/NonlinearProblem.md" ,
19
- " basics/NonlinearFunctions.md" ,
20
- " basics/FAQ.md"
21
- ],
22
- " Solvers" => Any[
23
- " solvers/NonlinearSystemSolvers.md" ,
24
- " solvers/BracketingSolvers.md"
25
- ]
26
- ]
13
+ pages= pages
27
14
)
28
15
29
16
deploydocs (
Original file line number Diff line number Diff line change
1
+ # Put in a separate page so it can be used by SciMLDocs.jl
2
+
3
+ pages= [
4
+ " Home" => " index.md" ,
5
+ " Tutorials" => Any[
6
+ " tutorials/nonlinear.md" ,
7
+ " tutorials/iterator_interface.md"
8
+ ],
9
+ " Basics" => Any[
10
+ " basics/NonlinearProblem.md" ,
11
+ " basics/NonlinearFunctions.md" ,
12
+ " basics/FAQ.md"
13
+ ],
14
+ " Solvers" => Any[
15
+ " solvers/NonlinearSystemSolvers.md" ,
16
+ " solvers/BracketingSolvers.md"
17
+ ]
18
+ ]
You can’t perform that action at this time.
0 commit comments