File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 1- using Documenter, DiffEqOperators
1+ using Documenter, MethodOfLines
22
33makedocs (
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
3218deploydocs (
33- repo= " github.com/SciML/DiffEqOperators .jl" ;
19+ repo= " github.com/SciML/MethodOfLines .jl" ;
3420 push_preview= true
3521)
You can’t perform that action at this time.
0 commit comments