Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove external builds #240

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions docs/make_aggregate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,63 +16,77 @@ docsmodules = [
"BaseModelica",
"ReactionNetworkImporters"],
"Symbolic Tools" => ["ModelOrderReduction", "Symbolics", "SymbolicUtils"], #="MetaTheory"=#
#=
"Third-Party Modeling Tools" => ["MomentClosure", "Agents", "Unitful",
"ReactionMechanismSimulator",
"AlgebraicPetri"],
=#
"Array Libraries" => ["RecursiveArrayTools", "LabelledArrays", "MultiScaleArrays"],
#=
"Third-Party Array Libraries" => ["ComponentArrays", "StaticArrays", #="FillArrays",=#
"BandedMatrices", "BlockBandedMatrices"],
=#
],
"Solvers" => [
"Equation Solvers" => ["LinearSolve", "NonlinearSolve", "DiffEqDocs", "Integrals", "DifferenceEquations",
"Optimization", "JumpProcesses"],
#=
"Third-Party Equation Solvers" => [
"LowRankIntegrators",
"FractionalDiffEq",
"ManifoldDiffEq",
],
=#
"Inverse Problems / Estimation" => [
"SciMLSensitivity", "DiffEqParamEstim", "DiffEqBayes"],
"PDE Solvers" => ["MethodOfLines", "NeuralPDE",
"NeuralOperators", "FEniCS",
"HighDimPDE", "DiffEqOperators"],
#=
"Third-Party PDE Solvers" => [
"Trixi",
"Ferrite",
"Gridap",
"ApproxFun",
"VoronoiFVM",
],
=#
"Advanced Solver APIs" => ["OrdinaryDiffEq", "DiffEqGPU"],
],
"Analysis" => [
"Plots and Visualization" => ["Makie"], #="PlotDocs",=#
#= "Plots and Visualization" => ["Makie"], #="PlotDocs",=# =#
"Parameter Analysis" => ["EasyModelAnalysis", "GlobalSensitivity", "StructuralIdentifiability"],
#=
"Third-Party Parameter Analysis" => ["DynamicalSystems", "BifurcationKit",
"ControlSystems", "ReachabilityAnalysis"],
=#
"Uncertainty Quantification" => ["PolyChaos", "SciMLExpectations"],
#=
"Third-Party Uncertainty Quantification" => ["Measurements",
"MonteCarloMeasurements",
"ProbNumDiffEq", "TaylorIntegration",
"IntervalArithmetic"],
=#
],
"Machine Learning" => [
"Function Approximation" => ["Surrogates", "ReservoirComputing"],
"Implicit Layer Deep Learning" => ["DiffEqFlux", "DeepEquilibriumNetworks"],
"Third-Party Implicit Layer Deep Learning" => ["Flux", "Lux", "SimpleChains"],
#= "Third-Party Implicit Layer Deep Learning" => ["Flux", "Lux", "SimpleChains"], =#
"Symbolic Learning" => ["DataDrivenDiffEq", "SymbolicNumericIntegration"],
"Third-Party Symbolic Learning" => ["SymbolicRegression"],
#= "Third-Party Symbolic Learning" => ["SymbolicRegression"], =#
"Third-Party Differentiation Tooling" => ["SparseDiffTools", "FiniteDiff",
"ForwardDiff",
"Zygote", "Enzyme"],
#= "ForwardDiff",
"Zygote", "Enzyme" =#],
],
"Developer Tools" => [
"Numerical Utilities" => ["ExponentialUtilities", "DiffEqNoiseProcess",
"PreallocationTools", "EllipsisNotation", "DataInterpolations",
"PoissonRandom", "QuasiMonteCarlo", "RuntimeGeneratedFunctions", "MuladdMacro", "FindFirstFunctions"],
#=
"Third-Party Numerical Utilities" => ["FFTW", "Distributions",
"SpecialFunctions", "LoopVectorization",
"Polyester", "SparseDiffTools"], #="Tullio"=#
=#
"High-Level Interfaces" => [
"SciMLBase",
"SciMLStructures",
Expand All @@ -82,9 +96,9 @@ docsmodules = [
"SurrogatesBase",
"CommonSolve",
],
"Third-Party Interfaces" => ["ArrayInterface", "StaticArrayInterface", "AbstractFFTs",
"Third-Party Interfaces" => ["ArrayInterface", "StaticArrayInterface", #= "AbstractFFTs",
"GPUArrays", #= "Adapt", =#
"Tables"], #= "RecipesBase", =#
"Tables" =#], #= "RecipesBase", =#
"Developer Documentation" => ["SciMLStyle", "ColPrac", "DiffEqDevDocs"],
"Extra Resources" => [
"SciMLWorkshop",
Expand Down