@@ -16,63 +16,77 @@ docsmodules = [
16
16
" BaseModelica" ,
17
17
" ReactionNetworkImporters" ],
18
18
" Symbolic Tools" => [" ModelOrderReduction" , " Symbolics" , " SymbolicUtils" ], #= "MetaTheory"=#
19
+ #=
19
20
"Third-Party Modeling Tools" => ["MomentClosure", "Agents", "Unitful",
20
21
"ReactionMechanismSimulator",
21
22
"AlgebraicPetri"],
23
+ =#
22
24
" Array Libraries" => [" RecursiveArrayTools" , " LabelledArrays" , " MultiScaleArrays" ],
25
+ #=
23
26
"Third-Party Array Libraries" => ["ComponentArrays", "StaticArrays", #= "FillArrays",=#
24
27
"BandedMatrices", "BlockBandedMatrices"],
28
+ =#
25
29
],
26
30
" Solvers" => [
27
31
" Equation Solvers" => [" LinearSolve" , " NonlinearSolve" , " DiffEqDocs" , " Integrals" , " DifferenceEquations" ,
28
32
" Optimization" , " JumpProcesses" ],
33
+ #=
29
34
"Third-Party Equation Solvers" => [
30
35
"LowRankIntegrators",
31
36
"FractionalDiffEq",
32
37
"ManifoldDiffEq",
33
38
],
39
+ =#
34
40
" Inverse Problems / Estimation" => [
35
41
" SciMLSensitivity" , " DiffEqParamEstim" , " DiffEqBayes" ],
36
42
" PDE Solvers" => [" MethodOfLines" , " NeuralPDE" ,
37
43
" NeuralOperators" , " FEniCS" ,
38
44
" HighDimPDE" , " DiffEqOperators" ],
45
+ #=
39
46
"Third-Party PDE Solvers" => [
40
47
"Trixi",
41
48
"Ferrite",
42
49
"Gridap",
43
50
"ApproxFun",
44
51
"VoronoiFVM",
45
52
],
53
+ =#
46
54
" Advanced Solver APIs" => [" OrdinaryDiffEq" , " DiffEqGPU" ],
47
55
],
48
56
" Analysis" => [
49
- " Plots and Visualization" => [" Makie" ], #= "PlotDocs",=#
57
+ #= "Plots and Visualization" => ["Makie"], #= "PlotDocs",=# =#
50
58
" Parameter Analysis" => [" EasyModelAnalysis" , " GlobalSensitivity" , " StructuralIdentifiability" ],
59
+ #=
51
60
"Third-Party Parameter Analysis" => ["DynamicalSystems", "BifurcationKit",
52
61
"ControlSystems", "ReachabilityAnalysis"],
62
+ =#
53
63
" Uncertainty Quantification" => [" PolyChaos" , " SciMLExpectations" ],
64
+ #=
54
65
"Third-Party Uncertainty Quantification" => ["Measurements",
55
66
"MonteCarloMeasurements",
56
67
"ProbNumDiffEq", "TaylorIntegration",
57
68
"IntervalArithmetic"],
69
+ =#
58
70
],
59
71
" Machine Learning" => [
60
72
" Function Approximation" => [" Surrogates" , " ReservoirComputing" ],
61
73
" Implicit Layer Deep Learning" => [" DiffEqFlux" , " DeepEquilibriumNetworks" ],
62
- " Third-Party Implicit Layer Deep Learning" => [" Flux" , " Lux" , " SimpleChains" ],
74
+ #= "Third-Party Implicit Layer Deep Learning" => ["Flux", "Lux", "SimpleChains"], =#
63
75
" Symbolic Learning" => [" DataDrivenDiffEq" , " SymbolicNumericIntegration" ],
64
- " Third-Party Symbolic Learning" => [" SymbolicRegression" ],
76
+ #= "Third-Party Symbolic Learning" => ["SymbolicRegression"], =#
65
77
" Third-Party Differentiation Tooling" => [" SparseDiffTools" , " FiniteDiff" ,
66
- " ForwardDiff" ,
67
- " Zygote" , " Enzyme" ],
78
+ #= "ForwardDiff",
79
+ "Zygote", "Enzyme" =# ],
68
80
],
69
81
" Developer Tools" => [
70
82
" Numerical Utilities" => [" ExponentialUtilities" , " DiffEqNoiseProcess" ,
71
83
" PreallocationTools" , " EllipsisNotation" , " DataInterpolations" ,
72
84
" PoissonRandom" , " QuasiMonteCarlo" , " RuntimeGeneratedFunctions" , " MuladdMacro" , " FindFirstFunctions" ],
85
+ #=
73
86
"Third-Party Numerical Utilities" => ["FFTW", "Distributions",
74
87
"SpecialFunctions", "LoopVectorization",
75
88
"Polyester", "SparseDiffTools"], #= "Tullio"=#
89
+ =#
76
90
" High-Level Interfaces" => [
77
91
" SciMLBase" ,
78
92
" SciMLStructures" ,
@@ -82,9 +96,9 @@ docsmodules = [
82
96
" SurrogatesBase" ,
83
97
" CommonSolve" ,
84
98
],
85
- " Third-Party Interfaces" => [" ArrayInterface" , " StaticArrayInterface" , " AbstractFFTs" ,
99
+ " Third-Party Interfaces" => [" ArrayInterface" , " StaticArrayInterface" , #= "AbstractFFTs",
86
100
"GPUArrays", #= "Adapt", =#
87
- " Tables" ], #= "RecipesBase", =#
101
+ "Tables" =# ], #= "RecipesBase", =#
88
102
" Developer Documentation" => [" SciMLStyle" , " ColPrac" , " DiffEqDevDocs" ],
89
103
" Extra Resources" => [
90
104
" SciMLWorkshop" ,
0 commit comments