Ignore:
Timestamp:
Mar 14, 2015 5:35:03 PM (8 years ago)
Author:
toby
Message:

change sphinx docs links; rebuild & fixing minor formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sphinxdocs/build/html/index.html

    r1513 r1709  
    8989</li>
    9090<li class="toctree-l1"><a class="reference internal" href="GSASIIGUIr.html"><em>GSAS-II GUI Routines</em></a><ul>
     91<li class="toctree-l2"><a class="reference internal" href="GSASIIGUIr.html#gsasiictrls-custom-gui-controls"><em>GSASIIctrls: Custom GUI controls</em></a></li>
    9192<li class="toctree-l2"><a class="reference internal" href="GSASIIGUIr.html#gsasiigrid-basic-gui-routines"><em>GSASIIgrid: Basic GUI routines</em></a></li>
    9293<li class="toctree-l2"><a class="reference internal" href="GSASIIGUIr.html#gsasiiio-misc-i-o-routines"><em>GSASIIIO: Misc I/O routines</em></a></li>
     
    198199<li>NumPy (<a class="reference external" href="http://docs.scipy.org/doc/numpy/reference/">http://docs.scipy.org/doc/numpy/reference/</a>),</li>
    199200<li>SciPy (<a class="reference external" href="http://docs.scipy.org/doc/scipy/reference/">http://docs.scipy.org/doc/scipy/reference/</a>),</li>
    200 <li>matplotlib (<a class="reference external" href="http://matplotlib.org/contents.html">http://matplotlib.org/contents.html</a>) and</li>
     201<li>matplotlib (<a class="reference external" href="http://matplotlib.org/contents.html">http://matplotlib.org/contents.html</a>)</li>
     202<li>PIL or Pillow (<a class="reference external" href="https://pillow.readthedocs.org">https://pillow.readthedocs.org</a>) and</li>
    201203<li>PyOpenGL (<a class="reference external" href="http://pyopengl.sourceforge.net/documentation">http://pyopengl.sourceforge.net/documentation</a>)</li>
    202204</ul>
    203 <p>These are not distributed
    204 as part of the Python standard library and must be obtained separately
    205 (or in a bundled Python package such as the Enthought Python
    206 Distribution/Canopy).
    207 The PyOpenGL package is installed into Python by GSAS-II if not found,
    208 so it does not need to be included in the Python bundle.</p>
     205<p>These packages are not distributed as part of the Python standard
     206library and must be obtained separately (or in a bundled Python
     207package such as the Enthought Python Distribution/Canopy or
     208Continuum.io&#8217;s anaconda).  The PyOpenGL package will be installed into
     209Python by GSAS-II if not found, so it does not need to be included in
     210the Python bundle, but the setuptools package
     211(<a class="reference external" href="https://pythonhosted.org/setuptools/">https://pythonhosted.org/setuptools/</a>) is needed by GSAS-II to install
     212PyOpenGL.</p>
    209213</div>
    210214</div>
Note: See TracChangeset for help on using the changeset viewer.