carpentries-incubator / lesson-gpu-programming

GPU Programming with Python and CUDA.
https://carpentries-incubator.github.io/lesson-gpu-programming/
Other
19 stars 12 forks source link

Links to figures not working #72

Closed HannoSpreeuw closed 1 year ago

HannoSpreeuw commented 2 years ago

Links to figures do not yet point to the fig directory and are therefore not working.

isazi commented 2 years ago

The new figures? The old ones are working for me.

HannoSpreeuw commented 2 years ago

E.g. the link in episode 02-cupy.md to Example of convolution does not work. So let me rephrase the issue, the link does not seem to be able to find the fig directory when I launch 02-cupy.md using grip -b 02-cupy.md and then click on Example of convolution.

This is the code in 02-cupy.md:

![Example of convolution](../fig/2D_Convolution_Animation.gif)

Oddly enough, that seems the correct path.

It does render correctly in this repo.

HannoSpreeuw commented 2 years ago

Can anyone reproduce this? I am still puzzled.

HannoSpreeuw commented 1 year ago

We think this is a limitation of grip, so we are not going to solve it. It works if the figures are in the same directory as the .md files, but we don't want that, because it will become messy.