Skip to content

Commit 75b35c7

Browse files
committed
drop cards
1 parent b50932c commit 75b35c7

File tree

2 files changed

+1
-156
lines changed

2 files changed

+1
-156
lines changed

docs/source-lit/index.rst

Lines changed: 0 additions & 154 deletions
Original file line numberDiff line numberDiff line change
@@ -21,160 +21,6 @@ Welcome to ⚡ Lightning Apps
2121

2222
----
2323

24-
*****************
25-
Install Lightning
26-
*****************
27-
28-
.. code-block:: bash
29-
30-
pip install lightning
31-
32-
33-
Or read the :ref:`advanced install <install>` guide.
34-
35-
----
36-
37-
***********
38-
Get Started
39-
***********
40-
41-
.. raw:: html
42-
43-
<br />
44-
<div class="display-card-container">
45-
<div class="row">
46-
47-
.. displayitem::
48-
:header: Discover what Lightning Apps can do in 5 min
49-
:description: Browse through mind-blowing ML Systems
50-
:col_css: col-md-6
51-
:button_link: get_started/what_app_can_do.html
52-
:height: 180
53-
54-
.. displayitem::
55-
:header: Build and Train a Model
56-
:description: Discover PyTorch Lightning and train your first Model.
57-
:col_css: col-md-6
58-
:button_link: get_started/build_model.html
59-
:height: 180
60-
61-
.. displayitem::
62-
:header: Evolve a Model into an ML System
63-
:description: Develop an App to train a model in the cloud
64-
:col_css: col-md-6
65-
:button_link: get_started/training_with_apps.html
66-
:height: 180
67-
68-
.. displayitem::
69-
:header: Start from an ML system template
70-
:description: Learn about Apps, from a template.
71-
:col_css: col-md-6
72-
:button_link: get_started/go_beyond_training.html
73-
:height: 180
74-
75-
.. raw:: html
76-
77-
</div>
78-
</div>
79-
80-
----
81-
82-
***********************
83-
Current Lightning Users
84-
***********************
85-
86-
.. raw:: html
87-
88-
<br />
89-
90-
Build with Template(s) from the App & Component Gallery
91-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92-
93-
.. raw:: html
94-
95-
<div class="display-card-container">
96-
<div class="row">
97-
98-
.. displayitem::
99-
:header: Start from Ready-to-Run Template Apps
100-
:description: Jump-start your project's development
101-
:col_css: col-md-6
102-
:button_link: get_started/jumpstart_from_app_gallery.html
103-
:height: 180
104-
105-
.. displayitem::
106-
:header: Add Component made by others to your App
107-
:description: Add more functionalities to your projects
108-
:col_css: col-md-6
109-
:button_link: get_started/jumpstart_from_component_gallery.html
110-
:height: 180
111-
112-
113-
.. raw:: html
114-
115-
</div>
116-
</div>
117-
<br />
118-
119-
120-
Keep Learning
121-
^^^^^^^^^^^^^
122-
123-
.. raw:: html
124-
125-
<div class="display-card-container">
126-
<div class="row">
127-
128-
.. displayitem::
129-
:header: Level-up with PyTorch Lightning
130-
:description: PyTorch Lightning Tutorials
131-
:col_css: col-md-6
132-
:button_link: https://pytorch-lightning.readthedocs.io/en/latest/expertise_levels.html
133-
:height: 180
134-
135-
.. displayitem::
136-
:header: Level-up with Lightning Apps
137-
:description: From Basics to Advanced Skills
138-
:col_css: col-md-6
139-
:button_link: levels/basic/index.html
140-
:height: 180
141-
142-
.. displayitem::
143-
:header: API Reference
144-
:description: Detailed description of each API package
145-
:col_css: col-md-6
146-
:button_link: api_references.html
147-
:height: 180
148-
149-
.. displayitem::
150-
:header: Hands-on Examples
151-
:description: Learn by building Apps and Components.
152-
:col_css: col-md-6
153-
:button_link: examples/hands_on_example.html
154-
:height: 180
155-
156-
.. displayitem::
157-
:header: Common Workflows
158-
:description: Learn how to do ...
159-
:col_css: col-md-6
160-
:button_link: workflows/index.html
161-
:height: 180
162-
163-
.. displayitem::
164-
:header: Glossary
165-
:description: Discover Lightning App Concepts
166-
:col_css: col-md-6
167-
:button_link: glossary/index.html
168-
:height: 180
169-
170-
.. raw:: html
171-
172-
<hr class="docutils" style="margin: 50px 0 50px 0">
173-
174-
.. raw:: html
175-
176-
<div style="display:none">
177-
17824
.. toctree::
17925
:maxdepth: 1
18026
:caption: Home

requirements/lit/docs.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ipython[notebook]
44
ipython_genutils
55

66
sphinx-autobuild
7-
# TODO: use the fused template, supporting LAI and PL pages
8-
pt-lightning-sphinx-theme @ https://github.com/Lightning-AI/lightning_sphinx_theme/archive/master.zip
7+
https://storage.googleapis.com/grid-packages/lightning-ai-sphinx-theme/build-31.3.zip

0 commit comments

Comments
 (0)