Changes in / [2d707e3:a15e754] in sasview


Ignore:
Files:
2 edited

Legend:

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

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

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