Skip to content

Commit b375b85

Browse files
Apply suggestion from @ChrisRackauckas
1 parent d6b3ece commit b375b85

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/src/subpackages.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,3 @@ which is correct but slower due to per-element partition indexing overhead.
8686
`any`/`all` iterates element-by-element, which requires computing which partition
8787
each linear index falls into. The optimized methods iterate over each partition
8888
array directly, avoiding that lookup overhead entirely.
89-
90-
## Installation
91-
92-
All subpackages can be installed from the monorepo:
93-
94-
```julia
95-
using Pkg
96-
Pkg.add(url = "https://github.com/SciML/RecursiveArrayTools.jl",
97-
subdir = "lib/RecursiveArrayToolsRaggedArrays")
98-
Pkg.add(url = "https://github.com/SciML/RecursiveArrayTools.jl",
99-
subdir = "lib/RecursiveArrayToolsShorthandConstructors")
100-
Pkg.add(url = "https://github.com/SciML/RecursiveArrayTools.jl",
101-
subdir = "lib/RecursiveArrayToolsArrayPartitionAnyAll")
102-
```

0 commit comments

Comments
 (0)