Skip to content

Commit

Permalink
Fix overspacing between bullet points
Browse files Browse the repository at this point in the history
In both cases, this was caused by an unexpected identation.
  • Loading branch information
GuiMacielPereira committed Jun 4, 2024
1 parent e6a18f7 commit 02faa16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docs/source/release/v6.10.0/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ New features
VASP outputs, frozen atoms will be disregarded in the calculation
of inelastic scattering structure factor.

- Algorithms :ref:`algm-Abins` and :ref:`algm-Abins2D` now support JSON file import. Supported formats are:
- Algorithms :ref:`algm-Abins` and :ref:`algm-Abins2D` now support JSON file import.
The Euphonic JSON formats are convenient to create with Python
scripts, and recommended for users who wish to somehow customise or
manipulate their data before using it with Abins(2D).
Supported formats are:

- ``AbinsData``: dump of internal object, intended for development and testing.
- ``euphonic.QpointPhononModes``: an equivalent set of data dumped from
Expand All @@ -33,9 +37,6 @@ New features
in Euphonic, and will be converted to phonon modes on a q-point
mesh when Abins(2D) is run.

The Euphonic JSON formats are convenient to create with Python
scripts, and recommended for users who wish to somehow customise or
manipulate their data before using it with Abins(2D).

- New algorithm :ref:`LoadErrorEventsNexus <algm-LoadErrorEventsNexus>` to load events from the ``bank_error_events`` bank of a NeXus file.
- Re-implemtation of :ref:`LoadEventNexus <algm-LoadEventNexus>` when specifying the ``CompressTolerance``. This uses significantly less memory to create fewer events overall.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/release/v6.10.0/mantidworkbench.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Bugfixes
- Workspace scalling is no longer incorrect when operating on the same workspace on both sides.
- Toolbar of Matplotlib plots (non-mantid axes) and plots of 1D :ref:`MDHistoWorkspace <MDHistoWorkspace>` (for which the data have no workspace index) no longer display Fit and Superplot buttons:

.. figure:: ../../images/6_10_release/remove-toolbar-buttons.png
:width: 600px
.. figure:: ../../images/6_10_release/remove-toolbar-buttons.png
:width: 600px


InstrumentViewer
Expand Down

0 comments on commit 02faa16

Please sign in to comment.