From db13b2ed0c9eff6939013bb9c6994d5811504bed Mon Sep 17 00:00:00 2001 From: "Fernando S. Pacheco" Date: Fri, 14 Apr 2023 11:26:23 +0200 Subject: [PATCH] Update link to example --- docs/source/parallel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/parallel.rst b/docs/source/parallel.rst index 7b8cb76..65837cc 100644 --- a/docs/source/parallel.rst +++ b/docs/source/parallel.rst @@ -358,4 +358,4 @@ of the :class:`.PFFT` class:: The padded instance of the :class:`.PFFT` class is often used in addition to a regular non-padded class. The padded version is then used to handle non-linearities, whereas the non-padded takes care of the rest, see `demo - `_. + `_.