We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88f855 commit d9c2810Copy full SHA for d9c2810
2 files changed
ndarray-rand/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["bluss"]
5
license = "MIT/Apache-2.0"
6
7
repository = "https://github.com/bluss/rust-ndarray"
8
-documentation = "http://bluss.github.io/rust-ndarray/"
+documentation = "http://bluss.github.io/rust-ndarray/master/ndarray_rand/"
9
10
description = "Constructors for randomized arrays. `rand` integration for `ndarray`."
11
ndarray-rand/src/lib.rs
@@ -6,7 +6,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
-
+//! Constructors for randomized arrays. `rand` integration for `ndarray`.
+//!
+//! See [**`RandomExt`**](trait.RandomExt.html) for usage examples.
12
extern crate rand;
13
extern crate ndarray;
14
0 commit comments