Skip to content

Commit 567c7ae

Browse files
add DocStringExtensions
1 parent 08fb0a5 commit 567c7ae

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.1.6"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
8+
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
89
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
910
KLU = "ef3ab10e-7fda-4108-b977-705223b18434"
1011
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"

src/LinearSolve.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ using UnPack
1313
using Requires
1414
using SuiteSparse
1515
using KLU
16+
using DocStringExtensions
17+
1618
# wrap
1719
import Krylov
1820
import KrylovKit # TODO

0 commit comments

Comments
 (0)