Changes in / [a15e754:2d707e3] in sasview
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/index.rst
r8042dbb r22d92da 10 10 :maxdepth: 1 11 11 12 Model Documentation <user/models/model_functions>13 14 12 User Documentation <user/user> 15 13 -
src/sas/guiframe/gui_manager.py
r7788030 r22d92da 2177 2177 # different place than they would otherwise. 2178 2178 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") 2180 2182 2181 2183 def set_manager(self, manager):
Note: See TracChangeset
for help on using the changeset viewer.