@@ -57,6 +57,27 @@ gutter: 3
57
57
:text-align: center
58
58
:img-top: _static/images/light-bulb.svg
59
59
:class-img-top: index-card-image
60
+ :class-item: only-light
61
+ :shadow: md
62
+
63
+ ```{button-link} tutorials/index.html
64
+ ---
65
+ click-parent:
66
+ ref-type: ref
67
+ class: stretched-link index-card-link
68
+ ---
69
+ Tutorials
70
+ ```
71
+
72
+ Tutorials help you to get started with pytask and how you manage your first project.
73
+
74
+ ````
75
+
76
+ ````{grid-item-card}
77
+ :text-align: center
78
+ :img-top: _static/images/light-bulb-light.svg
79
+ :class-img-top: index-card-image
80
+ :class-item: only-dark
60
81
:shadow: md
61
82
62
83
```{button-link} tutorials/index.html
@@ -76,6 +97,28 @@ Tutorials help you to get started with pytask and how you manage your first proj
76
97
:text-align: center
77
98
:img-top: _static/images/book.svg
78
99
:class-img-top: index-card-image
100
+ :class-item: only-light
101
+ :shadow: md
102
+
103
+ ```{button-link} how_to_guides/index.html
104
+ ---
105
+ click-parent:
106
+ ref-type: ref
107
+ class: stretched-link index-card-link
108
+ ---
109
+ How-to Guides
110
+ ```
111
+
112
+ How-to guides provide instructions for very specific and advanced tasks and document
113
+ best-practices.
114
+
115
+ ````
116
+
117
+ ````{grid-item-card}
118
+ :text-align: center
119
+ :img-top: _static/images/book-light.svg
120
+ :class-img-top: index-card-image
121
+ :class-item: only-dark
79
122
:shadow: md
80
123
81
124
```{button-link} how_to_guides/index.html
@@ -96,6 +139,27 @@ best-practices.
96
139
:text-align: center
97
140
:img-top: _static/images/books.svg
98
141
:class-img-top: index-card-image
142
+ :class-item: only-light
143
+ :shadow: md
144
+
145
+ ```{button-link} explanations/index.html
146
+ ---
147
+ click-parent:
148
+ ref-type: ref
149
+ class: stretched-link index-card-link
150
+ ---
151
+ Explanations
152
+ ```
153
+
154
+ Explanations deal with key topics and concepts which underlie the package.
155
+
156
+ ````
157
+
158
+ ````{grid-item-card}
159
+ :text-align: center
160
+ :img-top: _static/images/books-light.svg
161
+ :class-img-top: index-card-image
162
+ :class-item: only-dark
99
163
:shadow: md
100
164
101
165
```{button-link} explanations/index.html
@@ -115,6 +179,27 @@ Explanations deal with key topics and concepts which underlie the package.
115
179
:text-align: center
116
180
:img-top: _static/images/coding.svg
117
181
:class-img-top: index-card-image
182
+ :class-item: only-light
183
+ :shadow: md
184
+
185
+ ```{button-link} reference_guides/index.html
186
+ ---
187
+ click-parent:
188
+ ref-type: ref
189
+ class: stretched-link index-card-link
190
+ ---
191
+ Reference Guides
192
+ ```
193
+
194
+ Reference guides explain the implementation and provide an entry-point for developers.
195
+
196
+ ````
197
+
198
+ ````{grid-item-card}
199
+ :text-align: center
200
+ :img-top: _static/images/coding-light.svg
201
+ :class-img-top: index-card-image
202
+ :class-item: only-dark
118
203
:shadow: md
119
204
120
205
```{button-link} reference_guides/index.html
0 commit comments