Skip to content

Commit

Permalink
fix: new line at eof in rst files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Nov 15, 2024
1 parent 3dc8691 commit f58388c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
samples/08_inplace_FFT.rst

1 change: 0 additions & 1 deletion docs/intro/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion docs/samples/08_inplace_FFT.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
..
.. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
.. _ 08_inplace_FFT:
.. _08_inplace_FFT:

Inplace transforms
==================
Expand Down

0 comments on commit f58388c

Please sign in to comment.