Changeset 4800
- Timestamp:
- Feb 3, 2021 11:50:38 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r4361 r4800 10 10 ########### SVN repository information ################### 11 11 ''' 12 *GSAS -II GUI*12 *GSASII: GSAS-II GUI* 13 13 ===================== 14 14 15 This is the script to start the GSAS-II graphical user interface (GUI). 15 File GSASII.py is the script to start the GSAS-II graphical user 16 interface (GUI). 16 17 This script imports GSASIIpath, which does some minor initialization 17 18 and then (before any wxPython calls can be made) creates a wx.App application. -
trunk/GSASIIlog.py
r3136 r4800 14 14 Module to provide logging services, e.g. track and replay "actions" 15 15 such as menu item, tree item, button press, value change and so on. 16 17 This capability is not currently implemented, but might be resurrected 18 in some future version of GSAS-II. 16 19 ''' 17 20 from __future__ import division, print_function -
trunk/GSASIImpsubs.py
r4521 r4800 1 1 # -*- coding: utf-8 -*- 2 2 ''' 3 *GSASIImpsubs -routines used in multiprocessing*3 *GSASIImpsubs: routines used in multiprocessing* 4 4 ------------------------------------------------- 5 5 -
trunk/GSASIIpwd.py
r4789 r4800 2 2 # -*- coding: utf-8 -*- 3 3 ''' 4 *GSASII powder calculation module (GSASIIpwd)*4 *GSASIIpwd: Powder calculations module* 5 5 ============================================== 6 6 -
trunk/ReadMarCCDFrame.py
r3470 r4800 1 1 #!/usr/bin/env python 2 from __future__ import division, print_function3 2 ''' 4 3 *ReadMarCCDFrame: Read Mar Files* … … 6 5 7 6 ''' 7 from __future__ import division, print_function 8 8 """ 9 9 from /opt/marccd/documentation/header.txt -
trunk/docs/source/GSASIIGUIr.rst
r4335 r4800 8 8 :members: 9 9 10 .. automodule:: ReadMarCCDFrame11 :members:12 13 10 .. automodule:: GSASIIpy3 14 11 :members: 15 12 13 .. automodule:: gltext 14 :members: 15 -
trunk/docs/source/GSASIIutil.rst
r3187 r4800 29 29 :members: 30 30 31 .. automodule:: gltext32 :members:33 34 31 .. automodule:: ElementTable 35 32 :members: … … 47 44 :members: 48 45 46 .. automodule:: ReadMarCCDFrame 47 :members:
Note: See TracChangeset
for help on using the changeset viewer.