Browse Source

Find{BLAS,LAPACK}: Revise formatting of intro docs

Brad King 4 years ago
parent
commit
6a7c055f96
2 changed files with 6 additions and 2 deletions
  1. 3 1
      Modules/FindBLAS.cmake
  2. 3 1
      Modules/FindLAPACK.cmake

+ 3 - 1
Modules/FindBLAS.cmake

@@ -8,7 +8,9 @@ FindBLAS
 Find Basic Linear Algebra Subprograms (BLAS) library
 
 This module finds an installed Fortran library that implements the
-BLAS linear-algebra interface (see http://www.netlib.org/blas/).
+`BLAS linear-algebra interface`_.
+
+.. _`BLAS linear-algebra interface`: http://www.netlib.org/blas/
 
 Input Variables
 ^^^^^^^^^^^^^^^

+ 3 - 1
Modules/FindLAPACK.cmake

@@ -8,7 +8,9 @@ FindLAPACK
 Find Linear Algebra PACKage (LAPACK) library
 
 This module finds an installed Fortran library that implements the
-LAPACK linear-algebra interface (see http://www.netlib.org/lapack/).
+`LAPACK linear-algebra interface`_.
+
+.. _`LAPACK linear-algebra interface`: http://www.netlib.org/lapack/
 
 Input Variables
 ^^^^^^^^^^^^^^^