From a7980bf659d9e6cda48a0ab94296c7d25d1b1c56 Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <MichielCottaar@gmail.com>
Date: Thu, 11 Apr 2019 11:06:59 +0100
Subject: [PATCH] DOC: updated the documentation so it formats correctly

---
 fsl/data/dtifit.py | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/fsl/data/dtifit.py b/fsl/data/dtifit.py
index 79dbdffcc..a58dfe0df 100644
--- a/fsl/data/dtifit.py
+++ b/fsl/data/dtifit.py
@@ -7,10 +7,12 @@
 """This module provides the :class:`.DTIFitTensor` class, which encapsulates
 the diffusion tensor data generated by the FSL ``dtifit`` tool.
 
-There are also conversion tools between the diffusion tensors defined in 3 formats
-- (..., 3, 3) array with the full diffusion tensor
-- (..., 6) array with the unique components (Dxx, Dxy, Dxz, Dyy, Dyz, Dzz)
-- Tuple with the eigenvectors and eigenvalues (V1, V2, V3, L1, L2, L3)
+There are also conversion tools between the diffusion tensors defined in 3 formats:
+
+* (..., 3, 3) array with the full diffusion tensor
+* (..., 6) array with the unique components (Dxx, Dxy, Dxz, Dyy, Dyz, Dzz)
+* Tuple with the eigenvectors and eigenvalues (V1, V2, V3, L1, L2, L3)
+
 
 Finally the following utility functions are also defined:
 
-- 
GitLab