Skip to content

Commit c86d86a

Browse files
committed
DOC: Add thumbnails for Text tutorials using sphinx_gallery_thumbnail_path
1 parent 9e92390 commit c86d86a

File tree

5 files changed

+0
-2
lines changed

5 files changed

+0
-2
lines changed
-12.1 KB
Binary file not shown.

doc/_static/mathtext_thumbnail.png

-6.43 KB
Binary file not shown.

doc/_static/usetex_tutorial.png

401 Bytes
Loading

galleries/users_explain/text/annotations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
.. contents:: Table of Contents
3232
:depth: 3
3333
"""
34-
# sphinx_gallery_thumbnail_path = '_static/annotations_thumbnail.png'
3534
# %%
3635
# .. _annotations-tutorial:
3736
#

galleries/users_explain/text/mathtext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
the backslashes do not need to be escaped, Mathtext is often written using raw
1919
strings. For example:
2020
"""
21-
# sphinx_gallery_thumbnail_path = '_static/mathtext_thumbnail.png'
2221

2322
import matplotlib.pyplot as plt
2423

0 commit comments

Comments
 (0)