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

Commit 65d87ce

Browse files
Create pages.jl
1 parent 120cfaa commit 65d87ce

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/pages.jl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
pages = [
2+
"DiffEqOperators.jl: Linear operators for Scientific Machine Learning" => "index.md",
3+
"Operator Tutorials" => [
4+
"operator_tutorials/kdv.md"
5+
],
6+
"Operators" => [
7+
"operators/operator_overview.md",
8+
"operators/derivative_operators.md",
9+
"operators/vector_calculus_operators.md",
10+
"operators/vector_jacobian_product.md",
11+
"operators/jacobian_vector_product.md",
12+
"operators/matrix_free_operators.md"
13+
],
14+
"Nonlinear Derivatives" => [
15+
"nonlinear_derivatives/nonlinear_diffusion.md"
16+
]
17+
]

0 commit comments

Comments
 (0)