lightning/docs/source-app/workflows/index.rst

115 lines
2.9 KiB
ReStructuredText

:orphan:
################
Common Workflows
################
.. raw:: html
<div class="display-card-container">
<div class="row">
.. displayitem::
:header: Add a web user interface
:description: Learn how to add React, StreamLit, Dash to your App.
:col_css: col-md-4
:button_link: add_web_ui/index.html
:height: 180
.. displayitem::
:header: Add a web link
:description: Learn how to embed external websites
:col_css: col-md-4
:button_link: add_web_link.html
:height: 180
.. displayitem::
:header: Arrange App tabs
:description: Learn how to organize your UI
:col_css: col-md-4
:button_link: arrange_tabs/index.html
:height: 180
.. displayitem::
:header: Build a Lightning App
:description: Simple App to get started
:col_css: col-md-4
:button_link: build_lightning_app/index.html
:height: 180
.. displayitem::
:header: Build a Lightning Component
:description: Understand how to separated the glue from the actual work
:col_css: col-md-4
:button_link: build_lightning_component/index.html
:height: 180
.. displayitem::
:header: Cache Work run calls
:description: Understand how to trigger a work run method
:col_css: col-md-4
:button_link: run_work_once.html
:height: 180
.. displayitem::
:header: Customize your cloud compute
:description: Select machines to run on
:col_css: col-md-4
:button_link: ../core_api/lightning_work/compute.html
:height: 180
.. displayitem::
:header: Extend an existing App
:description: Learn where to go next with an App
:col_css: col-md-4
:button_link: extend_app.html
:height: 180
.. displayitem::
:header: Publish a Lightning Component
:description: Share your components with others
:col_css: col-md-4
:button_link: build_lightning_component/publish_a_component.html
:height: 180
.. displayitem::
:header: Run a server within a Lightning App
:description: Lightning Work can be infinite jobs
:col_css: col-md-4
:button_link: add_server/index.html
:height: 180
.. displayitem::
:header: Run an App on the cloud
:description: Learn how to get things done in the cloud with ease
:col_css: col-md-4
:button_link: run_app_on_cloud/index.html
:height: 180
.. displayitem::
:header: Run Works in parallel
:description: Learn how to make your Work non blocking
:col_css: col-md-4
:button_link: run_work_in_parallel.html
:height: 180
.. displayitem::
:header: Share an App
:description: Learn how to share your work with others
:col_css: col-md-4
:button_link: share_app.html
:height: 180
.. displayitem::
:header: Share files between components
:description: Learn how Lightning Storage emulates a single filesystem in a distributed setting
:col_css: col-md-4
:button_link: share_files_between_components.html
:height: 180
.. raw:: html
</div>
</div>