From 3aab5f27abf86c781b771083fd23ee8d098c4ac8 Mon Sep 17 00:00:00 2001 From: SmritiSatyanV <94349093+SmritiSatyanV@users.noreply.github.com> Date: Tue, 13 Sep 2022 13:00:55 +0530 Subject: [PATCH] update README.rst (#877) remove flyte deck renderer from this page, and add it [here](https://docs.flyte.org/projects/cookbook/en/latest/auto/core/flyte_basics/deck.html#sphx-glr-auto-core-flyte-basics-deck-py) Signed-off-by: SmritiSatyanV smriti@union.ai Signed-off-by: SmritiSatyanV <94349093+SmritiSatyanV@users.noreply.github.com> Signed-off-by: SmritiSatyanV <94349093+SmritiSatyanV@users.noreply.github.com> --- cookbook/core/extend_flyte/README.rst | 31 --------------------------- 1 file changed, 31 deletions(-) diff --git a/cookbook/core/extend_flyte/README.rst b/cookbook/core/extend_flyte/README.rst index 566b9480d5..abb2acbfbd 100644 --- a/cookbook/core/extend_flyte/README.rst +++ b/cookbook/core/extend_flyte/README.rst @@ -161,37 +161,6 @@ of the plugin. * - Implement once, use in any SDK or language! - -==================== -Flyte Deck Renderer -==================== - -What Is a Flyte Deck Renderer? -============================== - -Deck renderer is a part of the Deck plugin. Deck provides default and customized task visibility. Deck contains renderers that generate HTML files. The renderer renders html in the `Flyte console `__, which can be used to visualize and document data associated with a task. - -Flyte context saves a list of deck objects, and these objects use renderers to render the data as HTML files when the task associated with it is executed. - -How to Use a Deck Renderer? -=========================== - -You can render `custom data `__ by creating `new decks `__ and using custom renderers. The input to the renderer is your data and the output is a html string. - -Every task has a minimum of three decks: - -#. Input deck; -#. Output deck; and -#. Default deck. - -The input and output decks render the input and output data associated with the task. -The default deck renders line plots, scatter plots, and markdown text. - -How to Contribute Your Renderer? -================================ - -We would love any contributions to Flyte Deck. If your deck renderers can improve data visibility, feel free to add a renderer to `renderer.py `__. Feel free to open a pull request and help us enrich the Flyte Deck renderer ecosystem! - - ======= Summary =======