Changeset 4800


Ignore:
Timestamp:
Feb 3, 2021 11:50:38 AM (3 years ago)
Author:
toby
Message:

finish up docs cleanups

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r4361 r4800  
    1010########### SVN repository information ###################
    1111'''
    12 *GSAS-II GUI*
     12*GSASII: GSAS-II GUI*
    1313=====================
    1414
    15 This is the script to start the GSAS-II graphical user interface (GUI).
     15File GSASII.py is the script to start the GSAS-II graphical user
     16interface (GUI).
    1617This script imports GSASIIpath, which does some minor initialization
    1718and then (before any wxPython calls can be made) creates a wx.App application.
  • trunk/GSASIIlog.py

    r3136 r4800  
    1414Module to provide logging services, e.g. track and replay "actions"
    1515such as menu item, tree item, button press, value change and so on.
     16
     17This capability is not currently implemented, but might be resurrected
     18in some future version of GSAS-II.
    1619'''
    1720from __future__ import division, print_function
  • trunk/GSASIImpsubs.py

    r4521 r4800  
    11# -*- coding: utf-8 -*-
    22'''
    3 *GSASIImpsubs - routines used in multiprocessing*
     3*GSASIImpsubs: routines used in multiprocessing*
    44-------------------------------------------------
    55
  • trunk/GSASIIpwd.py

    r4789 r4800  
    22# -*- coding: utf-8 -*-
    33'''
    4 *GSASII powder calculation module (GSASIIpwd)*
     4*GSASIIpwd: Powder calculations module*
    55==============================================
    66
  • trunk/ReadMarCCDFrame.py

    r3470 r4800  
    11#!/usr/bin/env python
    2 from __future__ import division, print_function
    32'''
    43*ReadMarCCDFrame: Read Mar Files*
     
    65
    76'''
     7from __future__ import division, print_function
    88"""
    99  from /opt/marccd/documentation/header.txt
  • trunk/docs/source/GSASIIGUIr.rst

    r4335 r4800  
    88    :members:
    99
    10 .. automodule:: ReadMarCCDFrame
    11     :members:
    12 
    1310.. automodule:: GSASIIpy3
    1411    :members:
    1512
     13.. automodule:: gltext
     14    :members:
     15
  • trunk/docs/source/GSASIIutil.rst

    r3187 r4800  
    2929    :members:
    3030
    31 .. automodule:: gltext
    32     :members:
    33 
    3431.. automodule:: ElementTable
    3532    :members:
     
    4744    :members:
    4845
     46.. automodule:: ReadMarCCDFrame
     47    :members:
Note: See TracChangeset for help on using the changeset viewer.