Changes in / [a15e754:2d707e3] in sasview


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/index.rst

    r8042dbb r22d92da  
    1010   :maxdepth: 1 
    1111 
    12    Model Documentation <user/models/model_functions> 
    13     
    1412   User Documentation <user/user> 
    1513 
  • src/sas/guiframe/gui_manager.py

    r7788030 r22d92da  
    21772177        # different place than they would otherwise. 
    21782178        from documentation_window import DocumentationWindow 
    2179         DocumentationWindow(self, -1, "index.html", "", "SasView Documentation") 
     2179        _TreeLocation = "user/user.html" 
     2180#        DocumentationWindow(self, -1, "index.html", "", "SasView Documentation") 
     2181        DocumentationWindow(self, -1, _TreeLocation, "", "SasView Documentation") 
    21802182 
    21812183    def set_manager(self, manager): 
Note: See TracChangeset for help on using the changeset viewer.