From 6afc8513abeca06fdaf1484cc9378e0c66799dca Mon Sep 17 00:00:00 2001 From: Martyn Gigg Date: Tue, 10 Jun 2014 17:47:01 +0100 Subject: [PATCH] Remove incorrectly named algorithm rst It has actually been dealt with elsewhere anyway. Refs #9592 --- .../docs/source/algorithms/SliceMDHisto.rst | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 Code/Mantid/docs/source/algorithms/SliceMDHisto.rst diff --git a/Code/Mantid/docs/source/algorithms/SliceMDHisto.rst b/Code/Mantid/docs/source/algorithms/SliceMDHisto.rst deleted file mode 100644 index 9e6fd8c572d7..000000000000 --- a/Code/Mantid/docs/source/algorithms/SliceMDHisto.rst +++ /dev/null @@ -1,25 +0,0 @@ -.. algorithm:: - -.. summary:: - -.. alias:: - -.. properties:: - -Description ------------ - -SliceMDHisto extracts a hyperslab of data from a MDHistoWorkspace. Beyond -the usual input and output workspace parameters, the start and end of the -hyperslabs dimensions are required. Both as comma separated lists with an -entry for each dimension of the MDHistoWorkspace. - -Example -####### - -Consider an input MDHistoWorkspace with dimensions 100,100,100. -Running SliceMDHisto with parameters Start= 20,20,20 and End= 50,50,100 -will copy all the data between x: 20-50, y: 20-50, z:20-100 into the -result MDHistoWorkspace with dimensions 30,30,80. - -.. categories::