Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8407cc5

Browse files
committed
DOC: Add thumbnails for Text tutorials using sphinx_gallery_thumbnail_path
1 parent 877660d commit 8407cc5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

galleries/users_explain/text/annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
.. contents:: Table of Contents
3232
:depth: 3
3333
"""
34-
# sphinx_gallery_thumbnail_number = 1
34+
sphinx_gallery_thumbnail_path = '_static/annotations_thumbnail.png'
3535
# %%
3636
# .. _annotations-tutorial:
3737
#

galleries/users_explain/text/pgf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@
263263
.. _LaTeX: http://www.tug.org
264264
.. _TeXLive: http://www.tug.org/texlive/
265265
"""
266-
# sphinx_gallery_thumbnail_path = '_static/pgf_preamble.png'
266+
sphinx_gallery_thumbnail_path = '_static/pgf_preamble.png'

galleries/users_explain/text/usetex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@
165165
.. _underscore: https://ctan.org/pkg/underscore
166166
.. _Xpdf: http://www.xpdfreader.com/
167167
"""
168-
# sphinx_gallery_thumbnail_path = '_static/usetex_tutorial.png'
168+
sphinx_gallery_thumbnail_path = '_static/usetex_tutorial.png'

0 commit comments

Comments
 (0)