Skip to content

Commit ab9b046

Browse files
committed
fix code quality checks
1 parent b7473f2 commit ab9b046

5 files changed

Lines changed: 1 addition & 5 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function mkdocs()
1616
"extensions.md",
1717
"linearsolve.md",
1818
"misc.md",
19-
"index.md"
19+
"index.md",
2020
]
2121
)
2222
end

docs/src/extensions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ Pages = ["sparsematrixdilnkc.jl"]
2424
Modules = [ExtendableSparse]
2525
Pages = ["sparsematrixdict.jl"]
2626
```
27-

docs/src/home.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
```@docs
22
ExtendableSparse
33
```
4-

docs/src/linearsolve.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,3 @@ sum(y)
125125
```
126126
`umpfackpreconbuilder` e.g. could be replaced by `SmoothedAggregationPreconBuilder()`. Moreover, this approach
127127
works for any `AbstractSparseMatrixCSC`.
128-

src/typealiases.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ Aliased to [`@STExtendableSparseMatrixCSC`](@ref) to ensure backward compatibil
4747
to ExtendableSparse v1.x.
4848
"""
4949
const ExtendableSparseMatrix = STExtendableSparseMatrixCSC
50-

0 commit comments

Comments
 (0)