##// END OF EJS Templates
Remove rmagic docs...
Thomas Kluyver -
Show More
@@ -189,7 +189,8 b' html_additional_pages = {'
189 # Output file base name for HTML help builder.
189 # Output file base name for HTML help builder.
190 htmlhelp_basename = 'ipythondoc'
190 htmlhelp_basename = 'ipythondoc'
191
191
192 intersphinx_mapping = {'python': ('http://docs.python.org/2/', None)}
192 intersphinx_mapping = {'python': ('http://docs.python.org/2/', None),
193 'rpy2': ('http://rpy.sourceforge.net/rpy2/doc-2.4/html/', None)}
193
194
194 # Options for LaTeX output
195 # Options for LaTeX output
195 # ------------------------
196 # ------------------------
@@ -92,9 +92,11 b' Extensions bundled with IPython'
92
92
93 autoreload
93 autoreload
94 cythonmagic
94 cythonmagic
95 rmagic
96 storemagic
95 storemagic
97 sympyprinting
96 sympyprinting
98
97
99 * ``octavemagic`` used to be bundled, but is now part of `oct2py <http://blink1073.github.io/oct2py/docs/>`_.
98 * ``octavemagic`` used to be bundled, but is now part of `oct2py <http://blink1073.github.io/oct2py/docs/>`_.
100 Use ``%load_ext oct2py.ipython`` to load it.
99 Use ``%load_ext oct2py.ipython`` to load it.
100 * ``rmagic`` is now part of `rpy2 <http://rpy.sourceforge.net/>`_. Use
101 ``%load_ext rpy2.ipython`` to load it, and see :mod:`rpy2.ipython.rmagic` for
102 details of how to use it.
@@ -317,7 +317,7 b' extremely useful. The following extensions are provided:'
317 .. _octave: http://www.gnu.org/software/octave
317 .. _octave: http://www.gnu.org/software/octave
318 .. _oct2py: http://pypi.python.org/pypi/oct2py
318 .. _oct2py: http://pypi.python.org/pypi/oct2py
319
319
320 **R magics** (extension :ref:`rmagic <extensions_rmagic>`)
320 **R magics** (extension ``rmagic``)
321 This extension provides several magics that support calling code written in
321 This extension provides several magics that support calling code written in
322 the R_ language for statistical data analysis. You can execute
322 the R_ language for statistical data analysis. You can execute
323 single-lines or whole blocks of R code, capture both output and figures
323 single-lines or whole blocks of R code, capture both output and figures
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