From 84cf474abc0b1f438ea33e2d1ce0cb3db455ffc1 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Thu, 16 May 2019 22:34:14 -0700 Subject: [PATCH] Change tagline in documentation and README. (#4807) * Update README.rst, index.rst, tutorial.rst and _config.yml --- README.rst | 2 +- doc/source/index.rst | 2 +- doc/source/tutorial.rst | 6 +++--- site/_config.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 87ceba0d7..ada6f7c2d 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ | -**Ray is a flexible, high-performance distributed execution framework.** +**Ray is a fast and simple framework for building and running distributed applications.** Ray is easy to install: ``pip install ray`` diff --git a/doc/source/index.rst b/doc/source/index.rst index 48c0c0d0e..eba9eaa6c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,7 +7,7 @@ Ray Fork me on GitHub -*Ray is a flexible, high-performance distributed execution framework.* +*Ray is a fast and simple framework for building and running distributed applications.* Ray is easy to install: ``pip install ray`` diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index c1b26d155..889ca77c5 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -9,9 +9,9 @@ To use Ray, you need to understand the following: Overview -------- -Ray is a distributed execution engine. The same code can be run on -a single machine to achieve efficient multiprocessing, and it can be used on a -cluster for large computations. +Ray is a fast and simple framework for building and running distributed applications. +The same code can be run on a single machine to achieve efficient multiprocessing, +and it can be used on a cluster for large computations. When using Ray, several processes are involved. diff --git a/site/_config.yml b/site/_config.yml index 24ec957d2..676d4f0c0 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -13,10 +13,10 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: "Ray: A Distributed Execution Framework for AI Applications" +title: "Ray: A fast and simple framework for distributed applications" email: "" description: > # this means to ignore newlines until "baseurl:" - Ray is a flexible, high-performance distributed execution framework for AI applications. + Ray is a fast and simple framework for building and running distributed applications. baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com github_username: ray-project