From e11c68c5df9a41a7b122d09c1e982d9def71c146 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 28 Apr 2013 20:11:15 -0400 Subject: [PATCH] Fix spacing in processing.rst in documentation. --- docs/source/usersguide/processing.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/source/usersguide/processing.rst b/docs/source/usersguide/processing.rst index ebeb29282e..874290465d 100644 --- a/docs/source/usersguide/processing.rst +++ b/docs/source/usersguide/processing.rst @@ -82,18 +82,19 @@ To use this utility you need either or -* `VTK `_ with python bindings - On Ubuntu, these are easily obtained with ``sudo apt-get install python-vtk`` +* `VTK `_ with python bindings - On Ubuntu, these are + easily obtained with ``sudo apt-get install python-vtk`` Users can process the binary into any other format if desired by following the example of voxel.py. For the binary file structure, see :ref:`devguide_voxel`. .. note:: 3D voxel plotting can be very computer intensive for the viewing - program (Visit, Paraview, etc.) if the number of voxels is large - (>10million or so). Thus if you want an accurate picture that - renders smoothly, consider using only one voxel in a certain - direction. For instance, the 3D pin lattice figure above was generated - with a 500x500x1 voxel mesh, which allows for resolution of the - cylinders without wasting too many voxels on the axial dimension. + program (Visit, Paraview, etc.) if the number of voxels is large (>10 + million or so). Thus if you want an accurate picture that renders + smoothly, consider using only one voxel in a certain direction. For + instance, the 3D pin lattice figure above was generated with a + 500x500x1 voxel mesh, which allows for resolution of the cylinders + without wasting too many voxels on the axial dimension. -------------------