From dde9c33c7113171abcf197298b375c1e5e981c48 Mon Sep 17 00:00:00 2001
From: Dan Nixon <dan@dan-nixon.com>
Date: Wed, 1 Apr 2015 11:03:57 +0100
Subject: [PATCH] Make documentation style consistent

Refs #10903
---
 .../interfaces/Indirect_DataAnalysis.rst       | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Code/Mantid/docs/source/interfaces/Indirect_DataAnalysis.rst b/Code/Mantid/docs/source/interfaces/Indirect_DataAnalysis.rst
index 1eb4013e2b8..13573c27051 100644
--- a/Code/Mantid/docs/source/interfaces/Indirect_DataAnalysis.rst
+++ b/Code/Mantid/docs/source/interfaces/Indirect_DataAnalysis.rst
@@ -480,16 +480,16 @@ The calculation for a flat plate geometry is performed by the
 algorithm.
 
 Sample Thickness
-  Thickness of sample (cm).
+  Thickness of sample in :math:`cm`.
 
 Sample Angle
-  Sample angle (degrees).
+  Sample angle in degrees.
 
 Can Front Thickness
-  Thickness of front container (cm).
+  Thickness of front container in :math:`cm`.
 
 Can Back Thickness
-  Thickness of back container (cm).
+  Thickness of back container in :math:`cm`.
 
 Cylinder
 ########
@@ -505,19 +505,19 @@ algorithm, this algorithm is currently only available on Windows as it uses
 FORTRAN code dependant of F2Py.
 
 Sample Inner Radius
-  Radius of the inner wall of the sample (cm).
+  Radius of the inner wall of the sample in :math:`cm`.
 
 Sample Outer Radius
-  Radius of the outer wall of the sample (cm).
+  Radius of the outer wall of the sample in :math:`cm`.
 
 Container Outer Radius
-  Radius of outer wall of the container (cm).
+  Radius of outer wall of the container in :math:`cm`.
 
 Beam Height
-  Height of incident beam (cm).
+  Height of incident beam :math:`cm`.
 
 Beam Width
-  Width of incident beam (cm).
+  Width of incident beam in :math:`cm`.
 
 Step Size
   Step size used in calculation.
-- 
GitLab