Source: sphinx-gallery Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Josenilson Ferreira da Silva Build-Depends: debhelper-compat (= 13), dh-sequence-python3, jdupes, optipng, pybuild-plugin-pyproject, python-numpy-doc , python-pandas-doc , python-sklearn-doc , python3-all, python3-doc , python3-graphviz , python3-ipython , python3-joblib , python3-matplotlib (>= 3.2.2), python3-memory-profiler , python3-pil, python3-plotly , python3-pydata-sphinx-theme , python3-pytest , python3-pytest-cov , python3-pytest-runner , python3-seaborn, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme , python3-statsmodels , sphinx-doc , Standards-Version: 4.6.2 Homepage: https://sphinx-gallery.github.io/ Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-gallery.git Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-gallery Rules-Requires-Root: no Package: python3-sphinx-gallery Architecture: all Depends: python3-matplotlib, python3-pil, python3-sphinx, ${misc:Depends}, ${python3:Depends}, Recommends: optipng, Suggests: python-sphinx-gallery-doc, python3-seaborn, Description: extension that builds an HTML gallery of examples from Python scripts (Python 3) Sphinx-Gallery is a Sphinx extension that creates an HTML gallery of examples from any set of Python scripts. It offers several functionalities: - Automatic Example Galleries Creation: Run example Python scripts to capture output and figures, rendering them into reST files integrated into your documentation by Sphinx. - Narrative Integration with Code: Embed reST in your example Python files, allowing you to interweave narrative content with code that generates graphics in documentation. Sphinx-Gallery also automatically generates a Jupyter Notebook for each example page. - Mini Galleries for API Documentation: Create mini galleries that list all examples that use a specific function /method in the API documentation. - Intersphinx Links: Add intersphinx links to your examples, which automatically connect to API documents for functions/methods/classes used in the examples. - Multiple Galleries Management: Manage multiple galleries to create and embed galleries of diverse sample sets. . This package contains the Python 3 version of sphinx-gallery. Package: python-sphinx-gallery-doc Section: doc Architecture: all Depends: libjs-mathjax, ${misc:Depends}, ${sphinxdoc:Depends} Multi-Arch: foreign Description: extension that builds an HTML gallery of examples from Python scripts (Doc) Sphinx-Gallery is a Sphinx extension that creates an HTML gallery of examples from any set of Python scripts. It offers several functionalities: - Automatic Example Galleries Creation: Run example Python scripts to capture output and figures, rendering them into reST files integrated into your documentation by Sphinx. - Narrative Integration with Code: Embed reST in your example Python files, allowing you to interweave narrative content with code that generates graphics in documentation. Sphinx-Gallery also automatically generates a Jupyter Notebook for each example page. - Mini Galleries for API Documentation: Create mini galleries that list all examples that use a specific function /method in the API documentation. - Intersphinx Links: Add intersphinx links to your examples, which automatically connect to API documents for functions/methods/classes used in the examples. - Multiple Galleries Management: Manage multiple galleries to create and embed galleries of diverse sample sets. . This package contains documentation for sphinx-gallery.