Changeset aed0532 in sasview for src/sas/qtgui/Perspectives/Fitting


Ignore:
Timestamp:
May 1, 2018 8:45:08 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
b5cc06e
Parents:
417c03f
Message:

Updated references to help files

Location:
src/sas/qtgui/Perspectives/Fitting
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/ComplexConstraint.py

    r725d9c06 raed0532  
    202202        try: 
    203203            help_location = GuiUtils.HELP_DIRECTORY_LOCATION + \ 
    204             "/user/sasgui/perspectives/fitting/fitting_help.html#simultaneous-fits-with-constraints" 
     204            "/user/qtgui/Perspectives/Fitting/fitting_help.html#simultaneous-fits-with-constraints" 
    205205            webbrowser.open('file://' + os.path.realpath(help_location)) 
    206206        except AttributeError: 
  • src/sas/qtgui/Perspectives/Fitting/ConstraintWidget.py

    rd4dac80 raed0532  
    230230        Show the "Fitting" section of help 
    231231        """ 
    232         tree_location = "/user/sasgui/perspectives/fitting/" 
     232        tree_location = "/user/qtgui/Perspectives/Fitting/" 
    233233 
    234234        helpfile = "fitting_help.html#simultaneous-fit-mode" 
  • src/sas/qtgui/Perspectives/Fitting/FittingOptions.py

    re90988c raed0532  
    158158        """ 
    159159        tree_location = GuiUtils.HELP_DIRECTORY_LOCATION 
    160         tree_location += "/user/sasgui/perspectives/fitting/" 
     160        tree_location += "/user/qtgui/Perspectives/Fitting/" 
    161161 
    162162        # Actual file anchor will depend on the combo box index 
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    rd4dac80 raed0532  
    11801180        Show the "Fitting" section of help 
    11811181        """ 
    1182         tree_location = "/user/sasgui/perspectives/fitting/" 
     1182        tree_location = "/user/qtgui/Perspectives/Fitting/" 
    11831183 
    11841184        # Actual file will depend on the current tab 
  • src/sas/qtgui/Perspectives/Fitting/GPUOptions.py

    re90988c raed0532  
    170170        """ 
    171171        help_location = GuiUtils.HELP_DIRECTORY_LOCATION 
    172         help_location += "/user/sasgui/perspectives/fitting/gpu_setup.html" 
     172        help_location += "/user/qtgui/Perspectives/Fitting/gpu_setup.html" 
    173173        help_location += "#device-selection" 
    174174        # Display the page in default browser 
  • src/sas/qtgui/Perspectives/Fitting/MultiConstraint.py

    r3b3b40b raed0532  
    142142        try: 
    143143            help_location = GuiUtils.HELP_DIRECTORY_LOCATION + \ 
    144             "/user/sasgui/perspectives/fitting/fitting_help.html#simultaneous-fits-with-constraints" 
     144            "/user/qtgui/Perspectives/Fitting/fitting_help.html#simultaneous-fits-with-constraints" 
    145145            webbrowser.open('file://' + os.path.realpath(help_location)) 
    146146        except AttributeError: 
Note: See TracChangeset for help on using the changeset viewer.