diff --git a/docs/examples.rst b/docs/examples.rst index ae834ca2..947ae7ad 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -34,4 +34,5 @@ Please find the examples from following links. samples/05_1DFFT_HOST_DEVICE.rst samples/06_1DFFT_reuse_plans.rst samples/07_unmanaged_views.rst - samples/08_inplace_FFT.rst \ No newline at end of file + samples/08_inplace_FFT.rst + \ No newline at end of file diff --git a/docs/intro/using.rst b/docs/intro/using.rst index 31fa6a02..bbd42ec8 100644 --- a/docs/intro/using.rst +++ b/docs/intro/using.rst @@ -262,4 +262,3 @@ The following listing shows examples of inplace transforms. You can reuse a plan for inplace transform. However, you cannot reuse a plan for inplace transform for out-of-place transform and vice versa. - \ No newline at end of file diff --git a/docs/samples/08_inplace_FFT.rst b/docs/samples/08_inplace_FFT.rst index 57ff6345..c42f44b6 100644 --- a/docs/samples/08_inplace_FFT.rst +++ b/docs/samples/08_inplace_FFT.rst @@ -2,7 +2,7 @@ .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception -.. _ 08_inplace_FFT: +.. _08_inplace_FFT: Inplace transforms ==================