Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 120cfaa

Browse files
Update make.jl
1 parent 4b1bd63 commit 120cfaa

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

docs/make.jl

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
using Documenter, DiffEqOperators
22

3+
include("pages.jl")
4+
35
makedocs(
46
sitename="DiffEqOperators.jl",
57
authors="Chris Rackauckas et al.",
@@ -11,23 +13,7 @@ makedocs(
1113
assets=["assets/favicon.ico"],
1214
canonical="https://diffeqoperators.sciml.ai/stable/"),
1315

14-
pages=[
15-
"DiffEqOperators.jl: Linear operators for Scientific Machine Learning" => "index.md",
16-
"Operator Tutorials" => [
17-
"operator_tutorials/kdv.md"
18-
],
19-
"Operators" => [
20-
"operators/operator_overview.md",
21-
"operators/derivative_operators.md",
22-
"operators/vector_calculus_operators.md",
23-
"operators/vector_jacobian_product.md",
24-
"operators/jacobian_vector_product.md",
25-
"operators/matrix_free_operators.md"
26-
],
27-
"Nonlinear Derivatives" => [
28-
"nonlinear_derivatives/nonlinear_diffusion.md"
29-
]
30-
]
16+
pages=pages
3117
)
3218

3319
deploydocs(

0 commit comments

Comments
 (0)