Skip to content

Commit

Permalink
Add update! in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Nov 22, 2024
1 parent 233dd59 commit 961059a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
KrylovPreconditioners = "45d422c2-293f-44ce-8315-2cb988662dec"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Documenter = "1.0"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Documenter, KrylovPreconditioners
using Documenter, KrylovPreconditioners, SparseArrays

makedocs(
modules = [KrylovPreconditioners],
Expand Down

0 comments on commit 961059a

Please sign in to comment.