You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Help Window Feature Addition - Indicator / UI element for Offline vs. Online (ornl-next merge) (#39183)
* OFFLINE_MODE
* Change red to green for Local Docs text.
* Updates based on comments left.
* Updates to icons and comment fix
* Fix logger defnition.
* Release documentation
* Updates to release documentation
* Hopefully this fixes the issue with docs build?
* Fix mantidworkbench.rst
* Move conda build tools to base environment (#39177)
* Move build tools to conda base environment in package-conda
At least one of these dependencies causes conda to be installed,
which should only be done inside the base environment.
* Move conda build tool to base env in package-standalone
conda build tools bring in conda as a dependency, so should
only be installed inside the base environment. Also, I think
conda-index is the correct dependency here.
---------
Co-authored-by: thomashampson <thomas.hampson@stfc.ac.uk>
- Introduced a prototype "side-by-side" help system that includes both the legacy QtHelp-based viewer and a new Python-based Help Window using an embedded web browser (QWebEngine) to display documentation within Mantid Workbench.
2
+
- Improvements:
3
+
- Enhances the visual appearance and usability of in-app documentation.
4
+
- Supports richer HTML content and modern formatting, including MathJax for rendering mathematical equations.
5
+
- Delivers a smoother and more consistent experience when navigating help and reference material.
6
+
- Key benefits:
7
+
- Improved clarity for technical content (e.g. math and tables), more attractive and readable pages, and future potential for interactive elements in documentation.
0 commit comments