mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:23:17 +08:00
Change tagline in documentation and README. (#4807)
* Update README.rst, index.rst, tutorial.rst and _config.yml
This commit is contained in:
+1
-1
@@ -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``
|
||||
|
||||
@@ -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``
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user