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 22
33The package provides bindings to [ CBLAS] (C).
44
5- The usage of the package is explained [ here ] [ usage ] .
5+ ## [ Architecture ]
66
77## Contribution
88
99Your contribution is highly appreciated. Do not hesitate to open an issue or a
1010pull request. Note that any contribution submitted for inclusion in the project
1111will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
1212
13+ [ architecture ] : https://blas-lapack-rs.github.io/architecture
1314[ cblas ] : https://en.wikipedia.org/wiki/BLAS
14- [ usage ] : https://blas-lapack-rs.github.io/usage
1515
1616[ build-img ] : https://travis-ci.org/blas-lapack-rs/cblas-sys.svg?branch=master
1717[ build-url ] : https://travis-ci.org/blas-lapack-rs/cblas-sys
Original file line number Diff line number Diff line change 11//! Bindings to [CBLAS] \(C).
22//!
3- //! The usage of the package is explained [here][usage].
3+ //! ## [Architecture]
44//!
5+ //! [architecture]: https://blas-lapack-rs.github.io/architecture
56//! [cblas]: https://en.wikipedia.org/wiki/BLAS
6- //! [usage]: https://blas-lapack-rs.github.io/usage
77
88#![ allow( non_camel_case_types) ]
99#![ no_std]
You can’t perform that action at this time.
0 commit comments