Skip to content

Commit

Permalink
test multiple possible solutions
Browse files Browse the repository at this point in the history
Signed-off-by: Mecoli1219 <[email protected]>
  • Loading branch information
Mecoli1219 committed Nov 20, 2024
1 parent ea03543 commit 6bd04c9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/user_guide/basics/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Basics

.. include:: /examples

This section introduces you to the basic building blocks of Flyte
using `flytekit`. `flytekit` is a Python SDK for developing Flyte workflows and
tasks, and can be used generally, whenever stateful computation is desirable.
Expand All @@ -20,8 +22,12 @@ workflows
launch_plans
imperative_workflows
documenting_workflows
/examples/basics/basics/basic_interactive_mode.ipynb
shell_tasks
test
/examples/basics/basics/basic_interactive_mode
https://raw.githubusercontent.com/Mecoli1219/flytesnacks/85966d139a9a3ccdf3323124563960fdd5f5844a/examples/basics/basics/basic_interactive_mode.ipynb
examples/basics/basics/basic_interactive_mode.ipynb
test
examples/basics/basics/basic_interactive_mode
named_outputs
```

0 comments on commit 6bd04c9

Please sign in to comment.