Changeset 3822


Ignore:
Timestamp:
Feb 13, 2019 4:16:26 PM (4 years ago)
Author:
toby
Message:

fixing a broken doc reference?

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIobj.py

    r3806 r3822  
    18961896class ImportBaseclass(object):
    18971897    '''Defines a base class for the reading of input files (diffraction
    1898     data, coordinates,...). See :ref:`Writing a Import Routine<Import_routines>`
     1898    data, coordinates,...). See :ref:`Writing a Import Routine<import_routines>`
    18991899    for an explanation on how to use a subclass of this class.
    19001900    '''
  • trunk/GSASIIscriptable.py

    r3820 r3822  
    3131
    3232    :meth:`G2Project.add_powder_histogram`
    33        Used to read in powder diffraction data to a project file.
     33       Used to read in powder diffraction data into a project file.
    3434
    3535    :meth:`G2Project.add_simulated_powder_histogram`
     
    3737
    3838    :meth:`G2Project.add_image`
    39        Reads in an image to a project.
     39       Reads in an image into a project.
    4040
    4141    :meth:`G2Project.add_phase`
  • trunk/docs/source/imports.rst

    r2818 r3822  
    1616may be loaded from anywhere in the path.
    1717
     18.. _import_routines:
     19
    1820Writing an Import Routine
    1921--------------------------
    20 
    21 .. _Import_routines:
    2222
    2323When writing a import routine, one should create a new class derived
Note: See TracChangeset for help on using the changeset viewer.