Skip to content

Commit 8099f44

Browse files
Update make.jl
1 parent 27f5537 commit 8099f44

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

docs/make.jl

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ using Documenter, DataDrivenDiffEq
44
using Flux, SymbolicRegression
55
using Literate
66

7+
include("pages.jl")
8+
79
ENV["GKSwstype"] = "100"
810

911
# Evaluate the example directory
@@ -41,22 +43,7 @@ makedocs(
4143
format = Documenter.HTML(analytics = "UA-90474609-3",
4244
assets = ["assets/favicon.ico"],
4345
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
6047
)
6148

6249
deploydocs(

0 commit comments

Comments
 (0)