Skip to content

Commit bc8a11e

Browse files
committed
Make the link to the general documentation more visible
1 parent c5594db commit bc8a11e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
The package provides a source of [BLAS] and [LAPACK] via [Netlib].
44

5-
The usage of the package is explained [here][usage].
5+
## [Architecture]
6+
7+
## Configuration
68

79
The following Cargo features are supported:
810

@@ -18,10 +20,10 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
1820
pull request. Note that any contribution submitted for inclusion in the project
1921
will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
2022

23+
[architecture]: https://blas-lapack-rs.github.io/architecture
2124
[blas]: https://en.wikipedia.org/wiki/BLAS
2225
[lapack]: https://en.wikipedia.org/wiki/LAPACK
2326
[netlib]: http://www.netlib.org/
24-
[usage]: https://blas-lapack-rs.github.io/usage
2527

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

src/lib.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//! Source of [BLAS] and [LAPACK] via [Netlib].
22
//!
3-
//! The usage of the package is explained [here][usage].
3+
//! ## [Architecture]
4+
//!
5+
//! ## Configuration
46
//!
57
//! The following Cargo features are supported:
68
//!
@@ -10,9 +12,9 @@
1012
//! * `system` to skip building the bundled Netlib, and
1113
//! * `tmg` to build TMG (enabled by default).
1214
//!
15+
//! [architecture]: https://blas-lapack-rs.github.io/architecture
1316
//! [blas]: https://en.wikipedia.org/wiki/BLAS
1417
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
1518
//! [netlib]: http://www.netlib.org/
16-
//! [usage]: https://blas-lapack-rs.github.io/usage
1719
1820
#![no_std]

0 commit comments

Comments
 (0)