From 38fad274aa1730891961159f7b28bc44a1754d64 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 4 Apr 2020 21:59:45 -0700 Subject: [PATCH] Add links to 3.8 nightly wheels to docs. (#7902) --- doc/source/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 2337000ea..ed02ea103 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -31,15 +31,18 @@ master branch). To install these wheels, run the following command: =================== =================== Linux MacOS =================== =================== +`Linux Python 3.8`_ `MacOS Python 3.8`_ `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.8`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp38-cp38-manylinux1_x86_64.whl .. _`Linux Python 3.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp37-cp37m-manylinux1_x86_64.whl .. _`Linux Python 3.6`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp36-cp36m-manylinux1_x86_64.whl .. _`Linux Python 3.5`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp35-cp35m-manylinux1_x86_64.whl +.. _`MacOS Python 3.8`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp38-cp38-macosx_10_13_x86_64.whl .. _`MacOS Python 3.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp37-cp37m-macosx_10_13_intel.whl .. _`MacOS Python 3.6`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp36-cp36m-macosx_10_13_intel.whl .. _`MacOS Python 3.5`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp35-cp35m-macosx_10_13_intel.whl