[Docs] update docs readme and fix typo (#10807)

This commit is contained in:
architkulkarni
2020-09-15 12:51:18 -07:00
committed by GitHub
parent d5a7c53908
commit 940f02913a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ Note that Ray must be installed first.
```
pip install -r requirements-doc.txt
pip install -U -r requirements-rtd.txt # important for reproducing the deployment environment
make html
open _build/html/index.html
```
+1 -1
View File
@@ -3,7 +3,7 @@
Distributed Ray Overview
========================
One of Ray's strengths is the ability to leverage multiple machines in the same program Ray can, of course, be run on a single machine (and is done so often) but the real power is using Ray on a cluster of machines.
One of Ray's strengths is the ability to leverage multiple machines in the same program. Ray can, of course, be run on a single machine (and is done so often) but the real power is using Ray on a cluster of machines.
Key Concepts
------------