We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ee9ef commit 7c7da09Copy full SHA for 7c7da09
Cargo.toml
@@ -3,7 +3,7 @@ name = "numpy"
3
version = "0.11.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>", "Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"]
5
description = "Rust binding of NumPy C-API"
6
-documentation = "https://rust-numpy.github.io/rust-numpy/numpy"
+documentation = "https://pyo3.github.io/rust-numpy/numpy"
7
edition = "2018"
8
repository = "https://github.com/rust-numpy/rust-numpy"
9
keywords = ["numpy", "python", "binding"]
@@ -25,4 +25,4 @@ python3 = ["pyo3/python3"]
25
26
27
[workspace]
28
-members = ["examples/*"]
+members = ["examples/*"]
0 commit comments