From 9a2b5333ef8880efc7cafbac7fcead22222d6dd2 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Fri, 19 Oct 2018 12:15:22 -0700 Subject: [PATCH] Add links for latest Python 3.7 wheels to documentation. (#3091) --- doc/source/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index ebee27f9f..0a5f435f4 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -23,6 +23,7 @@ features but may be subject to more bugs. To install these wheels, run the follo =================== =================== Linux MacOS =================== =================== +`Linux Python 3.7`_ `MacOS Python 3.7`_ `Linux Python 3.6`_ `MacOS Python 3.6`_ `Linux Python 3.5`_ `MacOS Python 3.5`_ `Linux Python 3.4`_ `MacOS Python 3.4`_ @@ -30,10 +31,12 @@ features but may be subject to more bugs. To install these wheels, run the follo =================== =================== +.. _`Linux Python 3.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp37-cp37m-manylinux1_x86_64.whl .. _`Linux Python 3.6`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp36-cp36m-manylinux1_x86_64.whl .. _`Linux Python 3.5`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp35-cp35m-manylinux1_x86_64.whl .. _`Linux Python 3.4`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp34-cp34m-manylinux1_x86_64.whl .. _`Linux Python 2.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp27-cp27mu-manylinux1_x86_64.whl +.. _`MacOS Python 3.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp37-cp37m-macosx_10_6_intel.whl .. _`MacOS Python 3.6`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp36-cp36m-macosx_10_6_intel.whl .. _`MacOS Python 3.5`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp35-cp35m-macosx_10_6_intel.whl .. _`MacOS Python 3.4`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp34-cp34m-macosx_10_6_intel.whl