Skip to content

Commit

Permalink
update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Sep 19, 2024
1 parent 174d9ea commit d7089cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/gallery/howto/autogen/parallel_wf.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,4 @@ def parallel_add(nb_iterations):
# ---------------
# Now you learned how to run tasks in parallel you might want to know how to
# aggregate the results of all these parallel tasks (e.g. taking the mean of
# all computed values). For this you can further read
# :ref:`sphx_glr_howto_autogen_aggregate.py`.
# all computed values). For this you can further read `how to aggregate outputs <aggregate.html>`_`

0 comments on commit d7089cc

Please sign in to comment.