From 6a7c055f96c02587d36c57a33f5e37cb95c53fac Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 11 Jun 2021 08:02:59 -0400 Subject: Find{BLAS,LAPACK}: Revise formatting of intro docs --- Modules/FindBLAS.cmake | 4 +++- Modules/FindLAPACK.cmake | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake index ae4f779..00ce946 100644 --- a/Modules/FindBLAS.cmake +++ b/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 ^^^^^^^^^^^^^^^ diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake index 7026f11..2d396d1 100644 --- a/Modules/FindLAPACK.cmake +++ b/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 ^^^^^^^^^^^^^^^ -- cgit v0.12