Skip to content

Commit 2684072

Browse files
committed
Use docs.rs as documentation
1 parent 924c81b commit 2684072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "ndarray-linalg"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Toshiki Teramura <[email protected]>"]
55

66
description = "Linear algebra package for rust-ndarray using LAPACK"
7-
documentation = "https://termoshtt.github.io/ndarray-linalg/ndarray_linalg/index.html"
7+
documentation = "https://docs.rs/ndarray-linalg/"
88
repository = "https://github.com/termoshtt/ndarray-linalg"
99
keywords = ["ndarray", "lapack", "matrix"]
1010
license = "MIT"

0 commit comments

Comments
 (0)