Skip to content

Commit

Permalink
Fix documentation and Aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 3, 2023
1 parent d3fe24a commit 8916bf5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CUDSS_jll = "4889d778-9329-5762-9fec-0578a5d30366"
[compat]
CEnum = "0.4"
CUDA = "5"
CUDSS_jll = "0.1.0"
julia = "1.6"
LinearAlgebra = "1.6"
SparseArrays = "1.6"
Expand Down
8 changes: 8 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ julia> ]
pkg> add https://github.com/exanauts/CUDSS.jl.git
pkg> test CUDSS
```

## CUDSS

```@docs
cudss_set
cudss_get
cudss
```

0 comments on commit 8916bf5

Please sign in to comment.