From 4f5d6274af211d1650af84a185214fc40cb2d00a Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Fri, 13 Nov 2020 14:16:51 -0800 Subject: [PATCH] [docs] Add links to Ray design patterns whitepaper (#12014) * update * update --- README.rst | 2 ++ doc/source/index.rst | 2 ++ doc/source/whitepaper.rst | 6 ++++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 58b4a7417..242f8fed7 100644 --- a/README.rst +++ b/README.rst @@ -273,6 +273,7 @@ More Information - `Tutorial`_ - `Blog`_ - `Ray 1.0 Architecture whitepaper`_ **(new)** +- `Ray Design Patterns`_ **(new)** - `RLlib paper`_ - `Tune paper`_ @@ -287,6 +288,7 @@ More Information .. _`Blog (old)`: https://ray-project.github.io/ .. _`Blog`: https://medium.com/distributed-computing-with-ray .. _`Ray 1.0 Architecture whitepaper`: https://docs.google.com/document/d/1lAy0Owi-vPz2jEqBSaHNQcy2IBSDEHyXNOQZlGuj93c/preview +.. _`Ray Design Patterns`: https://docs.google.com/document/d/167rnnDFIVRhHhK4mznEIemOtj63IOhtIPvSYaPgI4Fg/edit .. _`Ray paper`: https://arxiv.org/abs/1712.05889 .. _`Ray HotOS paper`: https://arxiv.org/abs/1703.03924 .. _`RLlib paper`: https://arxiv.org/abs/1712.09381 diff --git a/doc/source/index.rst b/doc/source/index.rst index 64522c965..f0dbc21bb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -174,6 +174,7 @@ Papers ------ - `Ray 1.0 Architecture whitepaper`_ **(new)** +- `Ray Design Patterns`_ **(new)** - `RLlib paper`_ - `Tune paper`_ @@ -183,6 +184,7 @@ Papers - `Ray HotOS paper`_ .. _`Ray 1.0 Architecture whitepaper`: https://docs.google.com/document/d/1lAy0Owi-vPz2jEqBSaHNQcy2IBSDEHyXNOQZlGuj93c/preview +.. _`Ray Design Patterns`: https://docs.google.com/document/d/167rnnDFIVRhHhK4mznEIemOtj63IOhtIPvSYaPgI4Fg/edit .. _`Ray paper`: https://arxiv.org/abs/1712.05889 .. _`Ray HotOS paper`: https://arxiv.org/abs/1703.03924 .. _`RLlib paper`: https://arxiv.org/abs/1712.09381 diff --git a/doc/source/whitepaper.rst b/doc/source/whitepaper.rst index 7cf348b65..482d78c65 100644 --- a/doc/source/whitepaper.rst +++ b/doc/source/whitepaper.rst @@ -1,4 +1,6 @@ -Ray Whitepaper -============== +Ray Whitepapers +=============== For an in-depth overview of Ray internals, check out the `Ray 1.0 Architecture whitepaper `__. + +You may also want to check out the list of common `Ray Design Patterns `__.