##// END OF EJS Templates
Update index.rst...
Doug Blank -
Show More
@@ -91,7 +91,6 b' Extensions bundled with IPython'
91 91 :maxdepth: 1
92 92
93 93 autoreload
94 cythonmagic
95 94 storemagic
96 95 sympyprinting
97 96
@@ -100,5 +99,5 b' Extensions bundled with IPython'
100 99 * ``rmagic`` is now part of `rpy2 <http://rpy.sourceforge.net/>`_. Use
101 100 ``%load_ext rpy2.ipython`` to load it, and see :mod:`rpy2.ipython.rmagic` for
102 101 details of how to use it.
103 * ``cythonmagic``used to be bundled, but is now part of `cython <https://github.com/cython/cython/>`_
102 * ``cythonmagic`` used to be bundled, but is now part of `cython <https://github.com/cython/cython/>`_
104 103 Use ``%load_ext Cython`` to load it.
General Comments 0
You need to be logged in to leave comments. Login now