Skip to content

Commit

Permalink
Merge pull request #2186 from cqmckay/oct2pydocfix
Browse files Browse the repository at this point in the history
removed references to h5py dependence in octave magic docs

closes #2173
  • Loading branch information
minrk committed Jul 21, 2012
2 parents f5593ac + 88c020f commit 1e0263d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions IPython/extensions/octavemagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
.. note::
The ``oct2py`` module needs to be installed separately, and in turn depends
on ``h5py``. Both can be obtained using ``easy_install`` or ``pip``.
The ``oct2py`` module needs to be installed separately and
can be obtained using ``easy_install`` or ``pip``.
Usage
=====
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/notebooks/octavemagic_extension.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The `octavemagic` extension provides the ability to interact with Octave. It depends on the `oct2py` and `h5py` packages,\n",
"The `octavemagic` extension provides the ability to interact with Octave. It depends on the `oct2py` package,\n",
"which may be installed using `easy_install`.\n",
"\n",
"To enable the extension, load it as follows:"
Expand Down
3 changes: 1 addition & 2 deletions docs/source/whatsnew/version0.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ extremely useful. The following extensions are provided:
or whole blocks of Octave code, capture both output and figures inline
(just like matplotlib plots), and have variables automatically converted
between the two languages. To use this extension, you must have Octave
installed as well as the oct2py_ and h5py_ packages. The examples
installed as well as the oct2py_ package. The examples
directory in the source distribution ships with a full notebook
demonstrating these capabilities:

Expand All @@ -316,7 +316,6 @@ extremely useful. The following extensions are provided:

.. _octave: http://www.gnu.org/software/octave
.. _oct2py: http://pypi.python.org/pypi/oct2py
.. _h5py: http://code.google.com/p/h5py

**R magics** (extension :ref:`rmagic <extensions_rmagic>`)
This extension provides several magics that support calling code written in
Expand Down

0 comments on commit 1e0263d

Please sign in to comment.