From 3986f4c122951c1dd6698667eef83347cfe5c477 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 2 Jul 2014 17:42:01 -0400 Subject: [PATCH] Remove mention of PyQt in processing documentation. --- docs/source/usersguide/processing.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/usersguide/processing.rst b/docs/source/usersguide/processing.rst index feedb867aa..937000b5e2 100644 --- a/docs/source/usersguide/processing.rst +++ b/docs/source/usersguide/processing.rst @@ -17,7 +17,6 @@ for your Python installation to contain: * [3]_ `Matplotlib `_ * [3]_ `Silomesh `_ * [3]_ `VTK `_ -* [4]_ `PyQt `_ Most of these are easily obtainable in Ubuntu through the package manager, or are easily installed with distutils. @@ -25,7 +24,6 @@ are easily installed with distutils. .. [1] Required for tally data extraction from statepoints with statepoint.py .. [2] Required only if reading HDF5 statepoint files. .. [3] Optional for plotting utilities -.. [4] Optional for interactive GUIs ---------------------- Geometry Visualization @@ -251,8 +249,7 @@ Plotting in 2D For simple viewing of 2D slices of a mesh plot, the utility plot_mesh_tally.py is provided. This utility provides an interactive GUI to explore and plot -mesh tallies for any scores and filter bins. It requires statepoint.py, as well -as `PyQt `_. +mesh tallies for any scores and filter bins. It requires statepoint.py. .. image:: ../_images/fluxplot.png :height: 200px