Skip to content

Commit 9531d34

Browse files
fix doc build
1 parent 7060dcb commit 9531d34

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

docs/make.jl

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Documenter, DiffEqOperators
1+
using Documenter, MethodOfLines
22

33
makedocs(
44
sitename="MethodOfLines.jl",
@@ -12,24 +12,10 @@ makedocs(
1212

1313
pages=[
1414
"MethodOfLines.jl: Automated Finite Difference for Phyiscs-Informed Learning" => "index.md",
15-
"Operator Tutorials" => [
16-
"operator_tutorials/kdv.md"
17-
],
18-
"Operators" => [
19-
"operators/operator_overview.md",
20-
"operators/derivative_operators.md",
21-
"operators/vector_calculus_operators.md",
22-
"operators/vector_jacobian_product.md",
23-
"operators/jacobian_vector_product.md",
24-
"operators/matrix_free_operators.md"
25-
],
26-
"Nonlinear Derivatives" => [
27-
"nonlinear_derivatives/nonlinear_diffusion.md"
28-
]
2915
]
3016
)
3117

3218
deploydocs(
33-
repo="github.com/SciML/DiffEqOperators.jl";
19+
repo="github.com/SciML/MethodOfLines.jl";
3420
push_preview=true
3521
)

0 commit comments

Comments
 (0)