.gitignore
.zenodo.json
LICENSE
README.md
mkdocs.yml
noxfile-requirements.txt
noxfile.py
pyproject.toml
setup.cfg
setup.py
.github/pull_request_template.md
.github/workflows/base.yml
.github/workflows/updater.yml
ci_tools/.pylintrc
ci_tools/check_python_version.py
ci_tools/flake8-requirements.txt
ci_tools/github_release.py
ci_tools/nox_utils.py
docs/changelog.md
docs/gallery_conf.py
docs/index.md
docs/long_description.md
docs/_static/demo.png
docs/_static/plotly_logo.png
docs/binder_cfg/requirements.txt
docs/tutorials/README.md
docs/tutorials/plot_parse.py
examples/README.md
examples/local_module.py
examples/plot_00_sin.py
examples/plot_01_exp.py
examples/plot_02_seaborn.py
examples/plot_03_capture_repr.py
examples/plot_04_choose_thumbnail.py
examples/plot_04b_provide_thumbnail.py
examples/plot_05_unicode_everywhere.py
examples/plot_06_function_identifier.py
examples/plot_07_sys_argv.py
examples/plot_08_animations.py
examples/plot_09_plotly.py
examples/plot_10_mayavi.py
examples/plot_11_pyvista.py
examples/plot_12_async.py
examples/no_output/README.md
examples/no_output/just_code.py
examples/no_output/plot_raise.py
examples/no_output/plot_strings.py
examples/no_output/plot_syntaxerror.py
src/mkdocs_gallery/__init__.py
src/mkdocs_gallery/_version.py
src/mkdocs_gallery/backreferences.py
src/mkdocs_gallery/binder.py
src/mkdocs_gallery/docs_resolv.py
src/mkdocs_gallery/downloads.py
src/mkdocs_gallery/errors.py
src/mkdocs_gallery/gen_data_model.py
src/mkdocs_gallery/gen_gallery.py
src/mkdocs_gallery/gen_single.py
src/mkdocs_gallery/mkdocs_compatibility.py
src/mkdocs_gallery/notebook.py
src/mkdocs_gallery/plugin.py
src/mkdocs_gallery/py_source_parser.py
src/mkdocs_gallery/scrapers.py
src/mkdocs_gallery/sorting.py
src/mkdocs_gallery/utils.py
src/mkdocs_gallery.egg-info/PKG-INFO
src/mkdocs_gallery.egg-info/SOURCES.txt
src/mkdocs_gallery.egg-info/dependency_links.txt
src/mkdocs_gallery.egg-info/entry_points.txt
src/mkdocs_gallery.egg-info/not-zip-safe
src/mkdocs_gallery.egg-info/requires.txt
src/mkdocs_gallery.egg-info/top_level.txt
src/mkdocs_gallery/static/binder_badge_logo.svg
src/mkdocs_gallery/static/broken_example.png
src/mkdocs_gallery/static/broken_stamp.svg
src/mkdocs_gallery/static/no_image.png
src/mkdocs_gallery/static/sg_gallery-binder.css
src/mkdocs_gallery/static/sg_gallery-dataframe.css
src/mkdocs_gallery/static/sg_gallery-rendered-html.css
src/mkdocs_gallery/static/sg_gallery.css
tests/__init__.py
tests/reference_parse.txt
tests/test_config.py
tests/test_gen_md.py
tests/test_gen_single.py
tests/test_packaging.py
tests/test_utils.py