diff --git a/docs/source/algorithms/LoadEventNexus-v1.rst b/docs/source/algorithms/LoadEventNexus-v1.rst index f9fb1c4b92ea..0a98f2294450 100644 --- a/docs/source/algorithms/LoadEventNexus-v1.rst +++ b/docs/source/algorithms/LoadEventNexus-v1.rst @@ -9,12 +9,11 @@ Description ----------- -The LoadEventNeXus algorithm loads data from an EventNexus file into an -:ref:`EventWorkspace `. The histogram bin -boundaries depend on the setting of NumberOfBins, which by default will be the whole range of time of flight able to hold all events (in all -pixels) split into NumberOfBins linear bins, and will have their :ref:`units ` set to time-of-flight. -Since it is an :ref:`EventWorkspace `, it can be rebinned -to finer bins with no loss of data. +The LoadEventNeXus algorithm loads data from an `EventNexus file `_ into an :ref:`EventWorkspace `. +The histogram bin boundaries depend on the setting of NumberOfBins, +which by default will be the whole range of time of flight able to hold all events (in all pixels) split into NumberOfBins linear bins, +and will have their :ref:`units ` set to time-of-flight. +Since it is an :ref:`EventWorkspace `, it can be rebinned to finer bins with no loss of data. Child algorithms used #####################