source: trunk/docs/source/index.rst @ 4882

Last change on this file since 4882 was 4882, checked in by toby, 2 years ago

new routine: getCellSU

File size: 1.2 KB
Line 
1.. This lists all the sections of the documentation. Some of the below
2.. reference a single file. Others reference multiple files.
3
4GSAS-II Developer's Documentation
5=================================
6
7The documentation here is intended for those wishing to extend the
8capabilities within the GSAS-II framework, for scientists/students
9working to understand how
10GSAS-II works, or for people wishing to develop scripting applications
11using the GSAS-II Python API (module :mod:`GSASIIscriptable`). Note that many
12data structures used in GSAS-II are defined in module :mod:`GSASIIobj`.
13
14For information on downloading/installing GSAS-II, please see
15the GSAS-II home page:
16https://subversion.xray.aps.anl.gov/trac/pyGSAS. To learn how to
17use GSAS-II, please see the tutorials referenced in the home page.
18
19.. toctree::
20    :maxdepth: 2
21    :numbered: 4
22
23    packages.rst
24    GSASII.rst
25    GSASIIobj.rst
26    GSASIIutil.rst
27    GSASIIGUIr.rst
28    GSASIIGUI.rst
29    GSASIIstruc.rst
30    GSASIImapvars.rst
31    GSASIIimage.rst
32    GSASIImath.rst
33    GSASIIindex.rst
34    GSASIIplot.rst
35    GSASIIpwd.rst
36    SAS.rst
37    GSASIIscriptable.rst
38    GSASIIscripts.rst
39    imports.rst
40    exports.rst
41    G2tools.rst
42    indices.rst
43
Note: See TracBrowser for help on using the repository browser.