Skip to content

Commit 5ca30e8

Browse files
committed
Add the readme attribute
1 parent a575bf1 commit 5ca30e8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description = "The package provides an interface to the Linear Algebra PACKage."
1010
documentation = "https://docs.rs/lapack"
1111
homepage = "https://github.com/stainless-steel/lapack"
1212
repository = "https://github.com/stainless-steel/lapack"
13+
readme = "README.md"
1314
categories = ["api-bindings", "science"]
1415
keywords = ["linear-algebra"]
1516
exclude = ["bin/*"]

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
7373
pull request. Note that any contribution submitted for inclusion in the project
7474
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
7575

76+
[accelerate]: https://developer.apple.com/reference/accelerate
77+
[lapack]: https://en.wikipedia.org/wiki/LAPACK
78+
[netlib]: http://www.netlib.org/lapack
79+
[openblas]: http://www.openblas.net
80+
7681
[build-img]: https://travis-ci.org/stainless-steel/lapack.svg?branch=master
7782
[build-url]: https://travis-ci.org/stainless-steel/lapack
7883
[documentation-img]: https://docs.rs/lapack/badge.svg
7984
[documentation-url]: https://docs.rs/lapack
8085
[package-img]: https://img.shields.io/crates/v/lapack.svg
8186
[package-url]: https://crates.io/crates/lapack
82-
83-
[accelerate]: https://developer.apple.com/reference/accelerate
84-
[lapack]: https://en.wikipedia.org/wiki/LAPACK
85-
[netlib]: http://www.netlib.org/lapack
86-
[openblas]: http://www.openblas.net

0 commit comments

Comments
 (0)