Changeset 8ac05a5 in sasview


Ignore:
Timestamp:
Sep 18, 2018 11:27:13 AM (6 years ago)
Author:
smk78
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
0863065
Parents:
7d3aa9a
Message:

Implementing html Release Notes from Help menu.

Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/config.py

    r5e88e27c r8ac05a5  
    5353'''This work was originally developed as part of the DANSE project funded by the US NSF under Award DMR-0520547,\n but is currently maintained by a collaboration between UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, DLS, and the scattering community.\n\n SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project (Grant No 654000).\nA list of individual contributors can be found at: http://www.sasview.org/contact.html 
    5454''' 
    55 _release_preamble =\ 
    56 '''These Release Notes, incorporating Known Issues, can also be found at:''' 
    57 _release_location1 =\ 
    58 '''{SasView Installation Folder}\sasview\installers\README.txt''' 
    59 _release_location2 =\ 
    60 '''https://github.com/SasView/sasview/releases/''' 
    6155 
    6256_homepage = "http://www.sasview.org" 
  • src/sas/sasgui/guiframe/gui_manager.py

    r5e88e27c r8ac05a5  
    21522152 
    21532153        """ 
    2154         if config._do_release: 
    2155             import sas.sasgui.guiframe.releasebox as ReleaseBox 
    2156             dialog = ReleaseBox.DialogRelease(None, -1, "") 
    2157             dialog.ShowModal() 
     2154        # S King, Sep 2018 
     2155 
     2156        from documentation_window import DocumentationWindow 
     2157        _TreeLocation = "user/release.html" 
     2158        DocumentationWindow(self, -1, _TreeLocation, "", 
     2159                            "SasView Documentation") 
    21582160 
    21592161    def _onTutorial(self, evt): 
  • src/sas/sasview/local_config.py

    r5e88e27c r8ac05a5  
    5353'''This work was originally developed as part of the DANSE project funded by the US NSF under Award DMR-0520547,\n but is currently maintained by a collaboration between UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, DLS, and the scattering community.\n\n SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project (Grant No 654000).\nA list of individual contributors can be found at: http://www.sasview.org/contact.html 
    5454''' 
    55 _release_preamble =\ 
    56 '''These Release Notes, incorporating Known Issues, can also be found at:''' 
    57 _release_location1 =\ 
    58 '''{SasView Installation Folder}\sasview\installers\README.txt''' 
    59 _release_location2 =\ 
    60 '''https://github.com/SasView/sasview/releases/''' 
    6155 
    6256_homepage = "http://www.sasview.org" 
Note: See TracChangeset for help on using the changeset viewer.