Changeset 4128


Ignore:
Timestamp:
Aug 31, 2019 3:09:24 PM (4 years ago)
Author:
toby
Message:

fix Sphinx formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIscriptable.py

    r4127 r4128  
    753753GSASIIscriptable can be used to setup and perform sequential refinements. This example script
    754754is used to take the single-dataset fit at the end of Step 1 of the
    755 `Sequential Refinement tutorial <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/SeqRefine/SequentialTutorial.htm>`
     755`Sequential Refinement tutorial <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/SeqRefine/SequentialTutorial.htm>`_
    756756and turn on and off refinement flags, add histograms and setup the sequential fit, which is then run:
    757757
     
    798798and then integrated follows.
    799799The data files are found
    800 `here <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/PythonScript/data/>`.
     800`here <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/PythonScript/data/>`_.
    801801
    802802.. code-block::  python
     
    815815
    816816This example shows a computation similar to what is done in tutorial
    817 `Area Detector Calibration with Multiple Distances <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/DeterminingWavelength.html>`
     817`Area Detector Calibration with Multiple Distances <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/DeterminingWavelength.html>`_
    818818
    819819.. code-block::  python
     
    852852A project is created with the images found in a directory, setting initial
    853853parameters as the images are read. The initial values
    854 for the calibration are not very good, so a :meth:`G2Image.recalibrate` is done
     854for the calibration are not very good, so a :meth:`G2Image.Recalibrate` is done
    855855to quickly improve the fit. Once that is done, a fit of all images is performed
    856856where the wavelength, an offset and detector orientation are constrained to
     
    861861Detector control files are then created.
    862862The files used for this exercise are found
    863 `here <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/data/>`
     863`here <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/data/>`_
    864864(the
    865 `Area Detector Calibration with Multiple Distances <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/DeterminingWavelength.html>`
     865`Area Detector Calibration with Multiple Distances <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/DeterminingWavelength.html>`_
    866866tutorial).
    867867
     
    35133513        :param str fmthint: If specified, the first exporter where the format
    35143514           name (obj.formatName, as shown in Export menu) contains the
    3515           supplied string will be used. If not specified, an error
    3516           will be generated showing the possible choices.
     3515           supplied string will be used. If not specified, an error
     3516           will be generated showing the possible choices.
    35173517        :returns: name of file that was written
    35183518        '''
Note: See TracChangeset for help on using the changeset viewer.