Skip to content

Commit

Permalink
Allow for duplicate docstrings in linalg docs (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored Nov 19, 2024
1 parent 0a1c886 commit 2420351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ DocTestSetup = nothing

# [Sparse Linear Algebra API](@id stdlib-sparse-linalg-api)

```@docs
```@docs; canonical=false
SparseArrays.CHOLMOD.cholesky
SparseArrays.CHOLMOD.cholesky!
SparseArrays.CHOLMOD.lowrankupdate
Expand Down

0 comments on commit 2420351

Please sign in to comment.