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

Last change on this file since 5365 was 5365, checked in by toby, 7 months ago

misc docs; new project exporter

File size: 1.4 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, which can be accessed from the
18GSAS-II Help menu or from this web page:
19https://subversion.xray.aps.anl.gov/pyGSAS/trunk/help/Tutorials.html.
20
21Argonne has assigned Software Invention #SF-22-147 to GSAS-II.
22
23.. toctree::
24    :maxdepth: 2
25    :numbered: 4
26
27    packages.rst
28    GSASII.rst
29    GSASIIobj.rst
30    GSASIIutil.rst
31    GSASIIGUIr.rst
32    GSASIIGUI.rst
33    GSASIIstruc.rst
34    GSASIImapvars.rst
35    GSASIIimage.rst
36    GSASIImath.rst
37    GSASIIindex.rst
38    GSASIIplot.rst
39    GSASIIpwd.rst
40    SAS.rst
41    GSASIIscriptable.rst
42    GSASIIscripts.rst
43    imports.rst
44    exports.rst
45    G2tools.rst
46    indices.rst
47
Note: See TracBrowser for help on using the repository browser.