-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/0.3.3' into main
- Loading branch information
Showing
174 changed files
with
2,345 additions
and
1,477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ channels: | |
- defaults | ||
|
||
dependencies: | ||
- python=3.7 | ||
- python=3.10 | ||
- pip | ||
- matplotlib | ||
- scipy>=1.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
from sphinx_gallery import gen_rst | ||
|
||
from .sphinx_gallery_binder import alt_gen_binder_rst | ||
from .sphinx_gallery_gen_rst import _save_rst_example | ||
from .sphinx_gallery_scrapers import alt_matplotlib_scraper | ||
|
||
# modify single image arrangement | ||
gen_rst.SINGLE_IMAGE = """ | ||
.. image:: /%s | ||
:class: sphx-glr-single-img | ||
:width: 80 % | ||
:align: center | ||
""" | ||
# remove the 'go to the end' part of the binder/download note | ||
gen_rst.EXAMPLE_HEADER = """ | ||
.. DO NOT EDIT. | ||
.. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. | ||
.. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: | ||
.. "{0}" | ||
.. LINE NUMBERS ARE GIVEN BELOW. | ||
.. only:: html | ||
.. note:: | ||
:class: sphx-glr-download-link-note | ||
.. rst-class:: sphx-glr-example-title | ||
.. _sphx_glr_{1}: | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.