From 63c8d420bb561ce6cbc3d89a64dab81b26f30cb3 Mon Sep 17 00:00:00 2001 From: nikki everett Date: Thu, 26 Sep 2024 13:28:51 -0500 Subject: [PATCH] mention core use cases Signed-off-by: nikki everett --- docs/tutorials.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index 559a71554..1cb0e64c4 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -7,12 +7,12 @@ next-page-title: Model Training # Tutorials -This section showcases step-by-step case studies of how to combine the different -features of Flyte to achieve everything from data processing, feature engineering, -model training, to batch predictions. Code for all of the examples in the user +This section showcases the core use cases of Flyte through step-by-step case studies +that combine Flyte features to achieve everything from data processing, feature engineering, +and model training, to batch predictions. Code for all of the examples in the user guide can be found in the [flytesnacks](https://github.com/flyteorg/flytesnacks) repo. -It comes with a highly customized environment to make running, documenting and +These tutorials come with a highly customized environment to make running, documenting and contributing samples easy. If this is your first time running these examples, follow the {ref}`setup guide ` to get started.