ray/doc/source/ray-core/user-guide.rst
Eric Liang c8f207f746
[docs] Core docs refactor (#23216)
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.
2022-03-17 11:26:17 -07:00

16 lines
340 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

User Guides
===========
This section explains how to use Ray's key concepts to build distributed applications.
If youre 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