Changeset e071b1c in sasview for theoryview/perspectives/theory/help_panel.py
- Timestamp:
- Apr 7, 2010 4:09:35 PM (15 years ago)
- 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:
- 614cf546
- Parents:
- f75ea4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
theoryview/perspectives/theory/help_panel.py
r0277d084 re071b1c 106 106 <body> 107 107 <ul> 108 <li><a href =" doc/change_scale_help.html" target ="showframe">Change scale</a><br></li>109 <li><a href =" doc/reset_Graph_help.html" target ="showframe">Graph Help</a><br></li>110 <li><a href =" doc/load_data_help.html" target ="showframe">Load a File</a><br></li>111 <li><a href =" doc/simultaneous_fit_help.html" target ="showframe">Simultaneous Fit</a><br></li>112 <li><a href =" doc/single_fit_help.html" target ="showframe">Single Fit</a><br></li>113 <li><a href =" doc/model_use_help.html" target ="showframe">Visualize Model</a><br></li>114 <li><a href =" doc/averaging_help.html" target ="showframe">Data Averaging</a><br></li>115 <li><a href =" doc/sld_calculator_help.html" target ="showframe">SLD Calculator</a><br></li>116 <li><a href =" doc/model_functions.html" target ="showframe">Model Functions</a><br></li>108 <li><a href ="media/change_scale_help.html" target ="showframe">Change scale</a><br></li> 109 <li><a href ="media/reset_Graph_help.html" target ="showframe">Graph Help</a><br></li> 110 <li><a href ="media/load_data_help.html" target ="showframe">Load a File</a><br></li> 111 <li><a href ="media/simultaneous_fit_help.html" target ="showframe">Simultaneous Fit</a><br></li> 112 <li><a href ="media/single_fit_help.html" target ="showframe">Single Fit</a><br></li> 113 <li><a href ="media/model_use_help.html" target ="showframe">Visualize Model</a><br></li> 114 <li><a href ="media/averaging_help.html" target ="showframe">Data Averaging</a><br></li> 115 <li><a href ="media/sld_calculator_help.html" target ="showframe">SLD Calculator</a><br></li> 116 <li><a href ="media/model_functions.html" target ="showframe">Model Functions</a><br></li> 117 117 </ul> 118 118 </body> … … 146 146 """ 147 147 #link= "doc/modelfunction.html" 148 self.rhelp.LoadPage(" doc/modelfunction.html")148 self.rhelp.LoadPage("media/modelfunction.html") 149 149 150 150 def OnLinkClicked(self, event):
Note: See TracChangeset
for help on using the changeset viewer.