Skip to content

Commit d9c2810

Browse files
committed
Fix ndarray-rand documentation link
1 parent e88f855 commit d9c2810

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

ndarray-rand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["bluss"]
55
license = "MIT/Apache-2.0"
66

77
repository = "https://github.com/bluss/rust-ndarray"
8-
documentation = "http://bluss.github.io/rust-ndarray/"
8+
documentation = "http://bluss.github.io/rust-ndarray/master/ndarray_rand/"
99

1010
description = "Constructors for randomized arrays. `rand` integration for `ndarray`."
1111

ndarray-rand/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
88

9-
9+
//! Constructors for randomized arrays. `rand` integration for `ndarray`.
10+
//!
11+
//! See [**`RandomExt`**](trait.RandomExt.html) for usage examples.
1012
extern crate rand;
1113
extern crate ndarray;
1214

0 commit comments

Comments
 (0)