From ed603fc5e90d37ed39d2a40d2cb3257adbdc2e42 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Fri, 19 Jan 2018 10:14:34 -0800 Subject: [PATCH] Add link to github from documentation. (#1425) * Add link to github from documentation. * Add fork me on github banner. --- doc/source/index.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 9459f9ea5..5021e4744 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,8 +1,18 @@ Ray === +.. raw:: html + + + Fork me on GitHub + + *Ray is a flexible, high-performance distributed execution framework.* +View the `codebase on GitHub`_. + +.. _`codebase on GitHub`: https://github.com/ray-project/ray + Ray comes with libraries that accelerate deep learning and reinforcement learning development: - `Ray.tune`_: Hyperparameter Optimization Framework