Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/scenarios/scientific.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,6 @@ manuscript-quality figures. The API in many ways reflects that of `MATLAB <http
easing transition of MATLAB users to Python. Many examples, along with the
source code to re-create them, can be browsed at the `matplotlib gallery <http://matplotlib.sourceforge.net/gallery.html>`_.


PyQwt
-----

`PyQwt <http://pyqwt.sourceforge.net/>`_ is a solid library for plotting
numerical data. It is built on top of the popular `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_
GUI framework. It typically has better performance than matplotlib, but the
range of built-in chart/plot types is slightly smaller than matplotlib.

Resources
:::::::::

Expand Down
8 changes: 4 additions & 4 deletions docs/shipping/packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ install with easy_install/pip.
For Linux Distributions
::::::::::::::::::::::::

`Ubuntu <https://wiki.ubuntu.com/PackagingGuide/Python>`_
`Fedora <https://fedoraproject.org/wiki/Packaging:Python>`_
`Debian <http://www.debian.org/doc/packaging-manuals/python-policy/>`_
`Arch <https://wiki.archlinux.org/index.php/Python_Package_Guidelines>`_
* `Ubuntu <https://wiki.ubuntu.com/PackagingGuide/Python>`_
* `Fedora <https://fedoraproject.org/wiki/Packaging:Python>`_
* `Debian <http://www.debian.org/doc/packaging-manuals/python-policy/>`_
* `Arch <https://wiki.archlinux.org/index.php/Python_Package_Guidelines>`_

Useful Tools
------------
Expand Down