From 06c27989dc8cbe347520521778d646bc0b617a14 2021-09-17 17:00:02 From: Blazej Michalik <6691643+MrMino@users.noreply.github.com> Date: 2021-09-17 17:00:02 Subject: [PATCH] Merge pull request #13138 from MrMino/fix_parallel_messages_link Fix broken ipyparallel's refs --- diff --git a/docs/source/development/parallel_connections.rst b/docs/source/development/parallel_connections.rst index db1cccf..7253273 100644 --- a/docs/source/development/parallel_connections.rst +++ b/docs/source/development/parallel_connections.rst @@ -5,4 +5,4 @@ Connection Diagrams of The IPython ZMQ Cluster ============================================== IPython parallel has moved to ipyparallel - -see :ref:`ipyparallel:parallel_connections` for the documentation. +see :ref:`ipyparallel:/reference/connections.md` for the documentation. diff --git a/docs/source/development/parallel_messages.rst b/docs/source/development/parallel_messages.rst index f37ea93..180c311 100644 --- a/docs/source/development/parallel_messages.rst +++ b/docs/source/development/parallel_messages.rst @@ -5,4 +5,4 @@ Messaging for Parallel Computing ================================ IPython parallel has moved to ipyparallel - -see :ref:`ipyparallel:parallel_messages` for the documentation. +see :ref:`ipyparallel:/reference/messages.md` for the documentation. diff --git a/docs/source/whatsnew/version0.11.rst b/docs/source/whatsnew/version0.11.rst index 05d6447..fc35ae5 100644 --- a/docs/source/whatsnew/version0.11.rst +++ b/docs/source/whatsnew/version0.11.rst @@ -309,7 +309,7 @@ be started by calling ``ipython qtconsole``. The protocol is :ref:`documented `. The parallel computing framework has also been rewritten using ZMQ. The -protocol is described :ref:`here `, and the code is in the +protocol is described :ref:`here `, and the code is in the new :mod:`IPython.parallel` module. .. _python3_011: