Skip to content

Commit 96f5662

Browse files
committed
Fix doc lunk
1 parent 69c2d96 commit 96f5662

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ using SparseMatrixColorings
55
links = InterLinks(
66
"ADTypes" => "https://sciml.github.io/ADTypes.jl/stable/",
77
"BandedMatrices" => "https://julialinearalgebra.github.io/BandedMatrices.jl/stable/",
8-
"LinearAlgebra" => "https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/",
98
)
109

1110
cp(joinpath(@__DIR__, "..", "README.md"), joinpath(@__DIR__, "src", "index.md"); force=true)

src/structured.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Coloring algorithm which leverages specific matrix structures to produce optimal
55
66
The following matrix types are supported:
77
8-
- From the standard library `LinearAlgebra`: [`Diagonal`](@extref LinearAlgebra.Diagonal), [`Bidiagonal`](@extref LinearAlgebra.Bidiagonal), [`Tridiagonal`](@extref LinearAlgebra.Tridiagonal)
8+
- From the standard library `LinearAlgebra`: `Diagonal`, `Bidiagonal`, `Tridiagonal`
99
- From [BandedMatrices.jl](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl): [`BandedMatrix`](@extref BandedMatrices.BandedMatrix)
1010
1111
!!! warning

0 commit comments

Comments
 (0)