Skip to content

Commit

Permalink
Fix docs conflict when building as part of full Julia docs (#430)
Browse files Browse the repository at this point in the history
Fix docs conflict
  • Loading branch information
ViralBShah authored Aug 26, 2023
1 parent a64ef4f commit 54f4b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DocTestSetup = :(using SparseArrays, LinearAlgebra)
Julia has support for sparse vectors and [sparse matrices](https://en.wikipedia.org/wiki/Sparse_matrix)
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.

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

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

Expand Down Expand Up @@ -241,7 +241,7 @@ SparseArrays.ftranspose!
```@meta
DocTestSetup = nothing
```
# Noteworthy external packages
# Noteworthy External Sparse Packages

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

Expand Down

0 comments on commit 54f4b39

Please sign in to comment.