Changeset ce3feca in sasview


Ignore:
Timestamp:
Jun 27, 2012 5:34:00 PM (12 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:
b618b7f
Parents:
49a2b7cc
Message:

updated help docs

Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • calculatorview/src/sans/perspectives/calculator/calculator.py

    r306219c rce3feca  
    5252        Returns a set of menu entries for tools 
    5353        """ 
     54        data_oper_help = "Perform arithmetic data operation (+...) " 
     55        data_oper_help += "and combination (|)" 
    5456        kiessig_help = "Approximately computes the " 
    5557        kiessig_help += "thickness of a shell or the size of " 
     
    6567        #data_editor_help = "Meta Data Editor" 
    6668        return [("Data Operation",  
    67                         'Data operation', self.on_data_operation), 
     69                        data_oper_help, self.on_data_operation), 
    6870                ("SLD Calculator", sld_help, self.on_calculate_sld), 
    6971                ("Density/Volume Calculator", mass_volume_help,  
  • calculatorview/src/sans/perspectives/calculator/help_panel.py

    r992b594 rce3feca  
    6464            <body> 
    6565            <ul> 
     66            <li><a href ="data_operator_help.html"  
     67            target ="showframe">Data Operator</a><br></li> 
    6668            <li><a href ="sld_calculator_help.html"  
    6769            target ="showframe">SLD Calculator</a><br></li> 
  • fittingview/src/sans/perspectives/fitting/media/model_editor_help.html

    r66798ce rce3feca  
    55<li><a href="#description">Description</a></li> 
    66<li><a href="#new">New</a></li> 
    7 <li><a href="#sum">Sum(p1,p2)</a></li> 
     7<li><a href="#sum">Sum|Multi(p1,p2)</a></li> 
    88<li><a href="#advanced">Advanced</a></li> 
    99<li><a href="#delete">Delete</a></li> 
     
    2828<br/> 
    2929<br/> 
    30 <h5><a name="sum">Sum(p1,p2)</a></h5> 
     30<h5><a name="sum">Sum|Multi(p1,p2)</a></h5> 
    3131<p> 
    32 This option create a new sum model. Fill up the (sum model function) name and the description.  
     32This option create a new sum (or multiplication) model. Fill up the (sum model function) name and the description.  
    3333The description will show up on details button in the application. 
    34 Then select the p1 or p2 model for the sum model (Note: Not all models are currently supported), and click the Apply button for activation.  
     34Then select the p1 or p2 model for the sum/multi model,  
     35select an operator as necessary and click the Apply button for activation.  
    3536Hit the 'Close' button when it's done. 
    3637</p> 
Note: See TracChangeset for help on using the changeset viewer.