From ddb47e112516da0d7ec938c6b560289e3b5115df Mon Sep 17 00:00:00 2001 From: Nick Draper <nick.draper@stfc.ac.uk> Date: Tue, 10 Jul 2018 16:49:30 +0100 Subject: [PATCH] Add missing lines to algorithms re #1 --- .../algorithms/EnggSaveSinglePeakFitResultsToHDF5-v1.rst | 4 ++++ docs/source/algorithms/ExtractQENSMembers-v1.rst | 4 ++++ docs/source/algorithms/LoadLamp-v1.rst | 4 ++++ docs/source/algorithms/Segfault-v1.rst | 4 ++++ docs/source/algorithms/VesuvioPeakPrediction-v1.rst | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/docs/source/algorithms/EnggSaveSinglePeakFitResultsToHDF5-v1.rst b/docs/source/algorithms/EnggSaveSinglePeakFitResultsToHDF5-v1.rst index 59fb132fe95..7ebaa71f349 100644 --- a/docs/source/algorithms/EnggSaveSinglePeakFitResultsToHDF5-v1.rst +++ b/docs/source/algorithms/EnggSaveSinglePeakFitResultsToHDF5-v1.rst @@ -88,3 +88,7 @@ Output: Peaks dataset has 3 rows, for our 3 peaks First peak is at D spacing 1.0 Third peak X0 = 0.5 + +.. categories:: + +.. sourcelink:: diff --git a/docs/source/algorithms/ExtractQENSMembers-v1.rst b/docs/source/algorithms/ExtractQENSMembers-v1.rst index e72c473e4b1..dfdeca74348 100644 --- a/docs/source/algorithms/ExtractQENSMembers-v1.rst +++ b/docs/source/algorithms/ExtractQENSMembers-v1.rst @@ -121,3 +121,7 @@ Output: irs26176_graphite002_conv_1LFixF_s0_to_9_Members_Diff irs26176_graphite002_conv_1LFixF_s0_to_9_Members_LinearBackground irs26176_graphite002_conv_1LFixF_s0_to_9_Members_Lorentzian + +.. categories:: + +.. sourcelink:: diff --git a/docs/source/algorithms/LoadLamp-v1.rst b/docs/source/algorithms/LoadLamp-v1.rst index ebcef6ad50a..a21ddea0808 100644 --- a/docs/source/algorithms/LoadLamp-v1.rst +++ b/docs/source/algorithms/LoadLamp-v1.rst @@ -40,3 +40,7 @@ Output: .. testcleanup:: ExLoadLamp mtd.clear() + +.. categories:: + +.. sourcelink:: diff --git a/docs/source/algorithms/Segfault-v1.rst b/docs/source/algorithms/Segfault-v1.rst index 200d83f64c6..8dff45ed8e6 100644 --- a/docs/source/algorithms/Segfault-v1.rst +++ b/docs/source/algorithms/Segfault-v1.rst @@ -13,3 +13,7 @@ Description The purpose of this algorithm is to crash mantid. Do **not** run it unless you want that to happen. This runs a variation the example code on `wikipedia <https://en.wikipedia.org/wiki/Segmentation_fault>`_. + +.. categories:: + +.. sourcelink:: diff --git a/docs/source/algorithms/VesuvioPeakPrediction-v1.rst b/docs/source/algorithms/VesuvioPeakPrediction-v1.rst index 6404c8dc759..f5010078e98 100644 --- a/docs/source/algorithms/VesuvioPeakPrediction-v1.rst +++ b/docs/source/algorithms/VesuvioPeakPrediction-v1.rst @@ -58,3 +58,7 @@ Usage DeleteWorkspace('vesuvio_einstein_params') DeleteWorkspace('vesuvio_debye_params') + +.. categories:: + +.. sourcelink:: -- GitLab