Changeset 1709 for trunk/GSASIIspc.py


Ignore:
Timestamp:
Mar 14, 2015 5:35:03 PM (8 years ago)
Author:
toby
Message:

change sphinx docs links; rebuild & fixing minor formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIspc.py

    r1699 r1709  
    4242    :param SGSymbol: space group symbol (string) with spaces between axial fields
    4343    :returns: (SGError,SGData)
     44   
    4445       * SGError = 0 for no errors; >0 for errors (see SGErrors below for details)
    4546       * SGData - is a dict (see :ref:`Space Group object<SGData_table>`) with entries:
     
    5556             * 'SGSys': one of 'triclinic', 'monoclinic', 'orthorhombic',
    5657               'tetragonal', 'rhombohedral', 'trigonal', 'hexagonal', 'cubic'
    57              * 'SGPolax': one of '', 'x', 'y', 'x y', 'z', 'x z', 'y z',
     58             * 'SGPolax': one of ' ', 'x', 'y', 'x y', 'z', 'x z', 'y z',
    5859               'xyz', '111' for arbitrary axes
    59              * 'SGPtGrp': one of 32 point group symbols (with some permutations)
    60                 - filled by SGPtGroup - is external (KE) part of supersymmetry point group
     60             * 'SGPtGrp': one of 32 point group symbols (with some permutations), which
     61                is filled by SGPtGroup, is external (KE) part of supersymmetry point group
    6162             * 'SSGKl': default internal (Kl) part of supersymmetry point group; modified
    62              in supersymmetry stuff depending on chosen modulation vector for Mono & Ortho
     63                in supersymmetry stuff depending on chosen modulation vector for Mono & Ortho
    6364
    6465    """
     
    175176   
    176177    :param SGData: from :func SpcGroup
    177     returns SSGPtGrp & SSGKl (only defaults for Mono & Ortho)
     178    :returns: SSGPtGrp & SSGKl (only defaults for Mono & Ortho)
    178179    '''
    179180    Flds = SGData['SpGrp'].split()
     
    425426    :param SSymbol: superspace group symbol extension (string) defining modulation direction & generator info.
    426427    :returns: (SSGError,SSGData)
     428   
    427429       * SGError = 0 for no errors; >0 for errors (see SGErrors below for details)
    428430       * SSGData - is a dict (see :ref:`Superspace Group object<SSGData_table>`) with entries:
Note: See TracChangeset for help on using the changeset viewer.