Changeset 3288 for trunk/docs


Ignore:
Timestamp:
Feb 16, 2018 3:22:26 PM (6 years ago)
Author:
toby
Message:

Add plot magnification; misc plot fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/source/index.rst

    r3270 r3288  
    4444* PyOpenGL (http://pyopengl.sourceforge.net/documentation). Note: a copy of this is distributed with GSAS-II (at present) and will be installed if the Python setuptools package is present.
    4545
    46 Two packages are used by some parts of the code, but are not
     46Several packages are used by some parts of the code, but are not
    4747required. If these packages are not present warning messages may be
    48 generated but the vast bulk of GSAS-II will function normally.
     48generated when needed, but the vast bulk of GSAS-II will function normally.
    4949
    5050* PIL (http://www.pythonware.com/products/pil/) or Pillow (https://pillow.readthedocs.org). This is used to save
    5151  and read certain types of images.
    52 * h5py is the HDF5 support package. This is (not surprisingly) required
    53   to import images from HDF5 files. If this library is not present,
     52* h5py is the HDF5 interface and hdf5 is the support package. These
     53  packages are (not surprisingly) required
     54  to import images from HDF5 files. If these libraries are not present,
    5455  the HDF5 importer(s) will not appear in the import menu and a
    5556  warning message appears on GSAS-II startup.
    56 
    57 * When using Anaconda we also encourage installation of the subversion
    58   (svn) package. This is a separate package from Python and is used by
    59   GSAS-II to download updates to our code. It can also be installed
    60   separately.
     57* imageio is used to make movies.
     58* svn: When using Anaconda we also encourage installation of the
     59  svn (subversion) conda package. This is not actually part of Python
     60  and can be installed directly into your system's configuration. It is used by
     61  GSAS-II to download updates to our code.
    6162
    6263Note that the packages listed above are not distributed as part of the Python standard
     
    6768We do some testing using the older Enthought Python Distribution
    6869(EPD); this is known to have some problems with reading CIFs and
    69 encourage updating.
     70encourage updating from that.
Note: See TracChangeset for help on using the changeset viewer.