mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00

This PR makes a number of major overhauls to the Ray core docs: Add a key-concepts section for {Tasks, Actors, Objects, Placement Groups, Env Deps}. Re-org the user guide to align with key concepts. Rewrite the walkthrough to link to mini-walkthroughs in the key concept sections. Minor tweaks and additional transition material.
16 lines
340 B
ReStructuredText
16 lines
340 B
ReStructuredText
User Guides
|
||
===========
|
||
|
||
This section explains how to use Ray's key concepts to build distributed applications.
|
||
|
||
If you’re brand new to Ray, we recommend starting with the :ref:`walkthrough <core-walkthrough>`.
|
||
|
||
.. toctree::
|
||
:maxdepth: 4
|
||
|
||
tasks
|
||
actors
|
||
objects
|
||
placement-group
|
||
handling-dependencies
|
||
more-topics
|