File tree 2 files changed +18
-15
lines changed
2 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 1
1
using Documenter, Integrals
2
2
3
+ include (" pages.jl" )
4
+
3
5
makedocs (
4
6
sitename= " Integrals.jl" ,
5
7
authors= " Chris Rackauckas" ,
@@ -8,21 +10,7 @@ makedocs(
8
10
format = Documenter. HTML (analytics = " UA-90474609-3" ,
9
11
assets = [" assets/favicon.ico" ],
10
12
canonical= " https://integrals.sciml.ai/stable/" ),
11
- pages= [
12
- " Home" => " index.md" ,
13
- " Tutorials" => Any[
14
- " tutorials/numerical_integrals.md" ,
15
- " tutorials/differentiating_integrals.md"
16
- ],
17
- " Basics" => Any[
18
- " basics/IntegralProblem.md" ,
19
- " basics/solve.md" ,
20
- " basics/FAQ.md"
21
- ],
22
- " Solvers" => Any[
23
- " solvers/IntegralSolvers.md
24
- ]
25
- ]
13
+ pages= pages
26
14
)
27
15
28
16
deploydocs (
Original file line number Diff line number Diff line change
1
+ pages = [
2
+ " Home" => " index.md" ,
3
+ " Tutorials" => Any[
4
+ " tutorials/numerical_integrals.md" ,
5
+ " tutorials/differentiating_integrals.md"
6
+ ],
7
+ " Basics" => Any[
8
+ " basics/IntegralProblem.md" ,
9
+ " basics/solve.md" ,
10
+ " basics/FAQ.md"
11
+ ],
12
+ " Solvers" => Any[
13
+ " solvers/IntegralSolvers.md"
14
+ ]
15
+ ]
You can’t perform that action at this time.
0 commit comments