Browse Source

Interpolation is not done by scipy anymore

pull/71/head
Guillaume Ayoub 12 years ago
parent
commit
60a66aaf27
  1. 2
      pages/home.rst
  2. 3
      pages/interpolations.rst

2
pages/home.rst

@ -101,8 +101,6 @@ Optional dependencies
PNG output requires `CairoSVG <http://cairosvg.org/>`_, `tinycss <http://packages.python.org/tinycss/>`_ and `cssselect <http://packages.python.org/cssselect/>`_. PNG output requires `CairoSVG <http://cairosvg.org/>`_, `tinycss <http://packages.python.org/tinycss/>`_ and `cssselect <http://packages.python.org/cssselect/>`_.
Install those with ``pip install CairoSVG tinycss cssselect``. Install those with ``pip install CairoSVG tinycss cssselect``.
Interpolations need the `scipy <http://www.scipy.org/>`_ python module.
Unit testing needs `py.test <http://pytest.org/latest/>`_ or `nosetests <http://readthedocs.org/docs/nose/en/latest/>`_. Unit testing needs `py.test <http://pytest.org/latest/>`_ or `nosetests <http://readthedocs.org/docs/nose/en/latest/>`_.
Visual testing is based on `flask <http://flask.pocoo.org/>`_. Visual testing is based on `flask <http://flask.pocoo.org/>`_.

3
pages/interpolations.rst

@ -9,8 +9,7 @@ Interpolations
.. contents:: .. contents::
Interpolations need the `scipy python module <http://www.scipy.org/>`_. To enable interpolation, just specify the interpolation type to:
To enable it just specify the interpolation type to:
- quadratic - quadratic
- cubic - cubic

Loading…
Cancel
Save