Changeset 0b96d74 in sasview for sansview


Ignore:
Timestamp:
Aug 24, 2012 5:08:14 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:
9bc37a8
Parents:
f686259
Message:

some updates on model docs

Location:
sansview
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sansview/README.txt

    r754c436 r0b96d74  
    88        - Added a new tool; Data operation for addition, subtraction, multiplication, division, and combination of two data sets 
    99        - Extended Sum Model Editor to Summation and Multiplication Editor 
     10        - More models. 
    1011        - Fixed many minor bugs. 
    1112         
     
    1621636- Installer download website 
    163164 
    164         - See: http://danse.chem.utk.edu/sasview.html 
     165        - http://sourceforge.net/projects/sansviewproject/files/ 
  • sansview/welcome_panel.py

    rc329f4d r0b96d74  
    9494        self.hyperlink_license = wx.StaticText(self, -1,  
    9595                                               "Comments? Bugs? Requests?") 
     96        send_ticket = "Send us a ticket at: " 
     97        send_ticket += "sansviewproject-developers@lists.sourceforge.net" 
    9698        self.hyperlink_paper = wx.lib.hyperlink.HyperLinkCtrl(self, -1, 
    97             "Send us a ticket at:  sansdanse@gmail.com", URL=config._license) 
     99            send_ticket, URL=config._license) 
    98100         
    99101        self.label_title = wx.StaticText(self, -1,  
Note: See TracChangeset for help on using the changeset viewer.