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

Skip to content

Commit 9e92390

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

7 files changed

Lines changed: 4 additions & 0 deletions

File tree

12.1 KB
Loading

doc/_static/mathtext_thumbnail.png

6.43 KB
Loading

doc/_static/usetex_tutorial.png

12.5 KB
Loading

galleries/users_explain/text/annotations.py

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

galleries/users_explain/text/mathtext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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'
2122

2223
import matplotlib.pyplot as plt
2324

galleries/users_explain/text/pgf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +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'

galleries/users_explain/text/usetex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +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'

0 commit comments

Comments
 (0)