From c1e8f9477a89a55316c172eafa02b4e16467f1c4 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Tue, 2 Jan 2018 16:33:07 -0800 Subject: [PATCH] add Ray paper (#1387) --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index ce3c158ea..626990db1 100644 --- a/README.rst +++ b/README.rst @@ -60,11 +60,13 @@ More Information - `Documentation`_ - `Tutorial`_ - `Blog`_ +- `Ray paper`_ - `Ray HotOS paper`_ .. _`Documentation`: http://ray.readthedocs.io/en/latest/index.html .. _`Tutorial`: https://github.com/ray-project/tutorial .. _`Blog`: https://ray-project.github.io/ +.. _`Ray paper`: https://arxiv.org/abs/1712.05889 .. _`Ray HotOS paper`: https://arxiv.org/abs/1703.03924 Getting Involved