Skip to content

Commit 62295d4

Browse files
committed
Doc. cards with images don't work with the glightbox plugin
1 parent f30292f commit 62295d4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,22 @@ If you're a first time user of pyDVL, we recommend you to go through the
1313

1414
::cards:: cols=2
1515

16-
- title: To the installation guide
17-
image: ./assets/material-toolbox.svg
16+
- title: Installation
17+
content: Steps to install and requirements
1818
url: getting-started/installation.md
1919

2020
- title: Data valuation
21-
image: ./assets/material-code.svg
21+
content: >
22+
Basics of data valuation and description of the main algorithms
2223
url: value/
24+
2325
- title: Influence Function
24-
image: ./assets/material-computer.svg
26+
content: >
27+
An introduction to the influence function and its computation with pyDVL
2528
url: influence/
2629

2730
- title: Browse the API
28-
image: ./assets/material-description.svg
31+
content: Full documentation of the API
2932
url: api/pydvl/
3033

31-
3234
::/cards::

0 commit comments

Comments
 (0)