Skip to content

Commit 546be18

Browse files
ViralBShahdkarrasch
authored andcommitted
Fix docs conflict when building as part of full Julia docs (#430)
Fix docs conflict
1 parent 30fbfc6 commit 546be18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DocTestSetup = :(using SparseArrays, LinearAlgebra)
77
Julia has support for sparse vectors and [sparse matrices](https://en.wikipedia.org/wiki/Sparse_matrix)
88
in the `SparseArrays` stdlib module. Sparse arrays are arrays that contain enough zeros that storing them in a special data structure leads to savings in space and execution time, compared to dense arrays.
99

10-
External packages which implement different sparse storage types, multidimensional sparse arrays, and more can be found in [Noteworthy external packages](@ref man-csc)
10+
External packages which implement different sparse storage types, multidimensional sparse arrays, and more can be found in [Noteworthy External Sparse Packages](@ref)
1111

1212
## [Compressed Sparse Column (CSC) Sparse Matrix Storage](@id man-csc)
1313

@@ -246,7 +246,7 @@ SparseArrays.ftranspose!
246246
```@meta
247247
DocTestSetup = nothing
248248
```
249-
# Noteworthy external packages
249+
# Noteworthy External Sparse Packages
250250

251251
Several other Julia packages provide sparse matrix implementations that should be mentioned:
252252

0 commit comments

Comments
 (0)