Changeset 4162


Ignore:
Timestamp:
Sep 27, 2019 6:50:19 PM (4 years ago)
Author:
toby
Message:

more doc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIscriptable.py

    r4161 r4162  
    800800A sample script where an image is read, assigned calibration values from a file
    801801and then integrated follows.
    802 The data files are found
    803 `here <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/PythonScript/data/>`_.
     802The data files are found in the
     803`Scripting Tutorial <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/PythonScript/data/>`_.
    804804
    805805.. code-block::  python
     
    869869increase. The calibration is repeated until that stops increasing significantly (<10%).
    870870Detector control files are then created.
    871 The files used for this exercise are found
    872 `here <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/data/>`_
    873 (the
    874 `Area Detector Calibration with Multiple Distances <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/DeterminingWavelength.html>`_
    875 tutorial).
     871The files used for this exercise are found in the
     872`Area Detector Calibration Tutorial <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/data/>`_
     873(see
     874`Area Detector Calibration with Multiple Distances <https://subversion.xray.aps.anl.gov/pyGSAS/Tutorials/DeterminingWavelength/DeterminingWavelength.html>`_ ).
    876875
    877876.. code-block::  python
Note: See TracChangeset for help on using the changeset viewer.