##// END OF EJS Templates
Merge pull request #5433 from takluyver/export-octave-r-magics...
Min RK -
r16003:ad062764 merge
parent child Browse files
Show More
@@ -4,4 +4,9
4 octavemagic
4 octavemagic
5 ===========
5 ===========
6
6
7 .. note::
8
9 The octavemagic extension has been moved to `oct2py <http://blink1073.github.io/oct2py/docs/>`_
10 as :mod:`oct2py.ipython`.
11
7 .. automodule:: IPython.extensions.octavemagic
12 .. automodule:: IPython.extensions.octavemagic
@@ -4,4 +4,9
4 rmagic
4 rmagic
5 ===========
5 ===========
6
6
7 .. note::
8
9 The rmagic extension has been moved to `rpy2 <http://rpy.sourceforge.net/rpy2.html>`_
10 as :mod:`rpy2.interactive.ipython`.
11
7 .. automodule:: IPython.extensions.rmagic
12 .. automodule:: IPython.extensions.rmagic
General Comments 0
You need to be logged in to leave comments. Login now