Skip to content

Commit

Permalink
content/parallel: Don't add a solution notebook as part of toctree
Browse files Browse the repository at this point in the history
- Fixes wierd next/previous button behavior.
  • Loading branch information
rkdarst committed Oct 31, 2024
1 parent 361d1ed commit 7a8e3bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions content/parallel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a8e3bb

Please sign in to comment.