.gitignore
.zenodo.json
LICENSE
README.md
mkdocs.yml
noxfile-requirements.txt
noxfile.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/base.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/examples/README.md
docs/examples/local_module.py
docs/examples/plot_0_sin.py
docs/examples/plot_1_exp.py
docs/examples/plot_2_seaborn.py
docs/examples/plot_3_capture_repr.py
docs/examples/plot_4_choose_thumbnail.py
docs/examples/plot_4b_provide_thumbnail.py
docs/examples/plot_5_unicode_everywhere.py
docs/examples/plot_6_function_identifier.py
docs/examples/plot_7_sys_argv.py
docs/examples/plot_8_animations.py
docs/examples/plot_9_plotly.py
docs/examples/no_output/README.md
docs/examples/no_output/just_code.py
docs/examples/no_output/plot_raise.py
docs/examples/no_output/plot_strings.py
docs/examples/no_output/plot_syntaxerror.py
docs/tutorials/README.md
docs/tutorials/plot_parse.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_packaging.py