forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move getting started pages to "Building Larger Apps" (flyteorg#713)
* move getting started pages to "repo-based projects" * rename to "Building Large Apps" * clean up copy and instructions Signed-off-by: Niels Bantilan <[email protected]> * copy updates Signed-off-by: Niels Bantilan <[email protected]>
- Loading branch information
1 parent
aed9309
commit 66b3141
Showing
10 changed files
with
596 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,6 @@ sphinx_fontawesome | |
sphinx-panels | ||
sphinxcontrib-mermaid | ||
sphinxcontrib-yt | ||
sphinx-tabs | ||
docutils | ||
astroid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. _larger_apps: | ||
|
||
Building Large Apps | ||
-------------------- | ||
|
||
So far in the *User Guide* you've been running Flyte workflows as one-off | ||
scripts, which is useful for quick prototyping and iteration of small ideas | ||
on a Flyte cluster. | ||
|
||
However, if you need to build a larger Flyte app with sub-modules or | ||
sub-packages to organize the logic of your tasks and workflows, you can use | ||
`flyte python templates <https://github.com/flyteorg/flytekit-python-template>`__ | ||
to quickly materialize the directory structure with boilerplate files that | ||
we recommend for structuring an app with multiple workflows or helper | ||
modules. |
Empty file.
Oops, something went wrong.