[docs] remove table from walkthrough (#5389)

This commit is contained in:
Rehan Sohail Durrani 2019-08-06 17:29:48 -07:00 committed by Richard Liaw
parent 281829e712
commit d2e8331d9a

View file

@ -7,21 +7,6 @@ This walkthrough will overview the core concepts of Ray:
2. Fetching results (object IDs) [``ray.put``, ``ray.get``, ``ray.wait``]
3. Using remote classes (actors) [``ray.remote``]
.. list-table:: Title
:widths: 25 25 50
:header-rows: 1
* - Heading row 1, column 1
- Heading row 1, column 2
- Heading row 1, column 3
* - Row 1, column 1
-
- Row 1, column 3
* - Row 2, column 1
- Row 2, column 2
- Row 2, column 3
With Ray, your code will work on a single machine and can be easily scaled to a
large cluster. To run this walkthrough, install Ray with ``pip install -U ray``.