Skip to content

Commit 722e6ae

Browse files
committed
Update README with badges and docs link
1 parent 7dff7e3 commit 722e6ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
[![Build status](https://travis-ci.org/jturner314/ndarray-stats.svg?branch=master)](https://travis-ci.org/jturner314/ndarray-stats)
44
[![Coverage](https://codecov.io/gh/jturner314/ndarray-stats/branch/master/graph/badge.svg)](https://codecov.io/gh/jturner314/ndarray-stats)
5+
[![Dependencies status](https://deps.rs/repo/github/jturner314/ndarray-stats/status.svg)](https://deps.rs/repo/github/jturner314/ndarray-stats)
6+
[![Crate](https://img.shields.io/crates/v/ndarray-stats.svg)](https://crates.io/crates/ndarray-stats)
7+
[![Documentation](https://docs.rs/ndarray-stats/badge.svg)](https://docs.rs/ndarray-stats)
58

6-
This crate provides statistical methods for [`ndarray`]'s `ArrayBase` type.
9+
This crate provides statistical methods for [`ndarray`]'s `ArrayBase` type. See
10+
the [documentation](https://docs.rs/ndarray-stats) for more information.
711

812
[`ndarray`]: https://github.com/bluss/ndarray
913

10-
Only some statistical functions are implemented. Please feel free to contribute
14+
Only some statistical routines are implemented. Please feel free to contribute
1115
new functionality!
1216

1317
## Using with Cargo

0 commit comments

Comments
 (0)