Skip to content

Commit

Permalink
Link athena docs from aws integrations page overview (flyteorg#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Rogan authored Jul 20, 2021
1 parent b3bb288 commit 1ecdfd5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 11 additions & 1 deletion cookbook/docs/aws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@ Flyte integrates with various AWS services. The subsections below provide exampl
:text: Pytorch with Sagemaker
:classes: btn-block stretched-link
^^^^^^^^^^^^
Train Pytorch models using Sagamaker, with support for distributed training.
Train Pytorch models using Sagemaker, with support for distributed training.

---

.. link-button:: auto/integrations/aws/athena/index
:type: ref
:text: Athena
:classes: btn-block stretched-link
^^^^^^^^^^^^
Execute queries using AWS Athena


.. toctree::
Expand All @@ -33,3 +42,4 @@ Flyte integrates with various AWS services. The subsections below provide exampl

auto/integrations/aws/sagemaker_training/index
auto/integrations/aws/sagemaker_pytorch/index
auto/integrations/aws/athena/index
4 changes: 2 additions & 2 deletions cookbook/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def __call__(self, filename):
"../integrations/kubernetes/k8s_spark",
# "../integrations/kubernetes/kftensorflow", # TODO: need to update content
"../integrations/kubernetes/kfpytorch",
# "../integrations/aws/athena", # TODO: add content to this section
"../integrations/aws/athena",
"../integrations/aws/sagemaker_training",
"../integrations/aws/sagemaker_pytorch",
"../integrations/gcp",
Expand All @@ -271,7 +271,7 @@ def __call__(self, filename):
"auto/integrations/kubernetes/k8s_spark",
# "auto/integrations/kubernetes/kftensorflow", # TODO: need to update content
"auto/integrations/kubernetes/kfpytorch",
# "auto/integrations/aws/athena", # TODO: add content to this section
"auto/integrations/aws/athena",
"auto/integrations/aws/sagemaker_training",
"auto/integrations/aws/sagemaker_pytorch",
"auto/integrations/gcp",
Expand Down
2 changes: 0 additions & 2 deletions cookbook/integrations/aws/athena/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:nosearch:

######
Athena
######
Expand Down

0 comments on commit 1ecdfd5

Please sign in to comment.