Ignore:
Timestamp:
Jun 21, 2021 5:58:24 PM (2 years ago)
Author:
toby
Message:

finish hist/phase tree entry; create new help file for it(incomplete)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4964 r4968  
    64256425    elif helpType.lower().startswith('phase'):
    64266426        helplink = 'gsasII-phase.html#'+helpType.replace(')','').replace('(','_').replace(' ','_')
     6427    if helpType.lower().startswith('hist/phase'):
     6428        helplink = 'gsasII-histphase.html'
    64276429    elif helpType:
    64286430        helplink = 'gsasII.html#'+helpType.replace(')','').replace('(','_').replace(' ','_')
Note: See TracChangeset for help on using the changeset viewer.