:orphan:
sphinx-gallery
==============
Sphinx extension for generating example galleries from Python scripts.
- **Documentation**: https://sphinx-gallery.github.io/
- **Source Code**: https://github.com/sphinx-gallery/sphinx-gallery
Example
-------
The examples below demonstrate various sphinx-gallery features and provide
visual elements for theme styling purposes.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /extensions/sphinx-gallery/images/thumb/sphx_glr_plot_01_basic_thumb.png
:alt:
:doc:`/extensions/sphinx-gallery/plot_01_basic`
.. raw:: html
Basic Plot
.. raw:: html
.. only:: html
.. image:: /extensions/sphinx-gallery/images/thumb/sphx_glr_plot_02_multiple_figures_thumb.png
:alt:
:doc:`/extensions/sphinx-gallery/plot_02_multiple_figures`
.. raw:: html
Multiple Figures
.. raw:: html
.. only:: html
.. image:: /extensions/sphinx-gallery/images/thumb/sphx_glr_plot_03_subplots_thumb.png
:alt:
:doc:`/extensions/sphinx-gallery/plot_03_subplots`
.. raw:: html
Subplot Layouts
.. raw:: html
.. only:: html
.. image:: /extensions/sphinx-gallery/images/thumb/sphx_glr_plot_04_styled_thumb.png
:alt:
:doc:`/extensions/sphinx-gallery/plot_04_styled`
.. raw:: html
Styled Visualizations
.. raw:: html
.. only:: html
.. image:: /extensions/sphinx-gallery/images/thumb/sphx_glr_plot_05_output_thumb.png
:alt:
:doc:`/extensions/sphinx-gallery/plot_05_output`
.. raw:: html
Console Output
.. raw:: html
.. only:: html
.. image:: /extensions/sphinx-gallery/images/thumb/sphx_glr_plot_06_failing_thumb.png
:alt:
:doc:`/extensions/sphinx-gallery/plot_06_failing`
.. raw:: html
Error Output
.. raw:: html
.. only:: html
.. image:: /extensions/sphinx-gallery/images/thumb/sphx_glr_plot_07_no_output_thumb.png
:alt:
:doc:`/extensions/sphinx-gallery/plot_07_no_output`
.. raw:: html
Text-Only
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/extensions/sphinx-gallery/plot_01_basic
/extensions/sphinx-gallery/plot_02_multiple_figures
/extensions/sphinx-gallery/plot_03_subplots
/extensions/sphinx-gallery/plot_04_styled
/extensions/sphinx-gallery/plot_05_output
/extensions/sphinx-gallery/plot_06_failing
/extensions/sphinx-gallery/plot_07_no_output
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: sphinx-gallery_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: sphinx-gallery_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery