Skip to content

Commit 023b058

Browse files
committed
Add a link to the usage page
1 parent 0cb8c1d commit 023b058

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# lapack-sys [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
22

3-
The package provides bindings to [LAPACK] (Fortran).
3+
The package provides bindings to [LAPACK] (Fortran). The usage of the package is
4+
explained [here][usage].
45

56
## Contribution
67

@@ -9,6 +10,7 @@ pull request. Note that any contribution submitted for inclusion in the project
910
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
1011

1112
[lapack]: https://en.wikipedia.org/wiki/LAPACK
13+
[usage]: https://blas-lapack-rs.github.io/usage
1214

1315
[build-img]: https://travis-ci.org/blas-lapack-rs/lapack-sys.svg?branch=master
1416
[build-url]: https://travis-ci.org/blas-lapack-rs/lapack-sys

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
//! Bindings to [LAPACK] (Fortran)
22
//!
3+
//! The usage of the package is explained [here][usage].
4+
//!
35
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
6+
//! [usage]: https://blas-lapack-rs.github.io/usage
47
58
#![allow(non_camel_case_types)]
69
#![no_std]

0 commit comments

Comments
 (0)