Change tagline in documentation and README. (#4807)

* Update README.rst, index.rst, tutorial.rst and  _config.yml
This commit is contained in:
Philipp Moritz
2019-05-17 13:34:14 +08:00
committed by Si-Yuan
parent 3807fb505b
commit 84cf474abc
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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