.gitignore
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
.github/dependabot.yml
.github/install.sh
.github/release.yml
.github/workflows/circle_artifacts.yml
.github/workflows/label-check.yml
.github/workflows/release.yml
.github/workflows/tests.yml
examples/GALLERY_HEADER.rst
examples/local_module.py
examples/plot_0_sin.py
examples/plot_1_exp.py
examples/plot_2_seaborn.py
examples/plot_3_capture_repr.py
examples/plot_4_choose_thumbnail.py
examples/plot_4b_provide_thumbnail.py
examples/plot_5_unicode_everywhere.py
examples/plot_6_function_identifier.py
examples/plot_7_sys_argv.py
examples/plot_8_animations.py
examples/plot_9_multi_image_separate.py
examples/no_output/GALLERY_HEADER.rst
examples/no_output/just_code.py
examples/no_output/plot_raise.py
examples/no_output/plot_raise_thumbnail.py
examples/no_output/plot_strings.py
examples/no_output/plot_syntaxerror.py
plotly_examples/GALLERY_HEADER.rst
plotly_examples/plot_0_plotly.py
pyvista_examples/GALLERY_HEADER.rst
pyvista_examples/plot_collisions.py
pyvista_examples/plot_glyphs.py
pyvista_examples/plot_lighting.py
pyvista_examples/plot_ray_trace.py
sphinx_gallery/__init__.py
sphinx_gallery/backreferences.py
sphinx_gallery/block_parser.py
sphinx_gallery/directives.py
sphinx_gallery/docs_resolv.py
sphinx_gallery/downloads.py
sphinx_gallery/gen_gallery.py
sphinx_gallery/gen_rst.py
sphinx_gallery/interactive_example.py
sphinx_gallery/load_style.py
sphinx_gallery/notebook.py
sphinx_gallery/py_source_parser.py
sphinx_gallery/recommender.py
sphinx_gallery/scrapers.py
sphinx_gallery/sorting.py
sphinx_gallery/utils.py
sphinx_gallery.egg-info/PKG-INFO
sphinx_gallery.egg-info/SOURCES.txt
sphinx_gallery.egg-info/dependency_links.txt
sphinx_gallery.egg-info/entry_points.txt
sphinx_gallery.egg-info/requires.txt
sphinx_gallery.egg-info/top_level.txt
sphinx_gallery/_dummy/__init__.py
sphinx_gallery/_dummy/nested.py
sphinx_gallery/_static/binder_badge_logo.svg
sphinx_gallery/_static/broken_example.png
sphinx_gallery/_static/jupyterlite_badge_logo.svg
sphinx_gallery/_static/no_image.png
sphinx_gallery/_static/sg_gallery-binder.css
sphinx_gallery/_static/sg_gallery-dataframe.css
sphinx_gallery/_static/sg_gallery-rendered-html.css
sphinx_gallery/_static/sg_gallery.css
sphinx_gallery/components/sg_download_links.html
sphinx_gallery/components/sg_launcher_links.html
sphinx_gallery/tests/__init__.py
sphinx_gallery/tests/conftest.py
sphinx_gallery/tests/reference_parse.txt
sphinx_gallery/tests/test_backreferences.py
sphinx_gallery/tests/test_block_parser.py
sphinx_gallery/tests/test_docs_resolv.py
sphinx_gallery/tests/test_full.py
sphinx_gallery/tests/test_full_noexec.py
sphinx_gallery/tests/test_gen_gallery.py
sphinx_gallery/tests/test_gen_rst.py
sphinx_gallery/tests/test_interactive_example.py
sphinx_gallery/tests/test_load_style.py
sphinx_gallery/tests/test_notebook.py
sphinx_gallery/tests/test_py_source_parser.py
sphinx_gallery/tests/test_recommender.py
sphinx_gallery/tests/test_scrapers.py
sphinx_gallery/tests/test_sorting.py
sphinx_gallery/tests/testconfs/index.rst
sphinx_gallery/tests/testconfs/src/GALLERY_HEADER.rst
sphinx_gallery/tests/testconfs/src/plot_1.py
sphinx_gallery/tests/testconfs/src/plot_2.py
sphinx_gallery/tests/testconfs/src/plot_3.py
sphinx_gallery/tests/tinybuild/utils.py
sphinx_gallery/tests/tinybuild/doc/Makefile
sphinx_gallery/tests/tinybuild/doc/conf.py
sphinx_gallery/tests/tinybuild/doc/index.rst
sphinx_gallery/tests/tinybuild/doc/make.bat
sphinx_gallery/tests/tinybuild/doc/minigallery.rst
sphinx_gallery/tests/tinybuild/doc/_static_nonstandard/broken_example.png
sphinx_gallery/tests/tinybuild/doc/_static_nonstandard/demo.png
sphinx_gallery/tests/tinybuild/doc/_templates/module.rst
sphinx_gallery/tests/tinybuild/doc/binder/requirements.txt
sphinx_gallery/tests/tinybuild/examples/GALLERY_HEADER.rst
sphinx_gallery/tests/tinybuild/examples/__init__.py
sphinx_gallery/tests/tinybuild/examples/isentropic.m
sphinx_gallery/tests/tinybuild/examples/julia_sample.jl
sphinx_gallery/tests/tinybuild/examples/local_module.py
sphinx_gallery/tests/tinybuild/examples/parse_this.cpp
sphinx_gallery/tests/tinybuild/examples/plot_animation.py
sphinx_gallery/tests/tinybuild/examples/plot_command_line_args.py
sphinx_gallery/tests/tinybuild/examples/plot_defer_figures.py
sphinx_gallery/tests/tinybuild/examples/plot_failing_example.py
sphinx_gallery/tests/tinybuild/examples/plot_failing_example_thumbnail.py
sphinx_gallery/tests/tinybuild/examples/plot_log.py
sphinx_gallery/tests/tinybuild/examples/plot_matplotlib_alt.py
sphinx_gallery/tests/tinybuild/examples/plot_matplotlib_backend.py
sphinx_gallery/tests/tinybuild/examples/plot_multi_image_block_separate.py
sphinx_gallery/tests/tinybuild/examples/plot_multi_image_separate.py
sphinx_gallery/tests/tinybuild/examples/plot_numpy_matplotlib.py
sphinx_gallery/tests/tinybuild/examples/plot_pickle.py
sphinx_gallery/tests/tinybuild/examples/plot_repr.py
sphinx_gallery/tests/tinybuild/examples/plot_scraper_broken.py
sphinx_gallery/tests/tinybuild/examples/plot_second_future_imports.py
sphinx_gallery/tests/tinybuild/examples/plot_svg.py
sphinx_gallery/tests/tinybuild/examples/plot_webp.py
sphinx_gallery/tests/tinybuild/examples/future/README.rst
sphinx_gallery/tests/tinybuild/examples/future/plot_future_imports.py
sphinx_gallery/tests/tinybuild/examples/future/plot_future_imports_broken.py
sphinx_gallery/tests/tinybuild/examples_README_header/README.txt
sphinx_gallery/tests/tinybuild/examples_README_header/plot_exp.py
sphinx_gallery/tests/tinybuild/examples_rst_index/index.rst
sphinx_gallery/tests/tinybuild/examples_rst_index/plot_examp.py
sphinx_gallery/tests/tinybuild/examples_rst_index/examp_subdir1/README.txt
sphinx_gallery/tests/tinybuild/examples_rst_index/examp_subdir1/plot_sub1.py
sphinx_gallery/tests/tinybuild/examples_rst_index/examp_subdir2/index.rst
sphinx_gallery/tests/tinybuild/examples_rst_index/examp_subdir2/plot_sub2.py
sphinx_gallery/tests/tinybuild/examples_with_rst/GALLERY_HEADER.rst
sphinx_gallery/tests/tinybuild/examples_with_rst/plot_boo.py
sphinx_gallery/tests/tinybuild/examples_with_rst/plot_cos.py
sphinx_gallery/tests/tinybuild/examples_with_rst/rst_example1.rst
sphinx_gallery/tests/tinybuild/examples_with_rst/rst_example2.rst
tutorials/README.txt
tutorials/plot_parse.py