From 1de736c0cfdcf816b44e90a274d14f690260dcd0 Mon Sep 17 00:00:00 2001 From: Harry Jeffery <henry.jeffery@stfc.ac.uk> Date: Fri, 1 May 2015 15:46:33 +0100 Subject: [PATCH] Refs #11680 Fix dead links in IntegratePeaksHybrid-v1.rst --- .../docs/source/algorithms/IntegratePeaksHybrid-v1.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/Mantid/docs/source/algorithms/IntegratePeaksHybrid-v1.rst b/Code/Mantid/docs/source/algorithms/IntegratePeaksHybrid-v1.rst index 5b8097dd6b8..d72de7af49c 100644 --- a/Code/Mantid/docs/source/algorithms/IntegratePeaksHybrid-v1.rst +++ b/Code/Mantid/docs/source/algorithms/IntegratePeaksHybrid-v1.rst @@ -15,8 +15,8 @@ The NumberOfBins and BackgroundOuterRadius are global to all Peaks. The actual b Integrates arbitary shaped single crystal peaks defined on an :ref:`MDHistoWorkspace <MDHistoWorkspace>` using connected component analysis to determine regions of interest around each peak of the -`PeaksWorkspace <http://www.mantidproject.org/PeaksWorkspace>`_. The output is an integrated -`PeaksWorkspace <http://www.mantidproject.org/PeaksWorkspace>`_ as well as a group of images :ref:`WorkspaceGroup <WorkspaceGroup>` of :ref:`MDWorkspaces <MDWorkspace>` containing the +:ref:`PeaksWorkspace <PeaksWorkspace>`. The output is an integrated +:ref:`PeaksWorkspace <PeaksWorkspace>` as well as a group of images :ref:`WorkspaceGroup <WorkspaceGroup>` of :ref:`MDWorkspaces <MDWorkspace>` containing the labels assigned to each cluster for diagnostic and visualisation purposes. @@ -48,7 +48,7 @@ the detector/TOF space is no longer accessible. No Cluster Corresponding to Peak ################################ -This is because the input `PeaksWorkspace <http://www.mantidproject.org/PeaksWorkspace>`_ has peaks +This is because the input :ref:`PeaksWorkspace <PeaksWorkspace>` has peaks that do not align with peaks in the image. The error could either be on the side of the input PeaksWorkspace (spurious peaks), or of the :ref:`MDHistoWorkspace <MDHistoWorkspace>` generated as part of processing. -- GitLab