From 0082c98f8f02d68a439a088782b87fb0f4bdb0ce Mon Sep 17 00:00:00 2001 From: Harry Jeffery <henry.jeffery@stfc.ac.uk> Date: Tue, 5 May 2015 10:11:31 +0100 Subject: [PATCH] Refs #11680 Fix FitFunctions links --- Code/Mantid/docs/source/algorithms/Fit-v1.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/Mantid/docs/source/algorithms/Fit-v1.rst b/Code/Mantid/docs/source/algorithms/Fit-v1.rst index 7afb874cc0a..3113f0e358a 100644 --- a/Code/Mantid/docs/source/algorithms/Fit-v1.rst +++ b/Code/Mantid/docs/source/algorithms/Fit-v1.rst @@ -46,7 +46,7 @@ set before any other. The function and the initial values for its parameters are set with the Function property. A function can be simple or composite. A `simple -function <../fitfunctions/categories/Functions.html>`__ has a name registered with Mantid +function <../fitfunctions/categories/FitFunctions.html>`__ has a name registered with Mantid framework. The Fit algorithm creates an instance of a function by this name. A composite function is an arithmetic sum of two or more functions (simple or composite). Each function has a number of named parameters, @@ -72,7 +72,7 @@ To use a simple function for a fit set its name and initial parameter values using the Function property. This property is a comma separated list of name=value pairs. The name of the first name=value pairs must be "name" and it must be set equal to the name of one of a `simple -function <../fitfunctions/categories/Functions.html>`__. This name=value pair is followed +function <../fitfunctions/categories/FitFunctions.html>`__. This name=value pair is followed by name=value pairs specifying values for the parameters of this function. If a parameter is not set in Function it will be given its default value defined by the function. All names are case sensitive. For @@ -94,7 +94,7 @@ are created when the Formula attribute is set. It is important that Formula is defined before initializing the parameters. A list of the available simple functions can be found -`here <../fitfunctions/categories/Functions.html>`__. +`here <../fitfunctions/categories/FitFunctions.html>`__. Setting a composite function ############################ -- GitLab