Skip to content

Commit

Permalink
Automatic update of developer site
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-builder committed Nov 20, 2023
1 parent e167ea7 commit 2167d2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Testing/Core/Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h3>Grouped Tasks<a class="headerlink" href="#grouped-tasks" title="Link to this
<td><p>Please <strong>only</strong> test basic SliceViewer functionality, such as outlined <a class="reference external" href="https://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/loading_and_displaying_data/04_displaying_2D_data.html#displaying-2d-data" title="(in MantidProject v6.8)"><span class="xref std std-ref">here</span></a>, and please use SV with unusual data and in unusual ways! If you want extra inspiration, here are the advanced <a class="reference internal" href="../SliceViewer/SliceViewer.html#sliceviewer-testing"><span class="std std-ref">SliceViewer Manual Testing instructions</span></a>. Do NOT complete these advanced tests, however you may find the initial Data section useful.</p></td>
</tr>
<tr class="row-odd"><td><p>GUI Plotting</p></td>
<td><p>Produce 1D (Individual, Waterfall, Tiled), 2D (Colorfill and Contour) and 3D (Surface and Wireframe) plots with different data types. <a class="reference external" href="https://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/loading_and_displaying_data/03_displaying_1D_data.html#displaying-1d-data" title="(in MantidProject v6.8)"><span>Displaying 1D Data</span></a> <a class="reference external" href="https://matplotlib.org/stable/plot_types/3D/index.html#d-plots" title="(in Matplotlib v3.8.1)"><span>3D and volumetric data</span></a></p></td>
<td><p>Produce 1D (Individual, Waterfall, Tiled), 2D (Colorfill and Contour) and 3D (Surface and Wireframe) plots with different data types. <a class="reference external" href="https://docs.mantidproject.org/nightly/tutorials/mantid_basic_course/loading_and_displaying_data/03_displaying_1D_data.html#displaying-1d-data" title="(in MantidProject v6.8)"><span>Displaying 1D Data</span></a> <a class="reference external" href="https://matplotlib.org/stable/plot_types/3D/index.html#d-plots" title="(in Matplotlib v3.8.2)"><span>3D and volumetric data</span></a></p></td>
</tr>
<tr class="row-even"><td><p>Manipulating Plots</p></td>
<td><p>See Plot Help Docs for info on Toolbar <strong>?</strong> buttons, Click Menus, Plots Toolbox, Settings</p></td>
Expand Down
5 changes: 5 additions & 0 deletions TestingUtilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ <h3><a class="toc-backref" href="#id4" role="doc-backlink">Python</a><a class="h
and deletes them automatically when the object is deleted. Basically
a thin wrapper around <a class="reference external" href="https://docs.python.org/2/library/tempfile.html">NamedTemporaryFile</a>
from the tempfile package.</p></li>
<li><dl class="simple">
<dt><code class="docutils literal notranslate"><span class="pre">mtd.unique_name</span></code> and <code class="docutils literal notranslate"><span class="pre">mtd.unique_hidden_name</span></code> - functions that allow you to create a workspace name that will be</dt><dd><p>unique to avoid colisions with other workspaces. This is useful for testing and temporary workspaces.</p>
</dd>
</dl>
</li>
</ul>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 2167d2f

Please sign in to comment.