lightning/docs/source-app/levels/expert/index.rst

95 lines
2.0 KiB
ReStructuredText

:orphan:
.. _expert_level:
.. toctree::
:maxdepth: 1
:hidden:
#############
Expert skills
#############
.. join_slack::
:align: left
----
.. raw:: html
<div class="display-card-container">
<div class="row">
.. displayitem::
:header: Level : Use custom containers
:description: Learn to use a custom cloud container.
:button_link: build_a_machine_learning_workflow.html
:col_css: col-md-6
:height: 150
:tag: basic
.. displayitem::
:header: Level : Customize your cluster creation
:description: Learn to use a custom cloud container.
:button_link: build_a_machine_learning_workflow.html
:col_css: col-md-6
:height: 150
:tag: basic
.. raw:: html
</div>
</div>
----
*********************
Intermediate Examples
*********************
As you work through the intermediate levels, try these examples:
.. raw:: html
<div class="display-card-container">
<div class="row">
.. Add callout items below this line
.. displayitem::
:header: Example: Develop a Github Repo Script Runner
:description: Develop a workflow to execute Github Repos
:button_link: ../../examples/github_repo_runner/github_repo_runner.html
:col_css: col-md-6
:height: 150
:tag: basic
.. displayitem::
:header: Example: Develop a file server
:description: Create a simple Lightning App (App) that allows users to upload files and list the uploaded files.
:button_link: ../../examples/file_server/file_server.html
:col_css: col-md-6
:height: 150
:tag: basic
.. displayitem::
:header: Example: Develop a Jupyter Notebook component
:description: Develop a LightningWork that runs a notebook on the cloud.
:button_link: run_jupyter_notebook_on_the_cloud.html
:col_css: col-md-6
:height: 150
:tag: basic
.. displayitem::
:header: Example: Create a model demo
:description: Demo POCs and MVPs which can be shared with a public web user interface.
:button_link: create_a_model_demo.html
:col_css: col-md-6
:height: 150
:tag: basic
.. raw:: html
</div>
</div>