Skip to content

Commit

Permalink
Add ray to index.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Aug 17, 2022
1 parent 983e404 commit b189218
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbook/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def __call__(self, filename):
"../integrations/kubernetes/kftensorflow",
"../integrations/kubernetes/kfpytorch",
"../integrations/kubernetes/kfmpi",
"../integrations/kubernetes/ray_example",
"../integrations/aws/athena",
"../integrations/aws/batch",
"../integrations/aws/sagemaker_training",
Expand Down Expand Up @@ -329,6 +330,7 @@ def __call__(self, filename):
"auto/integrations/kubernetes/kftensorflow",
"auto/integrations/kubernetes/kfpytorch",
"auto/integrations/kubernetes/kfmpi",
"auto/integrations/kubernetes/ray_example",
"auto/integrations/aws/athena",
"auto/integrations/aws/batch",
"auto/integrations/aws/sagemaker_training",
Expand Down
1 change: 1 addition & 0 deletions cookbook/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ Table of Contents
auto/integrations/kubernetes/kfpytorch/index
auto/integrations/kubernetes/kftensorflow/index
auto/integrations/kubernetes/kfmpi/index
auto/integrations/kubernetes/ray_example/index
auto/integrations/aws/sagemaker_training/index
auto/integrations/aws/sagemaker_pytorch/index
auto/integrations/aws/athena/index
Expand Down
9 changes: 9 additions & 0 deletions cookbook/docs/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ orchestrated by Flyte itself, within its provisioned Kubernetes clusters.
^^^^^^^^^^^^
Run distributed deep learning training jobs using Horovod and MPI.

---

.. link-button:: auto/integrations/kubernetes/ray_example/index
:type: ref
:text: Ray Task
:classes: btn-block stretched-link
^^^^^^^^^^^^
Run Ray jobs on a K8s Cluster.

.. _external_service_backend_plugins:

********************************
Expand Down

0 comments on commit b189218

Please sign in to comment.