lightning/docs/source-app/api_reference/storage.rst

63 lines
1.2 KiB
ReStructuredText
Raw Normal View History

#####################
docs updates 1/n (#15473) * docs * docs updates * docs updates * docs updates * docs updates * d * d * d * d * d * d * ?? * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d1 * d * d * d * d * d * d * d * d * d * d * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * new title * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * only select from parent * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * use OSS template * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * only select from parent * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update docs/README.md Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: William Falcon <williamfalcon@Williams-MacBook-Pro-2.local> Co-authored-by: William Falcon <williamfalcon@Williams-MBP-2.lan> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka <jirka.borovec@seznam.cz> Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-11-03 14:55:30 +00:00
lightning.app.storage
#####################
Lightning Core
______________
.. contents::
:depth: 1
:local:
:backlinks: top
.. currentmodule:: lightning_app.storage
.. autosummary::
:toctree: generated/
:nosignatures:
:template: classtemplate.rst
~path.Path
~drive.Drive
~payload.Payload
----
************************
Learn more about Storage
************************
.. raw:: html
<div class="display-card-container">
<div class="row">
.. displayitem::
:header: Learn about the differences between Drive vs Path.
:description: Learn about their differences.
:col_css: col-md-4
:button_link: ../glossary/storage/differences.html
:height: 180
:tag: Basic
.. displayitem::
:header: The Drive Object.
:description: Put, List and Get Files From a Shared Drive Disk.
:col_css: col-md-4
:button_link: ../glossary/storage/drive.html
:height: 180
:tag: Basic
.. displayitem::
:header: The Path Object.
:description: Transfer Files From One Component to Another by Reference.
:col_css: col-md-4
:button_link: ../glossary/storage/path.html
:height: 180
:tag: Intermediate
.. raw:: html
</div>
</div>