Skip to content

Commit

Permalink
Change tagline in documentation and README. (ray-project#4807)
Browse files Browse the repository at this point in the history
* Update README.rst, index.rst, tutorial.rst and  _config.yml
  • Loading branch information
pcmoritz authored and suquark committed May 17, 2019
1 parent 3807fb5 commit 84cf474
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Expand Up @@ -7,7 +7,7 @@ Ray
<a href="https://github.com/ray-project/ray"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
</embed>

*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``
Expand Down
6 changes: 3 additions & 3 deletions doc/source/tutorial.rst
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions site/_config.yml
Expand Up @@ -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
Expand Down

0 comments on commit 84cf474

Please sign in to comment.