From 1ecdfd5527fece5c9f96c0b76bd9bace72c9238f Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 20 Jul 2021 16:15:13 -0700 Subject: [PATCH] Link athena docs from aws integrations page overview (#338) --- cookbook/docs/aws.rst | 12 +++++++++++- cookbook/docs/conf.py | 4 ++-- cookbook/integrations/aws/athena/README.rst | 2 -- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/cookbook/docs/aws.rst b/cookbook/docs/aws.rst index ddaa66843f..1923fdc302 100644 --- a/cookbook/docs/aws.rst +++ b/cookbook/docs/aws.rst @@ -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:: @@ -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 diff --git a/cookbook/docs/conf.py b/cookbook/docs/conf.py index c59b90598c..202b98bbbb 100644 --- a/cookbook/docs/conf.py +++ b/cookbook/docs/conf.py @@ -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", @@ -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", diff --git a/cookbook/integrations/aws/athena/README.rst b/cookbook/integrations/aws/athena/README.rst index aae02cb065..3e24cab4c3 100644 --- a/cookbook/integrations/aws/athena/README.rst +++ b/cookbook/integrations/aws/athena/README.rst @@ -1,5 +1,3 @@ -:nosearch: - ###### Athena ######