mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 16:46:37 +08:00
[Docs] update docs readme and fix typo (#10807)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user