From fef650042a376b9d6e2b9e4461a2fbef11645cb5 Mon Sep 17 00:00:00 2001 From: ojs1g14 <ojs1g14@soton.ac.uk> Date: Tue, 11 Sep 2018 08:22:37 +0100 Subject: [PATCH] Update index.rst --- docs/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index bf4ad76..55291ce 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,16 +14,16 @@ the collected scans to help inform clinical practice towards improved patient-ou has been designed to be accessible for researchers with only a limited knowledge of Python. Therefore, analysis procedures can all be accessed using the lightweight Graphical User Interface. -AmpScan relies heavily on [NumPy](http://www.numpy.org/) and [SciPy](https://www.scipy.org/) to perform -mathematical operations with visualisation handled by [PyQt](https://riverbankcomputing.com/software/pyqt/intro) -and [VTK](https://www.vtk.org/). The package is still under development by researchers at the University of Southampton. -For full documentation, visit the [AmpScan website](https://ampscan.readthedocs.io/en/latest/). +AmpScan relies heavily on numpy_ and scipy_ to perform +mathematical operations with visualisation handled by PyQt_ +and VTK_. The package is still under development by researchers at the University of Southampton. +For full documentation, visit the AmpScan_ website. .. _numpy: http://www.numpy.org/ .. _SciPy: https://www.scipy.org/ .. _PyQt: https://riverbankcomputing.com/software/pyqt/intro .. _VTK: https://www.vtk.org/ - +.. _AmpScan: https://ampscan.readthedocs.io/en/latest/ Installing with Conda (Recommended) ----------------------------------- -- GitLab