File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ using Documenter, DataDrivenDiffEq
4
4
using Flux, SymbolicRegression
5
5
using Literate
6
6
7
+ include (" pages.jl" )
8
+
7
9
ENV [" GKSwstype" ] = " 100"
8
10
9
11
# Evaluate the example directory
@@ -41,22 +43,7 @@ makedocs(
41
43
format = Documenter. HTML (analytics = " UA-90474609-3" ,
42
44
assets = [" assets/favicon.ico" ],
43
45
canonical= " https://datadriven.sciml.ai/stable/" ),
44
- pages= [
45
- " Home" => " index.md" ,
46
- " Tutorials" => tutorials,
47
- " Problems" => " problems.md" ,
48
- " Solvers" => Any[
49
- " solvers/common.md" ,
50
- " solvers/koopman.md" ,
51
- " solvers/optimization.md" ,
52
- " solvers/symbolic_regression.md"
53
- ],
54
- " Basis" => " basis.md" ,
55
- " Solutions" => " solutions.md" ,
56
- " Utilities" => " utils.md" ,
57
- " Contributing" => " contributions.md" ,
58
- " Citing" => " citations.md"
59
- ]
46
+ pages= pages
60
47
)
61
48
62
49
deploydocs (
You can’t perform that action at this time.
0 commit comments