diff --git a/docs/source/development/parallel_messages.rst b/docs/source/development/parallel_messages.rst deleted file mode 100644 index 180c311..0000000 --- a/docs/source/development/parallel_messages.rst +++ /dev/null @@ -1,8 +0,0 @@ -:orphan: - -================================ -Messaging for Parallel Computing -================================ - -IPython parallel has moved to ipyparallel - -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 fc35ae5..b21faa6 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 in the ipyparallel documentation, and the code is in the new :mod:`IPython.parallel` module. .. _python3_011: