@@ -54,6 +54,7 @@ docsmodules = [
5454 " MethodOfLines" , " NeuralPDE" ,
5555 " NeuralOperators" , " FEniCS" ,
5656 " HighDimPDE" , " DiffEqOperators" ,
57+ " FiniteVolumeMethod" , " FiniteVolumeMethod1D" ,
5758 ],
5859 #=
5960 "Third-Party PDE Solvers" => [
@@ -81,7 +82,7 @@ docsmodules = [
8182 ],
8283 " Machine Learning" => [
8384 " Function Approximation" => [" Surrogates" , " ReservoirComputing" ],
84- " Implicit Layer Deep Learning" => [" DiffEqFlux" , " DeepEquilibriumNetworks" ],
85+ " Implicit Layer Deep Learning" => [" DiffEqFlux" , " DeepEquilibriumNetworks" , " NeuralLyapunov " ],
8586 #= "Third-Party Implicit Layer Deep Learning" => ["Flux", "Lux", "SimpleChains"], =#
8687 " Symbolic Learning" => [" DataDrivenDiffEq" , " SymbolicNumericIntegration" ],
8788 #= "Third-Party Symbolic Learning" => ["SymbolicRegression"], =#
@@ -94,7 +95,7 @@ docsmodules = [
9495 " Developer Tools" => [
9596 " Numerical Utilities" => [
9697 " ExponentialUtilities" , " DiffEqNoiseProcess" ,
97- " PreallocationTools" , " EllipsisNotation" , " DataInterpolations" , " NDInterpolations " ,
98+ " PreallocationTools" , " EllipsisNotation" , " DataInterpolations" , " DataInterpolationsND " ,
9899 " PoissonRandom" , " QuasiMonteCarlo" , " RuntimeGeneratedFunctions" , " MuladdMacro" , " FindFirstFunctions" ,
99100 " SparseDiffTools" , " BipartiteGraphs" ,
100101 ],
0 commit comments