Ignore:
Timestamp:
Oct 25, 2013 2:24:22 PM (9 years ago)
Author:
toby
Message:

add import and export routines to sphinx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exports/G2export_examples.py

    r1115 r1123  
    88# $Id$
    99########### SVN repository information ###################
    10 '''Code to demonstrate how GSAS-II data export routines are created
     10'''
     11*Module G2export_examples: Examples*
     12-------------------------------------------
     13
     14Code to demonstrate how GSAS-II data export routines are created. The
     15classes defined here, :class:`ExportPhaseText`,
     16:class:`ExportSingleText`, :class:`ExportPowderReflText`,
     17and :class:`ExportPowderText` each demonstrate a different type
     18of export. Also see :class:`G2export_map.ExportMapASCII` for an
     19example of a map export.
     20
    1121'''
    1222import os.path
     
    148158        self.CloseFile()
    149159        print(str(hist)+' written to file '+str(self.filename))                       
    150 
    151160class ExportPowderReflText(G2IO.ExportBaseclass):
    152161    '''Used to create a text file of reflections from a powder data set
Note: See TracChangeset for help on using the changeset viewer.