From 3898eced5075ccb7cf77e967681ba07664bb025b Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 5 Aug 2013 11:34:39 -0500 Subject: [PATCH] Converted Markdown style link to restructured text --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e2d58b9837f14..6888292b113f5 100644 --- a/README.rst +++ b/README.rst @@ -35,8 +35,7 @@ Dependencies ============ scikit-learn is tested to work under Python 2.6+ and Python 3.3+ -(using the same codebase thanks to an embedded copy of [six]( -http://pythonhosted.org/six/)). +(using the same codebase thanks to an embedded copy of `six `_). The required dependencies to build the software Numpy >= 1.3, SciPy >= 0.7 and a working C/C++ compiler.