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

Last change on this file since 4793 was 4793, checked in by toby, 3 years ago

work on docs

File size: 1.1 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
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
44
45---------
Note: See TracBrowser for help on using the repository browser.