diff --git a/README.rst b/README.rst index 3a8855b2439e..c6c0d024174e 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,6 @@ -Ray -=== +.. raw:: html + + .. image:: https://travis-ci.com/ray-project/ray.svg?branch=master :target: https://travis-ci.com/ray-project/ray @@ -7,9 +8,12 @@ Ray .. image:: https://readthedocs.org/projects/ray/badge/?version=latest :target: http://ray.readthedocs.io/en/latest/?badge=latest +.. image:: https://img.shields.io/badge/pypi-0.5.3-blue.svg + :target: https://pypi.org/project/ray/ + | -Ray is a flexible, high-performance distributed execution framework. +**Ray is a flexible, high-performance distributed execution framework.** Ray is easy to install: ``pip install ray`` diff --git a/doc/source/images/ray_logo.png b/doc/source/images/ray_logo.png new file mode 100644 index 000000000000..05840a7ff453 Binary files /dev/null and b/doc/source/images/ray_logo.png differ