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

Skip to content

Commit c8ed874

Browse files
committed
DOC: Fix thumbnail title for sphinx gallery
Sphinx Gallery 0.11.0 left RST formatting characters in the thumbnail titles. This was fixed in version 0.12.2 for most cases by github.com/sphinx-gallery/sphinx-gallery/pull/1005, which doesn't cover default roles. So to restore the previous behavior we need to explicitely a role.
1 parent 738ead8 commit c8ed874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

galleries/examples/axes_grid1/demo_colorbar_with_axes_divider.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
============================
3-
Colorbar with `.AxesDivider`
4-
============================
2+
==================================
3+
Colorbar with :obj:`~.AxesDivider`
4+
==================================
55
66
The `.axes_divider.make_axes_locatable` function takes an existing axes, adds
77
it to a new `.AxesDivider` and returns the `.AxesDivider`. The `.append_axes`

0 commit comments

Comments
 (0)