Changeset 5104


Ignore:
Timestamp:
Nov 27, 2021 7:38:44 AM (2 years ago)
Author:
toby
Message:

fix misc. sphinx-docs formatting

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImapvars.py

    r5040 r5104  
    292292  data tree. Function
    293293  :func:`GSASIIseqGUI.UpdateSeqResults` displays the sequential results
    294   table
    295 also processes constraints.
     294  table also processes constraints.
    296295
    297296TODO: Note that G2stIO.makeTwinFrConstr is called only in one place. It probably needs to be included in all of the above.
  • trunk/GSASIImath.py

    r5070 r5104  
    21372137
    21382138    :returns: modeDict,posDict where modeDict contains pairs of mode values
    2139     and mode s.u. values; posDict contains pairs of displacement values
    2140     and their s.u. values.
     2139      and mode s.u. values; posDict contains pairs of displacement values
     2140      and their s.u. values.
    21412141    '''
    21422142    ISO = Phase['ISODISTORT']
  • trunk/GSASIIobj.py

    r5072 r5104  
    11311131
    11321132Three typical examples:
     1133
    11331134    1) Bragg-Brentano laboratory diffractometer: Chi=0
    11341135    2) Debye-Scherrer counter detector; sample capillary axis perpendicular to diffraction plane: Chi=90
    11351136    3) Debye-Scherrer 2D area detector positioned directly behind sample; sample capillary axis horizontal; Chi=0
    1136             NB: The area detector azimuthal angle = 0 in horizontal plane to right as viewed from x-ray source & 90 at vertical "up" direction
     1137
     1138NB: The area detector azimuthal angle will equal 0 in horizontal plane to right as viewed from x-ray source and will equal
     113990 at vertical "up" direction.
    11371140           
    11381141ISODISTORT implementation
     
    11421145https://stokes.byu.edu/iso/isodistort_version5.6.1/isodistort.php
    11431146[B. J. Campbell, H. T. Stokes, D. E. Tanner, and D. M. Hatch, "ISODISPLACE: An Internet Tool for Exploring Structural Distortions."
    1144  J. Appl. Cryst. 39, 607-614 (2006).] can be read into GSAS-II using import CIF. This will cause constraints to be established for
     1147J. Appl. Cryst. 39, 607-614 (2006).] can be read into GSAS-II using import CIF. This will cause constraints to be established for
    11451148structural distortion modes read from the CIF. At present, of the five types of modes  only displacive(``_iso_displacivemode``...)
    11461149and occupancy (``_iso_occupancymode``...) are processed. Not yet processed: ``_iso_magneticmode``...,
     
    11691172corresponding :class:`GSASIIobj.G2VarObj` objects for each are placed in ``.Phase['ISODISTORT']['G2ModeList']``.
    11701173[Use ``str(G2VarObj)`` to get the variable name from the G2VarObj object, but note that the phase number, *n*, for the prefix
    1171  "*n*::" cannot be determined as the phase number is not yet assigned.]
     1174"*n*::" cannot be determined as the phase number is not yet assigned.]
    11721175
    11731176Displacive modes are a bit complex in that they relate to delta displacements, relative to an offset value for each coordinate,
     
    24292432
    24302433        :returns: varname, explain, note, warnmsg (all str values) where:
     2434
    24312435          * varname is the parameter expressed as a string,
    24322436          * explain is blank unless there is a warning explanation about
  • trunk/GSASIIplot.py

    r5102 r5104  
    504504        :param str label: title of plot
    505505        :param str Type: determines the type of plot that will be opened.
     506
    506507          'mpl' for 2D graphs in matplotlib
    507508          'ogl' for openGL
    508509          '3d' for 3D plotting in matplotlib
     510
    509511        :param bool newImage: forces creation of a new graph for matplotlib
    510512          plots only (defaults as True)
     
    513515          which prevents use of this).
    514516        :returns: new,plotNum,Page,Plot,limits where
     517
    515518          * new: will be True if the tab was just created
    516519          * plotNum: is the tab number
Note: See TracChangeset for help on using the changeset viewer.