From e6f6c392e36d1015d465e79d348ab73f727e0289 Mon Sep 17 00:00:00 2001 From: Andy Nonaka Date: Thu, 31 Oct 2024 23:08:48 -0700 Subject: [PATCH] trailing whitespace --- Docs/source/FFT_Tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/source/FFT_Tutorial.rst b/Docs/source/FFT_Tutorial.rst index 7995036b..c2475991 100644 --- a/Docs/source/FFT_Tutorial.rst +++ b/Docs/source/FFT_Tutorial.rst @@ -10,7 +10,7 @@ FFT ========================== These tutorials demonstrate how to use the amrex::FFT classes to solve for and manipulate Fourier transform data. -For more information on the amrex::FFT class refer to the AMReX documentation +For more information on the amrex::FFT class refer to the AMReX documentation `here `_. There are two FFT tutorials, ``Basic`` and ``Poisson``.