Skip to content

Commit 10a23b4

Browse files
committed
Make the link to the general documentation more visible
1 parent 4cf4438 commit 10a23b4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The packages provides a [LAPACK] source of choice.
44

5-
The usage of the package is explained [here][usage].
5+
## [Architecture]
66

77
## Configuration
88

@@ -29,12 +29,13 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
2929
pull request. Note that any contribution submitted for inclusion in the project
3030
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
3131

32+
[architecture]: https://blas-lapack-rs.github.io/architecture
33+
[lapack]: https://en.wikipedia.org/wiki/LAPACK
34+
3235
[accelerate]: https://developer.apple.com/reference/accelerate
3336
[intel mkl]: https://software.intel.com/en-us/mkl
34-
[lapack]: https://en.wikipedia.org/wiki/LAPACK
3537
[netlib]: http://www.netlib.org/
3638
[openblas]: http://www.openblas.net/
37-
[usage]: https://blas-lapack-rs.github.io/usage
3839

3940
[build-img]: https://travis-ci.org/blas-lapack-rs/lapack-src.svg?branch=master
4041
[build-url]: https://travis-ci.org/blas-lapack-rs/lapack-src

src/lib.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! [LAPACK] source of choice.
22
//!
3-
//! The usage of the package is explained [here][usage].
3+
//! ## [Architecture]
44
//!
55
//! ## Configuration
66
//!
@@ -21,12 +21,13 @@
2121
//! lapack-src = { version = "0.6", features = ["openblas"] }
2222
//! ```
2323
//!
24+
//! [architecture]: https://blas-lapack-rs.github.io/architecture
25+
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
26+
//!
2427
//! [accelerate]: https://developer.apple.com/reference/accelerate
2528
//! [intel mkl]: https://software.intel.com/en-us/mkl
26-
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
2729
//! [netlib]: http://www.netlib.org/
2830
//! [openblas]: http://www.openblas.net/
29-
//! [usage]: https://blas-lapack-rs.github.io/usage
3031
3132
#![no_std]
3233

0 commit comments

Comments
 (0)