From 7a8e3bbb63eb9ba01ab60f7dee0d6214a5cafe22 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Thu, 31 Oct 2024 10:09:22 +0200 Subject: [PATCH] content/parallel: Don't add a solution notebook as part of toctree - Fixes wierd next/previous button behavior. --- content/parallel.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/parallel.rst b/content/parallel.rst index 7c895ac9..341fb91c 100644 --- a/content/parallel.rst +++ b/content/parallel.rst @@ -226,11 +226,7 @@ Exercises, multiprocessing .. solution:: - See the finished notebook here: - - .. toctree:: - - parallel-pi-multiprocessing + See the finished notebook here :doc:`parallel-pi-multiprocessing`. You notice the version with ``ThreadPool`` is no faster, and probably takes even longer. This is because this is a