From 93dbd846bda5878c62e6f27a4a61bee6e60cded2 Mon Sep 17 00:00:00 2001 From: GuiMacielPereira Date: Wed, 5 Jun 2024 09:58:10 +0100 Subject: [PATCH] Reword data cache explanation + fix bullet spacing Reworded description of data cache to include information that only data from the past 3 years is included. Fix spacing of bullet points by de-identing the figures --- docs/source/release/v6.10.0/framework.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/release/v6.10.0/framework.rst b/docs/source/release/v6.10.0/framework.rst index c3d6be9415a9..297993686247 100644 --- a/docs/source/release/v6.10.0/framework.rst +++ b/docs/source/release/v6.10.0/framework.rst @@ -87,14 +87,14 @@ New features ############ - Algorithm :ref:`algm-LoadEventAsWorkspace2D` accepts new boolean parameter ``LoadNexusInstrumentXML``. Default is *true*. - File search/loading will now look in instrument data cache **on IDAaaS**. - The instrument data cache is the directory ``/data/instrument/`` present on IDAaaS, and contains a local copy of the data archive. - This new feature will speed up file loading times for external users that do not have access to the data archive. + The instrument data cache is the directory ``/data/instrument/`` present on IDAaaS, and contains the same raw data as the data archive from the past 3 years. + This new feature will speed up file loading times for external users on **on IDAaaS** that do not have access to the data archive. Please note that if you are **not** on IDAaaS, avoid creating the directory ``/data/instrument/`` as this will trigger a search for files inside that directory. Here is a demonstration on IDAaaS showing that an instrument file can now be loaded even when the archive is turned off: - .. figure:: ../../images/6_10_release/data-cache.gif - :align: center - :width: 950px +.. figure:: ../../images/6_10_release/data-cache.gif + :align: center + :width: 950px Bugfixes @@ -124,8 +124,8 @@ Bugfixes - The two sliders of the interface are now prevented from crossing each other and are automatically updated from the user input, no longer requiring a `Set` button: - .. figure:: ../../images/6_10_release/filter-events-gui.png - :width: 600px +.. figure:: ../../images/6_10_release/filter-events-gui.png + :width: 600px Dependencies