Skip to content

Commit cb299eb

Browse files
committed
Rename jpg to jpeg
Signed-off-by: Tomas Pereira de Vasconcelos <tomasvasconcelos1@gmail.com>
1 parent 5f2ec13 commit cb299eb

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exclude docs/_static/js/plotly.min.js
2525
recursive-include docs *.md *.py *.rst
2626
recursive-include docs/_static/charts *.webp
2727
recursive-include docs/_static/css *.css
28-
recursive-include docs/_static/img *.png *.webp *.svg *.gif *.jpg
28+
recursive-include docs/_static/img *.png *.webp *.svg *.gif *.jpeg
2929
recursive-include docs/_static/js *.js
3030
recursive-include docs/_templates *.html
3131
prune docs/_build

docs/getting_started/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The resulting ridgeline plot generated by the code above:
9797
:::
9898
:::{tab-item} Target/reference image
9999
The target reference from the [_from Data to Viz_ post](https://www.data-to-viz.com/graph/ridgeline.html):
100-
![reference ridgeline plot of the probly dataset from data to viz](/_static/img/probly_original.jpg)
100+
![reference ridgeline plot of the probly dataset from data to viz](/_static/img/probly_original.jpeg)
101101
:::
102102
::::
103103

0 commit comments

Comments
 (0)