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