Skip to content

Commit eac1731

Browse files
author
mantid-builder
committed
Update documentation
1 parent 7619065 commit eac1731

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

_modules/mantidimaging/gui/windows/stack_visualiser/view.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,8 @@ <h1>Source code for mantidimaging.gui.windows.stack_visualiser.view</h1><div cla
539539
<span class="p">(</span><span class="s2">&quot;Create sinograms from stack&quot;</span><span class="p">,</span> <span class="k">lambda</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">presenter</span><span class="o">.</span><span class="n">notify</span><span class="p">(</span><span class="n">SVNotification</span><span class="o">.</span><span class="n">SWAP_AXES</span><span class="p">)),</span>
540540
<span class="p">(</span><span class="s2">&quot;Set ROI&quot;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">set_roi</span><span class="p">),</span> <span class="p">(</span><span class="s2">&quot;Copy ROI to clipboard&quot;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">copy_roi_to_clipboard</span><span class="p">),</span> <span class="p">(</span><span class="s2">&quot;&quot;</span><span class="p">,</span> <span class="kc">None</span><span class="p">),</span>
541541
<span class="p">(</span><span class="s2">&quot;Change window name&quot;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">change_window_name_clicked</span><span class="p">),</span>
542-
<span class="p">(</span><span class="s2">&quot;Goto projection&quot;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">goto_projection</span><span class="p">),</span> <span class="p">(</span><span class="s2">&quot;Goto angle&quot;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">goto_angle</span><span class="p">)]</span>
542+
<span class="p">(</span><span class="s2">&quot;Goto projection&quot;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">goto_projection</span><span class="p">),</span> <span class="p">(</span><span class="s2">&quot;Goto angle&quot;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">goto_angle</span><span class="p">),</span>
543+
<span class="p">(</span><span class="s2">&quot;Reset main window layout&quot;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">_main_window</span><span class="o">.</span><span class="n">reset_layout</span><span class="p">)]</span>
543544
<span class="bp">self</span><span class="o">.</span><span class="n">_context_actions</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">build_context_menu</span><span class="p">()</span>
544545

545546
<span class="bp">self</span><span class="o">.</span><span class="n">image_view</span> <span class="o">=</span> <span class="n">MIImageView</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span>

release_notes/next.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ <h1>Mantid Imaging next release<a class="headerlink" href="#mantid-imaging-next-
543543
<section id="new-features">
544544
<h2>New Features<a class="headerlink" href="#new-features" title="Link to this heading">#</a></h2>
545545
<ul class="simple">
546+
<li><p><a class="reference external" href="https://github.com/mantidproject/mantidimaging/issues/1619">#1619</a>: Updated the code to prevent the sidebar from minimising at all.</p></li>
546547
<li><p><a class="reference external" href="https://github.com/mantidproject/mantidimaging/issues/2136">#2136</a>: Mantid Imaging now supports cancelling a dataset on load</p></li>
547548
<li><p><a class="reference external" href="https://github.com/mantidproject/mantidimaging/issues/2326">#2326</a>: Updated the code to display warnings for zero, negative, and NaN values using user-friendly colors in the operation and reconstruction windows.</p></li>
548549
<li><p><a class="reference external" href="https://github.com/mantidproject/mantidimaging/issues/2347">#2347</a>: Support for Differently-Sized ROIs in Spectrum Normalisation.</p></li>
@@ -562,6 +563,7 @@ <h2>Fixes<a class="headerlink" href="#fixes" title="Link to this heading">#</a><
562563
<section id="developer-changes">
563564
<h2>Developer Changes<a class="headerlink" href="#developer-changes" title="Link to this heading">#</a></h2>
564565
<ul class="simple">
566+
<li><p><a class="reference external" href="https://github.com/mantidproject/mantidimaging/issues/2057">#2057</a>: Updated the code to allow resetting the GUI to the default layout, including floating windows, through both the View menu and the right-click menu.</p></li>
565567
<li><p><a class="reference external" href="https://github.com/mantidproject/mantidimaging/issues/2638">#2638</a>: Update Geometry object COR and tilt methods to accept and return mi-convention COR/tilt data rather than CIL-convention data</p></li>
566568
<li><p><a class="reference external" href="https://github.com/mantidproject/mantidimaging/issues/2484">#2484</a>: COR/tilt inputs in the reconstruction window now update Geometry data directly rather than passing it on to CIL reconstruction</p></li>
567569
<li><p><a class="reference external" href="https://github.com/mantidproject/mantidimaging/issues/2640">#2640</a>: Create a Pre-Commit check that validates the format of a release notes’ filename and contents. The Pre-commit also checks for duplicate issue/PR numbers in the same directory and validates that the issue number matches an existing issue/PR in the remote repository.</p></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)