Skip to content

Commit ecd2510

Browse files
committed
Updated docs links, added docs.rs badge.
1 parent 3ed8726 commit ecd2510

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repository = "https://github.com/davechallis/rust-xgboost"
77
homepage = "https://github.com/davechallis/rust-xgboost"
88
description = "Machine learning using XGBoost"
99
documentation = "https://docs.rs/xgboost"
10+
readme = "README.md"
1011

1112
[dependencies]
1213
xgboost-sys = "0.1"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# rust-xgboost
22

33
[![Travis Build Status](https://travis-ci.com/davechallis/rust-xgboost.svg?branch=master)](https://travis-ci.com/davechallis/rust-xgboost)
4+
[![Documentation link](https://docs.rs/xgboost/badge.svg)](https://docs.rs/xgboost/badge.svg)
45

56
Rust bindings for the [XGBoost](https://xgboost.ai) gradient boosting library.
67

8+
* [Documentation](https://docs.rs/xgboost)
9+
710
Basic usage example:
811

912
```rust

xgboost-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build = "build.rs"
77
license = "MIT"
88
repository = "https://github.com/davechallis/rust-xgboost"
99
description = "Native bindings to the xgboost library"
10+
readme = "README.md"
1011

1112
[dependencies]
1213
libc = "0.2"

0 commit comments

Comments
 (0)