Changeset 4364 for trunk


Ignore:
Timestamp:
Mar 12, 2020 3:07:32 PM (3 years ago)
Author:
toby
Message:

minor docs changes; remove remaining .xor. reference

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/G2compare.py

    r4362 r4364  
    1010########### SVN repository information ###################
    1111'''
     12.. _G2compare:
     13
    1214*G2compare: Tool for project comparison*
    1315---------------------------------------------
  • trunk/GSASIIIntPDFtool.py

    • Property svn:keywords set to Date Author Revision URL Id
    r4363 r4364  
    33#GSAS-II autointegration routines
    44########### SVN repository information ###################
    5 # $Date: $
    6 # $Author: $
    7 # $Revision: $
    8 # $URL: $
    9 # $Id: $
     5# $Date$
     6# $Author$
     7# $Revision$
     8# $URL$
     9# $Id$
    1010########### SVN repository information ###################
    1111'''
    12 *GSASIIautoint: autointegration routines*
     12.. _GSASIIIntPDFtool:
     13
     14*GSASIIIntPDFtool: autointegration routines*
    1315---------------------------------------------
    1416
     
    1820'''
    1921# Autointegration from
    20 # $Id: GSASIIimgGUI.py 3926 2019-04-23 18:11:07Z toby $
     22# $Id$
    2123# hacked for stand-alone use
    2224#
     
    3739import GSASIIpath
    3840GSASIIpath.SetBinaryPath(True)
    39 GSASIIpath.SetVersionNumber("$Revision: $")
     41GSASIIpath.SetVersionNumber("$Revision$")
    4042import GSASIIIO as G2IO
    4143import GSASIIctrlGUI as G2G
  • trunk/GSASIIdata.py

    r1077 r4364  
    1313
    1414At present this module defines one dict, ``ramachandranDist``,
    15 which contains arrays for All and specific amino acids
     15which contains arrays for All and specific amino acids.
    1616
    1717'''
  • trunk/docs/source/G2tools.rst

    r4362 r4364  
    22================================
    33
    4 The modules here are tools that provide programs that can be run
     4The modules here are used for independent programs to be used as
     5tools within the GSAS-II package and run
    56independently of the main GSAS-II program.
     7
     8 * :ref:`GSASIIIntPDFtool<GSASIIautoint>`:  Parallelized auto-integration/PDF program
     9 * :ref:`G2compare<G2compare>`: Project Comparison program
     10
    611Both are under development.
    712
Note: See TracChangeset for help on using the changeset viewer.