Skip to content

Commit

Permalink
[Docs] Refactor Ray Workflows API documentation (ray-project#32248) (r…
Browse files Browse the repository at this point in the history
  • Loading branch information
c21 authored Feb 7, 2023
1 parent f0aee91 commit 860335b
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 23 deletions.
2 changes: 1 addition & 1 deletion doc/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ parts:
- file: workflows/events
- file: workflows/comparison
- file: workflows/advanced
- file: workflows/package-ref
- file: workflows/api/api

- file: ray-observability/monitoring-debugging/monitoring-debugging
title: "Monitoring and Debugging"
Expand Down
2 changes: 1 addition & 1 deletion doc/source/ray-references/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ API References
../tune/api_docs/overview.rst
../serve/package-ref.rst
../rllib/package_ref/index.rst
../workflows/package-ref.rst
../workflows/api/api.rst
../cluster/package-overview.rst
../ray-core/package-ref.rst
8 changes: 8 additions & 0 deletions doc/source/workflows/api/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Ray Workflows API
=================

.. toctree::
:maxdepth: 1

execution.rst
management.rst
10 changes: 10 additions & 0 deletions doc/source/workflows/api/execution.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Workflow Execution API
======================

.. currentmodule:: ray.workflow

.. autosummary::
:toctree: doc/

run
run_async
17 changes: 17 additions & 0 deletions doc/source/workflows/api/management.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Workflow Management API
=======================

.. currentmodule:: ray.workflow

.. autosummary::
:toctree: doc/

resume
resume_async
resume_all
list_all
get_status
get_output
get_output_async
get_metadata
cancel
21 changes: 0 additions & 21 deletions doc/source/workflows/package-ref.rst

This file was deleted.

0 comments on commit 860335b

Please sign in to comment.