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

Location:
calculatorview/src/sans/perspectives/calculator
Files:
2 added
2 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> 
Note: See TracChangeset for help on using the changeset viewer.