Skip to content

Commit

Permalink
Fix indentation for images in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashampson committed Oct 15, 2024
1 parent 96d37d4 commit 8820dab
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/source/release/v6.11.0/diffraction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ New features
The algorithm is useful for finding a single UB in the presence of spurious peaks, or finding multiple UBs when there
are multiple domains.

.. figure:: ../../images/6_11_release/FindMultipleUMatrices.png
:width: 400px
.. figure:: ../../images/6_11_release/FindMultipleUMatrices.png
:width: 400px

- Algorithm :ref:`ShowPossibleCells <algm-ShowPossibleCells>` now has a new output property, ``Cells``, that includes the cell information in a usable way.
- New algorithm :ref:`SaveMDHistoToVTK <algm-SaveMDHistoToVTK>` that saves a :ref:`MDHistoWorkspace <MDHistoWorkspace>` as a ``VTK`` file so that it can be visualized by ``Paraview``.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/release/v6.11.0/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ New features
- Version 2 of the algorithm :ref:`LoadEventAsWorkspace2D <algm-LoadEventAsWorkspace2D>` that adds the property ``FilterByTime``.
- New algorithm :ref:`ScaleInstrumentComponent <algm-ScaleInstrumentComponent>` to scale all detectors in an instrument component around the component's geometrical position.

.. figure:: ../../images/6_11_release/ScaleInstrumentComponent.png
:width: 400px
.. figure:: ../../images/6_11_release/ScaleInstrumentComponent.png
:width: 400px

- Algorithm :ref:`GenerateGroupingSNSInelastic <algm-GenerateGroupingSNSInelastic>` has the new input option :ref:`InstrumentDefinitionFile`.
Selecting the new ``InstrumentDefinitionFile`` option in the instrument drop down menu will create a new field allowing users to select older instrument definition files.
Expand Down
8 changes: 4 additions & 4 deletions docs/source/release/v6.11.0/inelastic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ New Features
------------
- Indirect/Inelastic interfaces have a new ``Load Workspace History`` option in the settings dialog.

.. figure:: ../../images/6_11_release/load_history_option.png
:width: 500px
.. figure:: ../../images/6_11_release/load_history_option.png
:width: 500px

- The :ref:`Elwin Tab <elwin>` of :ref:`Data Processor Interface <interface-inelastic-data-processor>` now includes access the Slice Viewer or 3D Plot from the ``OutputPlot`` widget of the output workspaces containing more than 1 histogram.
- The :ref:`Convolution <convfit>` tab of the :ref:`Inelastic QENS Fitting Interface <interface-inelastic-qens-fitting>` now has option ``Tie Peak Centres`` to tie two Lorentzians in the interface.
- The ``Function (Q)`` tab of the :ref:`QENS Fitting Interface <interface-inelastic-qens-fitting>` now allows to load `A0` fit parameter data into the interface.
- The ``I(Q, t)`` tab in :ref:`Inelastic QENS Fitting Interface <interface-inelastic-qens-fitting>` has new option `Output Composite Members`.
- Renamed tabs of :ref:`QENS Fitting <interface-inelastic-qens-fitting>` from ``MSD Fit``, ``I(Q,t) Fit``, ``ConvFit`` and ``F(Q)`` to ``MSD``, ``I(Q,t)``, ``Convolution`` and ``Function(Q)`` respectively. Added tooltip.

.. figure:: ../../images/6_11_release/renamed_tabs.png
:width: 350px
.. figure:: ../../images/6_11_release/renamed_tabs.png
:width: 350px

- The :ref:`Container Subtraction <container-subtraction>` tab of the Corrections interface has new option not to delete subtracted workspaces when adding new data.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/release/v6.11.0/mantidworkbench.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ New Features
- ``Run`` and ``Abort`` buttons now display tooltips explaining their functionality and shortcut keys.
Tooltips are displayed when hovering over the relevant buttons:

.. figure:: ../../images/6_11_release/run_abort_tooltip.gif
:width: 450px
.. figure:: ../../images/6_11_release/run_abort_tooltip.gif
:width: 450px

- The Sequential Fit Dialog has a new selection method to `ExtendedSelection <https://doc.qt.io/qt-5/qabstractitemview.html#SelectionMode-enum>`_ when adding workspaces.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/release/v6.11.0/reflectometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ New Features
- New algorithm :ref:`algm-PolarizationEfficienciesWildes` has been added for calculating the efficiencies of the polarizing components of an instrument with two flippers.
This algorithm implements the approach from the A. R. Wildes 2006 paper.

.. figure:: ../../images/6_11_release/PolarizationEfficienciesWildes.png
:width: 500px
.. figure:: ../../images/6_11_release/PolarizationEfficienciesWildes.png
:width: 500px


Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions docs/source/release/v6.11.0/sans.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ New Features
- The :ref:`compatibility_mode` feature in the :ref:`ISIS SANS GUI <ISIS_Sans_interface_contents>` is no longer selected by default.
This feature should be considered deprecated and will be removed completely in a future release.

.. figure:: ../../images/6_11_release/disabled_compatibility_mode.png
:width: 600px
.. figure:: ../../images/6_11_release/disabled_compatibility_mode.png
:width: 600px

- New algorithm :ref:`PolarizerEfficiency <algm-PolarizerEfficiency-v1>` for calculating the efficiency of a polariser.

Expand Down

0 comments on commit 8820dab

Please sign in to comment.