From ad14fc22997ce95425eec93ecc1bd4b6034a0883 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 16 Sep 2022 11:52:20 +0200 Subject: [PATCH] Remove fkeep! from the documentation fkeep! doesn't have a docstring, and including it in the documentation errors when building julia. --- docs/src/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 46b25256..0d05fc5a 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -234,7 +234,6 @@ SparseArrays.permute permute!{Tv, Ti, Tp <: Integer, Tq <: Integer}(::SparseMatrixCSC{Tv,Ti}, ::SparseMatrixCSC{Tv,Ti}, ::AbstractArray{Tp,1}, ::AbstractArray{Tq,1}) SparseArrays.halfperm! SparseArrays.ftranspose! -SparseArrays.fkeep! ``` ```@meta