Skip to content

Commit 74d4020

Browse files
authored
docs: Fix display of navigation tiles in Fabric docs (#18733)
1 parent 77eef8a commit 74d4020

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source-fabric/examples/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,22 @@ Examples
5353
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/reinforcement_learning
5454
:col_css: col-md-4
5555
:height: 150
56+
:tag: intermediate
5657

5758
.. displayitem::
5859
:header: K-Fold Cross Validation
5960
:description: Cross validation helps you estimate the generalization error of a model and select the best one.
6061
:button_link: https://github.com/Lightning-AI/lightning/tree/master/examples/fabric/kfold_cv
6162
:col_css: col-md-4
6263
:height: 150
64+
:tag: intermediate
6365

6466
.. displayitem::
6567
:header: Active Learning
6668
:description: Coming soon
6769
:col_css: col-md-4
6870
:height: 150
71+
:tag: intermediate
6972

7073

7174
.. raw:: html

docs/source-fabric/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Get Started
110110

111111
.. raw:: html
112112

113-
<div class="tutorials-callout-container">
113+
<div class="display-card-container">
114114
<div class="row">
115115

116116
.. Add callout items below this line
@@ -170,6 +170,8 @@ Get Started
170170

171171
.. End of callout item section
172172
173+
|
174+
|
173175
174176
.. raw:: html
175177

0 commit comments

Comments
 (0)