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

Last change on this file since 4335 was 4335, checked in by toby, 4 years ago

add autoInt routine, add f-test; updates for documentation

File size: 1.0 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 following documentation is intended for those wishing to code
8withing the GSAS-II framework, those planning to understand how
9GSAS-II works, or for people wishing to develop scripting applications
10using the API (:mod:`GSASIIscriptable`). Note that many data structures
11used in GSAS-II are defined in module :mod:`GSASIIobj`.
12
13For information on obtaining or learning to use GSAS-II, please see
14the information on the GSAS-II home page:
15https://subversion.xray.aps.anl.gov/trac/pyGSAS
16and pages referenced there.
17
18Contents
19---------
20
21.. toctree::
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
Note: See TracBrowser for help on using the repository browser.