Changeset 384647dc in sasview


Ignore:
Timestamp:
Mar 22, 2011 5:19:19 PM (14 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
8956bdb
Parents:
6e8b436
Message:

added smear help path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/help_panel.py

    r18cdddb r384647dc  
    5353        path = models.get_data_path(media='media') 
    5454        self.path = os.path.join(path,"model_functions.html") 
     55        self.path_sm = os.path.join(path,"smear_computation.html") 
    5556                     
    5657        page1="""<html> 
     
    7172            <li><a href ="media/averaging_help.html" target ="showframe">Data Averaging</a><br></li> 
    7273            <li><a href ="%s" target ="showframe">Model Functions</a><br></li> 
     74            <li><a href ="%s" target ="showframe">Smear Computation</a><br></li> 
    7375            </ul> 
    7476            </body> 
    75             </html>""" % self.path 
     77            </html>""" % (self.path, self.path_sm) 
    7678         
    7779        self.rhelp.SetPage(page1) 
Note: See TracChangeset for help on using the changeset viewer.