Changeset 3823 for trunk/docs
- Timestamp:
- Feb 13, 2019 5:43:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/imports.rst
r3822 r3823 155 155 in a file. 156 156 157 .. _ContentsValidator: 158 157 159 ContentsValidator() 158 160 ~~~~~~~~~~~~~~~~~~~~ 159 160 .. _ContentsValidator:161 161 162 162 Defining a ``ContentsValidator`` method is optional, but is usually a … … 301 301 Image import routines are classes derived from 302 302 :class:`GSASIIIO.ImportImage`. 303 See :ref:`Writing a Import Routine<Import_Routines>` for general 304 information on importers and 305 :ref:`the ImportImage docstring<Image_import_routines>` 306 for what a reader should define. 303 See :ref:`Writing a Import Routine<import_routines>` for general 304 information on importers and the :class:`GSASIIobj.ImportImage` for 305 information on what class variables a reader should set. 307 306 Image importers must be found in files named `G2img*.py` that are in the Python path 308 307 and the class must override the ``__init__`` method and add a
Note: See TracChangeset
for help on using the changeset viewer.