File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The package provides bindings to [ CBLAS] (C).
4
4
5
- The usage of the package is explained [ here ] [ usage ] .
5
+ ## [ Architecture ]
6
6
7
7
## Contribution
8
8
9
9
Your contribution is highly appreciated. Do not hesitate to open an issue or a
10
10
pull request. Note that any contribution submitted for inclusion in the project
11
11
will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
12
12
13
+ [ architecture ] : https://blas-lapack-rs.github.io/architecture
13
14
[ cblas ] : https://en.wikipedia.org/wiki/BLAS
14
- [ usage ] : https://blas-lapack-rs.github.io/usage
15
15
16
16
[ build-img ] : https://travis-ci.org/blas-lapack-rs/cblas-sys.svg?branch=master
17
17
[ build-url ] : https://travis-ci.org/blas-lapack-rs/cblas-sys
Original file line number Diff line number Diff line change 1
1
//! Bindings to [CBLAS] \(C).
2
2
//!
3
- //! The usage of the package is explained [here][usage].
3
+ //! ## [Architecture]
4
4
//!
5
+ //! [architecture]: https://blas-lapack-rs.github.io/architecture
5
6
//! [cblas]: https://en.wikipedia.org/wiki/BLAS
6
- //! [usage]: https://blas-lapack-rs.github.io/usage
7
7
8
8
#![ allow( non_camel_case_types) ]
9
9
#![ no_std]
You can’t perform that action at this time.
0 commit comments