@@ -21,9 +21,9 @@ docsmodules = [
21
21
"ReactionMechanismSimulator",
22
22
"AlgebraicPetri"],
23
23
=#
24
- " Array Libraries" => [" RecursiveArrayTools" , " LabelledArrays" , " MultiScaleArrays" ],
24
+ " Array Libraries" => [" RecursiveArrayTools" , " ComponentArrays " , " LabelledArrays" , " MultiScaleArrays" ],
25
25
#=
26
- "Third-Party Array Libraries" => ["ComponentArrays", " StaticArrays", #= "FillArrays",=#
26
+ "Third-Party Array Libraries" => ["StaticArrays", #= "FillArrays",=#
27
27
"BandedMatrices", "BlockBandedMatrices"],
28
28
=#
29
29
],
@@ -82,11 +82,12 @@ docsmodules = [
82
82
" Developer Tools" => [
83
83
" Numerical Utilities" => [" ExponentialUtilities" , " DiffEqNoiseProcess" ,
84
84
" PreallocationTools" , " EllipsisNotation" , " DataInterpolations" ,
85
- " PoissonRandom" , " QuasiMonteCarlo" , " RuntimeGeneratedFunctions" , " MuladdMacro" , " FindFirstFunctions" ],
85
+ " PoissonRandom" , " QuasiMonteCarlo" , " RuntimeGeneratedFunctions" , " MuladdMacro" , " FindFirstFunctions" ,
86
+ " SparseDiffTools" ],
86
87
#=
87
88
"Third-Party Numerical Utilities" => ["FFTW", "Distributions",
88
89
"SpecialFunctions", "LoopVectorization",
89
- "Polyester", "SparseDiffTools" ], #= "Tullio"=#
90
+ "Polyester", ], #= "Tullio"=#
90
91
=#
91
92
" High-Level Interfaces" => [
92
93
" SciMLBase" ,
@@ -137,7 +138,6 @@ external_urls = Dict("Enzyme" => "https://github.com/EnzymeAD/Enzyme.jl",
137
138
" Symbolics" => " https://github.com/JuliaSymbolics/Symbolics.jl" ,
138
139
" SymbolicUtils" => " https://github.com/JuliaSymbolics/SymbolicUtils.jl" ,
139
140
" TermInterface" => " https://github.com/JuliaSymbolics/TermInterface.jl" ,
140
- " ComponentArrays" => " https://github.com/jonniedie/ComponentArrays.jl" ,
141
141
" StaticArrays" => " https://github.com/JuliaArrays/StaticArrays.jl" ,
142
142
" FillArrays" => " https://github.com/JuliaArrays/FillArrays.jl" ,
143
143
" BandedMatrices" => " https://github.com/JuliaMatrices/BandedMatrices.jl" ,
0 commit comments