Skip to content

Commit cfda0b5

Browse files
authoredMar 28, 2024
minifix (magpylib#751)
* minifix * typo
1 parent 5778780 commit cfda0b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎docs/_pages/gallery/gallery_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Notice that most examples use interactive notebooks via [sphinx-thebe](https://
7777
:link: gallery-vis-animations
7878
:link-type: ref
7979
:link-alt: link to example
80-
:img-bottom: ../../_static/images/gallery_icon_vis_animations.png
80+
:img-bottom: ../../_static/images/gallery_icon_viz_animations.png
8181
:::
8282

8383
:::{grid-item-card} {ref}`gallery-vis-subplots`

‎docs/_pages/gallery/gallery_vis_animations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ kernelspec:
1919
Magpylib can display the motion of objects along paths in the form of animations. The following example shows how to set up such an animation.
2020

2121
```{hint}
22-
If your browser window opens, but you animation does not load, reload the page (ctrl+r in chrome).
22+
If your browser window opens, but your animation does not load, reload the page (ctrl+r in chrome).
2323
```
2424

2525
Detailed information about how to tune animations can be found in the [graphics documentation](examples-animation). Animations work best in the [plotly backend](examples-backends-canvas). Avoid rendering too many frames.
2626

27-
```
27+
```{code-cell} ipython3
2828
import numpy as np
2929
import magpylib as magpy
3030

0 commit comments

Comments
 (0)
Please sign in to comment.