##// END OF EJS Templates
Merge pull request #8696 from takluyver/rm-docs-deprecated-extensions...
Min RK -
r21574:c9ec4327 merge
parent child Browse files
Show More
@@ -89,7 +89,6 b' Extensions bundled with IPython'
89
89
90 autoreload
90 autoreload
91 storemagic
91 storemagic
92 sympyprinting
93
92
94 * ``octavemagic`` used to be bundled, but is now part of `oct2py <http://blink1073.github.io/oct2py/docs/>`_.
93 * ``octavemagic`` used to be bundled, but is now part of `oct2py <http://blink1073.github.io/oct2py/docs/>`_.
95 Use ``%load_ext oct2py.ipython`` to load it.
94 Use ``%load_ext oct2py.ipython`` to load it.
@@ -98,3 +97,5 b' Extensions bundled with IPython'
98 details of how to use it.
97 details of how to use it.
99 * ``cythonmagic`` used to be bundled, but is now part of `cython <https://github.com/cython/cython/>`_
98 * ``cythonmagic`` used to be bundled, but is now part of `cython <https://github.com/cython/cython/>`_
100 Use ``%load_ext Cython`` to load it.
99 Use ``%load_ext Cython`` to load it.
100 * ``sympyprinting`` used to be a bundled extension, but you should now use
101 :func:`sympy.init_printing` instead.
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now