Changeset 1709 for sphinxdocs/build/html/index.html
- Timestamp:
- Mar 14, 2015 5:35:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sphinxdocs/build/html/index.html
r1513 r1709 89 89 </li> 90 90 <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> 91 92 <li class="toctree-l2"><a class="reference internal" href="GSASIIGUIr.html#gsasiigrid-basic-gui-routines"><em>GSASIIgrid: Basic GUI routines</em></a></li> 92 93 <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> … … 198 199 <li>NumPy (<a class="reference external" href="http://docs.scipy.org/doc/numpy/reference/">http://docs.scipy.org/doc/numpy/reference/</a>),</li> 199 200 <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> 201 203 <li>PyOpenGL (<a class="reference external" href="http://pyopengl.sourceforge.net/documentation">http://pyopengl.sourceforge.net/documentation</a>)</li> 202 204 </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 206 library and must be obtained separately (or in a bundled Python 207 package such as the Enthought Python Distribution/Canopy or 208 Continuum.io’s anaconda). The PyOpenGL package will be installed into 209 Python by GSAS-II if not found, so it does not need to be included in 210 the 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 212 PyOpenGL.</p> 209 213 </div> 210 214 </div>
Note: See TracChangeset
for help on using the changeset viewer.