Skip to content

Commit 38c370a

Browse files
committed
Fix minigallery paths to use relative patterns
1 parent 4791c65 commit 38c370a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

galleries/tutorials/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ You can also find :ref:`external resources <resources-index>` and
1010
a :ref:`FAQ <howto-faq>` in our :ref:`user guide <users-guide-index>`.
1111

1212
.. minigallery::
13-
/tutorials/pyplot
14-
/tutorials/coding_shortcuts
15-
/tutorials/images
16-
/tutorials/lifecycle
17-
/tutorials/artists
13+
tutorials/pyplot.py
14+
tutorials/coding_shortcuts.py
15+
tutorials/images.py
16+
tutorials/lifecycle.py
17+
tutorials/artists.py
1818

1919
.. toctree::
2020
:hidden:

0 commit comments

Comments
 (0)