Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dag] Fix the workflow doc code build #37249

Merged
merged 5 commits into from
Jul 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
Signed-off-by: Edward Oakes <[email protected]>
  • Loading branch information
edoakes committed Jul 10, 2023
commit c670c0ff843d5f52b8a805e7f490e95fd4d045b9
4 changes: 2 additions & 2 deletions doc/source/workflows/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ node, not the output of `bar`:
)


Workflow introduces a utility function called ``workflow.continuation`` which
enables Ray DAG nodes to return a DAG at runtime:
To enable dynamically executing DAG nodes at runtime, workflows introduces a utility
function called ``workflow.continuation``:

.. testcode::

Expand Down