{
  "result": {
    "0.19.0+ppc64le1": {
      "name": "sphinx-gallery",
      "version": "0.19.0+ppc64le1",
      "metadata_version": "2.4",
      "summary": "A Sphinx extension that builds an HTML gallery of examples from any set of Python scripts.",
      "home_page": "",
      "author": "",
      "author_email": "\u00d3scar N\u00e1jera <najera.oscar@gmail.com>",
      "maintainer": "",
      "maintainer_email": "",
      "license": "3-clause BSD",
      "description": "==============\nSphinx-Gallery\n==============\n\n.. image:: https://img.shields.io/pypi/v/sphinx-gallery\n    :target: https://pypi.org/project/sphinx-gallery/\n    :alt: PyPI\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/sphinx-gallery\n    :target: https://anaconda.org/conda-forge/sphinx-gallery\n    :alt: Conda-forge\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3741780.svg\n    :target: https://doi.org/10.5281/zenodo.3741780\n    :alt: Zenodo DOI\n\n.. image:: https://dev.azure.com/sphinx-gallery/sphinx-gallery/_apis/build/status/sphinx-gallery.sphinx-gallery?branchName=master\n    :target: https://dev.azure.com/sphinx-gallery/sphinx-gallery/_build/latest?definitionId=1&branchName=master\n    :alt: Azure CI status\n\n.. image:: https://circleci.com/gh/sphinx-gallery/sphinx-gallery.svg?style=shield\n    :target: https://circleci.com/gh/sphinx-gallery/sphinx-gallery\n    :alt: CircleCI status\n\n.. image:: https://codecov.io/github/sphinx-gallery/sphinx-gallery/badge.svg?branch=master&service=github(\n    :target: https://app.codecov.io/github/sphinx-gallery/sphinx-gallery\n    :alt: Code coverage\n\n\n.. tagline-begin-content\n\nA `Sphinx <https://www.sphinx-doc.org/en/master/>`_ extension that builds an\nHTML gallery of examples from any set of Python scripts.\nCheck out the `documentation`_ for introductions on how to use it and more...\n\n.. tagline-end-content\n\n.. image:: doc/_static/demo.png\n   :width: 80%\n   :alt: A demo of a gallery generated by Sphinx-Gallery\n\nQuickstart\n==========\n\nSphinx-Gallery can be used to generate an example gallery from ``.py`` files,\nfor a library,\nas well as a stand-alone web page showcasing examples of a particular\nPython package, module, or class.\n\nLet's get started with a simple example or check out the\n `documentation`_ for introductions on how\n to use it and more...\n\nInstall via ``pip``\n-------------------\n\n.. installation-begin-content\n\nYou can do a direct install via ``pip`` by using:\n\n.. code-block:: bash\n\n    $ pip install sphinx-gallery\n\n.. tip::\n    Sphinx-Gallery also has support for scraping images from Matplotlib\n    and Matplotlib-based packages such as Seaborn.\n    We recommend installing system ``optipng`` binaries to reduce\n    the file sizes of the generated PNG files.\n\n.. installation-end-content\n\nAdd examples to your docs\n-------------------------\n\nLet's assume simple scenario, you have a Python package with a directory structure like this:\n\n.. code-block::\n\n    \u251c\u2500\u2500 doc\n    \u2502   \u251c\u2500\u2500 conf.py\n    \u2502   \u251c\u2500\u2500 index.rst\n    |   \u251c\u2500\u2500 make.bat\n    \u2502   \u2514\u2500\u2500 Makefile\n    \u251c\u2500\u2500 my_python_module\n    \u2502   \u251c\u2500\u2500 __init__.py\n    \u2502   \u2514\u2500\u2500 mod.py\n    \u2514\u2500\u2500 examples\n        \u251c\u2500\u2500 plot_example.py\n        \u2514\u2500\u2500 README.txt (or .rst)\n\nEnable Sphinx-Gallery by adding the following to your ``doc/conf.py``:\n\n.. code-block:: python\n\n    extensions = [\n        ...\n        'sphinx_gallery.gen_gallery',\n    ]\n\n    # path to the examples scripts\n    sphinx_gallery_conf = {\n        'examples_dirs': '../examples',   # path to your example scripts\n        'gallery_dirs': 'auto_examples',  # path to where to save gallery generated output\n    }\n\nFinally just compile your docs as usual.\nSphinx-Gallery will generate reST files, adding execution outputs, and save them in ``auto_examples/``.\nAdd a link to ``auto_examples/index.rst`` to include the gallery in your documentation.\n\nWho uses Sphinx-Gallery\n=======================\n\nAn incomplete list:\n\n.. projects_list_start\n\n* `Apache TVM <https://tvm.apache.org/docs/tutorial/index.html>`_\n* `Astropy <https://docs.astropy.org/en/stable/generated/examples/index.html>`_\n* `auto-sklearn <https://automl.github.io/auto-sklearn/master/examples/index.html>`_\n* `Biotite <https://www.biotite-python.org/examples/gallery/index.html>`_\n* `Cartopy <https://scitools.org.uk/cartopy/docs/latest/gallery/>`_\n* `FURY <https://fury.gl/latest/auto_examples/index.html>`_\n* `pyGIMLi <https://www.pygimli.org/_examples_auto/index.html>`_\n* `HyperSpy <https://hyperspy.org/hyperspy-doc/current/>`_\n* `kikuchipy <https://kikuchipy.org>`_\n* `Matplotlib <https://matplotlib.org/stable/index.html>`_\n* `MNE-Python <https://mne.tools/stable/auto_examples/index.html>`_\n* `napari <https://napari.org/stable/gallery.html>`_\n* `Nestle <http://kylebarbary.com/nestle/examples/index.html>`_\n* `NetworkX <https://networkx.org/documentation/stable/auto_examples/index.html>`_\n* `Neuraxle <https://www.neuraxle.org/stable/examples/index.html>`_\n* `Nilearn <https://nilearn.github.io/stable/auto_examples/index.html>`_\n* `OpenML <https://openml.github.io/openml-python/main/examples/index.html>`_\n* `OpenTURNS <https://openturns.github.io/openturns/latest/examples/examples.html>`_\n* `Optuna <https://optuna.readthedocs.io/en/stable/tutorial/index.html>`_\n* `PlasmaPy <https://docs.plasmapy.org/en/latest/examples.html>`_\n* `PyGMT <https://www.pygmt.org/latest/gallery/index.html>`_\n* `pyRiemann <https://pyriemann.readthedocs.io/en/latest/index.html>`_\n* `PyStruct <https://pystruct.github.io/auto_examples/index.html>`_\n* `PySurfer <https://pysurfer.github.io/>`_\n* `PyTorch tutorials <https://pytorch.org/tutorials>`_\n* `PyVista <https://docs.pyvista.org/examples/>`_\n* `pyxem <https://pyxem.readthedocs.io>`_\n* `RADIS <https://radis.readthedocs.io/en/latest/auto_examples/index.html>`_\n* `scikit-image <https://scikit-image.org/docs/dev/auto_examples/>`_\n* `scikit-learn <https://scikit-learn.org/stable/auto_examples/index.html>`_\n* `SimPEG <https://docs.simpeg.xyz/content/examples/>`_\n* `Sphinx-Gallery <https://sphinx-gallery.github.io/stable/auto_examples/index.html>`_\n* `SunPy <https://docs.sunpy.org/en/stable/generated/gallery/index.html>`_\n* `Tonic <https://tonic.readthedocs.io/en/latest/auto_examples/index.html>`_\n* `TorchIO <https://torchio.readthedocs.io/auto_examples/index.html>`_\n\n.. projects_list_end\n\nContributing\n============\n\nYou can get the latest development source from our `Github repository\n<https://github.com/sphinx-gallery/sphinx-gallery>`_. You need\n``setuptools`` installed in your system to install Sphinx-Gallery. For example,\nyou can do:\n\n.. code-block:: console\n\n    $ git clone https://github.com/sphinx-gallery/sphinx-gallery\n    $ cd sphinx-gallery\n    $ conda install graphviz  # if using conda, you can get graphviz this way\n    $ pip install -e .[dev]\n\n\nCheck that you are all set by running:\n\n.. code-block:: console\n\n    $ pytest sphinx_gallery\n\nHow to cite\n===========\n\n.. citation-begin-content\n\nIf you would like to cite Sphinx-Gallery you can do so using our `Zenodo\ndeposit <https://zenodo.org/record/3741780>`_.\n\n.. _documentation: https://sphinx-gallery.github.io/\n\n.. citation-end-content\n",
      "keywords": "",
      "platform": [],
      "classifiers": [
        "Development Status :: 4 - Beta",
        "Framework :: Sphinx :: Extension",
        "Intended Audience :: Developers",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3 :: Only",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Programming Language :: Python :: 3.12",
        "Programming Language :: Python :: 3.13",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Documentation, https://sphinx-gallery.github.io",
        "Source, https://github.com/sphinx-gallery/sphinx-gallery"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "pillow",
        "sphinx>=5",
        "sphinxcontrib-video; extra == \"animations\"",
        "absl-py; extra == \"dev\"",
        "graphviz; extra == \"dev\"",
        "intersphinx-registry; extra == \"dev\"",
        "ipython; extra == \"dev\"",
        "joblib; extra == \"dev\"",
        "jupyterlite-sphinx>=0.17.1; extra == \"dev\"",
        "lxml; extra == \"dev\"",
        "matplotlib; extra == \"dev\"",
        "numpy; extra == \"dev\"",
        "packaging; extra == \"dev\"",
        "plotly; extra == \"dev\"",
        "pydata-sphinx-theme; extra == \"dev\"",
        "pytest; extra == \"dev\"",
        "pytest-coverage; extra == \"dev\"",
        "seaborn; extra == \"dev\"",
        "sphinxcontrib-video; extra == \"dev\"",
        "statsmodels; extra == \"dev\"",
        "jupyterlite-sphinx; extra == \"jupyterlite\"",
        "joblib; extra == \"parallel\"",
        "numpy; extra == \"recommender\"",
        "graphviz; extra == \"show-api-usage\"",
        "memory-profiler; extra == \"show-memory\""
      ],
      "requires_external": [],
      "requires_python": ">=3.8",
      "description_content_type": "text/x-rst",
      "provides_extras": "show-memory",
      "dynamic": "license-file",
      "license_expression": "",
      "license_file": "LICENSE",
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=fa2749de7eafbc8a37a321f8c677ff02d1f160dc1a69077248101e0193a70d3b",
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/fa2/749de7eafbc8a/sphinx_gallery-0.19.0+ppc64le1-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                3,
                16,
                9,
                36,
                54
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "0.19.0": {
      "name": "sphinx-gallery",
      "version": "0.19.0",
      "metadata_version": "2.4",
      "summary": "A Sphinx extension that builds an HTML gallery of examples from any set of Python scripts.",
      "home_page": "",
      "author": "",
      "author_email": "\u00d3scar N\u00e1jera <najera.oscar@gmail.com>",
      "maintainer": "",
      "maintainer_email": "",
      "license": "3-clause BSD",
      "description": "==============\nSphinx-Gallery\n==============\n\n.. image:: https://img.shields.io/pypi/v/sphinx-gallery\n    :target: https://pypi.org/project/sphinx-gallery/\n    :alt: PyPI\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/sphinx-gallery\n    :target: https://anaconda.org/conda-forge/sphinx-gallery\n    :alt: Conda-forge\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3741780.svg\n    :target: https://doi.org/10.5281/zenodo.3741780\n    :alt: Zenodo DOI\n\n.. image:: https://dev.azure.com/sphinx-gallery/sphinx-gallery/_apis/build/status/sphinx-gallery.sphinx-gallery?branchName=master\n    :target: https://dev.azure.com/sphinx-gallery/sphinx-gallery/_build/latest?definitionId=1&branchName=master\n    :alt: Azure CI status\n\n.. image:: https://circleci.com/gh/sphinx-gallery/sphinx-gallery.svg?style=shield\n    :target: https://circleci.com/gh/sphinx-gallery/sphinx-gallery\n    :alt: CircleCI status\n\n.. image:: https://codecov.io/github/sphinx-gallery/sphinx-gallery/badge.svg?branch=master&service=github(\n    :target: https://app.codecov.io/github/sphinx-gallery/sphinx-gallery\n    :alt: Code coverage\n\n\n.. tagline-begin-content\n\nA `Sphinx <https://www.sphinx-doc.org/en/master/>`_ extension that builds an\nHTML gallery of examples from any set of Python scripts.\nCheck out the `documentation`_ for introductions on how to use it and more...\n\n.. tagline-end-content\n\n.. image:: doc/_static/demo.png\n   :width: 80%\n   :alt: A demo of a gallery generated by Sphinx-Gallery\n\nQuickstart\n==========\n\nSphinx-Gallery can be used to generate an example gallery from ``.py`` files,\nfor a library,\nas well as a stand-alone web page showcasing examples of a particular\nPython package, module, or class.\n\nLet's get started with a simple example or check out the\n `documentation`_ for introductions on how\n to use it and more...\n\nInstall via ``pip``\n-------------------\n\n.. installation-begin-content\n\nYou can do a direct install via ``pip`` by using:\n\n.. code-block:: bash\n\n    $ pip install sphinx-gallery\n\n.. tip::\n    Sphinx-Gallery also has support for scraping images from Matplotlib\n    and Matplotlib-based packages such as Seaborn.\n    We recommend installing system ``optipng`` binaries to reduce\n    the file sizes of the generated PNG files.\n\n.. installation-end-content\n\nAdd examples to your docs\n-------------------------\n\nLet's assume simple scenario, you have a Python package with a directory structure like this:\n\n.. code-block::\n\n    \u251c\u2500\u2500 doc\n    \u2502   \u251c\u2500\u2500 conf.py\n    \u2502   \u251c\u2500\u2500 index.rst\n    |   \u251c\u2500\u2500 make.bat\n    \u2502   \u2514\u2500\u2500 Makefile\n    \u251c\u2500\u2500 my_python_module\n    \u2502   \u251c\u2500\u2500 __init__.py\n    \u2502   \u2514\u2500\u2500 mod.py\n    \u2514\u2500\u2500 examples\n        \u251c\u2500\u2500 plot_example.py\n        \u2514\u2500\u2500 README.txt (or .rst)\n\nEnable Sphinx-Gallery by adding the following to your ``doc/conf.py``:\n\n.. code-block:: python\n\n    extensions = [\n        ...\n        'sphinx_gallery.gen_gallery',\n    ]\n\n    # path to the examples scripts\n    sphinx_gallery_conf = {\n        'examples_dirs': '../examples',   # path to your example scripts\n        'gallery_dirs': 'auto_examples',  # path to where to save gallery generated output\n    }\n\nFinally just compile your docs as usual.\nSphinx-Gallery will generate reST files, adding execution outputs, and save them in ``auto_examples/``.\nAdd a link to ``auto_examples/index.rst`` to include the gallery in your documentation.\n\nWho uses Sphinx-Gallery\n=======================\n\nAn incomplete list:\n\n.. projects_list_start\n\n* `Apache TVM <https://tvm.apache.org/docs/tutorial/index.html>`_\n* `Astropy <https://docs.astropy.org/en/stable/generated/examples/index.html>`_\n* `auto-sklearn <https://automl.github.io/auto-sklearn/master/examples/index.html>`_\n* `Biotite <https://www.biotite-python.org/examples/gallery/index.html>`_\n* `Cartopy <https://scitools.org.uk/cartopy/docs/latest/gallery/>`_\n* `FURY <https://fury.gl/latest/auto_examples/index.html>`_\n* `pyGIMLi <https://www.pygimli.org/_examples_auto/index.html>`_\n* `HyperSpy <https://hyperspy.org/hyperspy-doc/current/>`_\n* `kikuchipy <https://kikuchipy.org>`_\n* `Matplotlib <https://matplotlib.org/stable/index.html>`_\n* `MNE-Python <https://mne.tools/stable/auto_examples/index.html>`_\n* `napari <https://napari.org/stable/gallery.html>`_\n* `Nestle <http://kylebarbary.com/nestle/examples/index.html>`_\n* `NetworkX <https://networkx.org/documentation/stable/auto_examples/index.html>`_\n* `Neuraxle <https://www.neuraxle.org/stable/examples/index.html>`_\n* `Nilearn <https://nilearn.github.io/stable/auto_examples/index.html>`_\n* `OpenML <https://openml.github.io/openml-python/main/examples/index.html>`_\n* `OpenTURNS <https://openturns.github.io/openturns/latest/examples/examples.html>`_\n* `Optuna <https://optuna.readthedocs.io/en/stable/tutorial/index.html>`_\n* `PlasmaPy <https://docs.plasmapy.org/en/latest/examples.html>`_\n* `PyGMT <https://www.pygmt.org/latest/gallery/index.html>`_\n* `pyRiemann <https://pyriemann.readthedocs.io/en/latest/index.html>`_\n* `PyStruct <https://pystruct.github.io/auto_examples/index.html>`_\n* `PySurfer <https://pysurfer.github.io/>`_\n* `PyTorch tutorials <https://pytorch.org/tutorials>`_\n* `PyVista <https://docs.pyvista.org/examples/>`_\n* `pyxem <https://pyxem.readthedocs.io>`_\n* `RADIS <https://radis.readthedocs.io/en/latest/auto_examples/index.html>`_\n* `scikit-image <https://scikit-image.org/docs/dev/auto_examples/>`_\n* `scikit-learn <https://scikit-learn.org/stable/auto_examples/index.html>`_\n* `SimPEG <https://docs.simpeg.xyz/content/examples/>`_\n* `Sphinx-Gallery <https://sphinx-gallery.github.io/stable/auto_examples/index.html>`_\n* `SunPy <https://docs.sunpy.org/en/stable/generated/gallery/index.html>`_\n* `Tonic <https://tonic.readthedocs.io/en/latest/auto_examples/index.html>`_\n* `TorchIO <https://torchio.readthedocs.io/auto_examples/index.html>`_\n\n.. projects_list_end\n\nContributing\n============\n\nYou can get the latest development source from our `Github repository\n<https://github.com/sphinx-gallery/sphinx-gallery>`_. You need\n``setuptools`` installed in your system to install Sphinx-Gallery. For example,\nyou can do:\n\n.. code-block:: console\n\n    $ git clone https://github.com/sphinx-gallery/sphinx-gallery\n    $ cd sphinx-gallery\n    $ conda install graphviz  # if using conda, you can get graphviz this way\n    $ pip install -e .[dev]\n\n\nCheck that you are all set by running:\n\n.. code-block:: console\n\n    $ pytest sphinx_gallery\n\nHow to cite\n===========\n\n.. citation-begin-content\n\nIf you would like to cite Sphinx-Gallery you can do so using our `Zenodo\ndeposit <https://zenodo.org/record/3741780>`_.\n\n.. _documentation: https://sphinx-gallery.github.io/\n\n.. citation-end-content\n",
      "keywords": "",
      "platform": [],
      "classifiers": [
        "Development Status :: 4 - Beta",
        "Framework :: Sphinx :: Extension",
        "Intended Audience :: Developers",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3 :: Only",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Programming Language :: Python :: 3.12",
        "Programming Language :: Python :: 3.13",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Documentation, https://sphinx-gallery.github.io",
        "Source, https://github.com/sphinx-gallery/sphinx-gallery"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "pillow",
        "sphinx>=5",
        "sphinxcontrib-video; extra == \"animations\"",
        "absl-py; extra == \"dev\"",
        "graphviz; extra == \"dev\"",
        "intersphinx-registry; extra == \"dev\"",
        "ipython; extra == \"dev\"",
        "joblib; extra == \"dev\"",
        "jupyterlite-sphinx>=0.17.1; extra == \"dev\"",
        "lxml; extra == \"dev\"",
        "matplotlib; extra == \"dev\"",
        "numpy; extra == \"dev\"",
        "packaging; extra == \"dev\"",
        "plotly; extra == \"dev\"",
        "pydata-sphinx-theme; extra == \"dev\"",
        "pytest; extra == \"dev\"",
        "pytest-coverage; extra == \"dev\"",
        "seaborn; extra == \"dev\"",
        "sphinxcontrib-video; extra == \"dev\"",
        "statsmodels; extra == \"dev\"",
        "jupyterlite-sphinx; extra == \"jupyterlite\"",
        "joblib; extra == \"parallel\"",
        "numpy; extra == \"recommender\"",
        "graphviz; extra == \"show-api-usage\"",
        "memory-profiler; extra == \"show-memory\""
      ],
      "requires_external": [],
      "requires_python": ">=3.8",
      "description_content_type": "text/x-rst",
      "provides_extras": [
        "animations",
        "dev",
        "jupyterlite",
        "parallel",
        "recommender",
        "show-api-usage",
        "show-memory"
      ],
      "dynamic": [
        "license-file"
      ],
      "license_expression": "",
      "license_file": [
        "LICENSE"
      ],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=1f4590701293f136aa1eb8e33a7844743c8c32960b1330ddb1382b66544d67ba",
          "hashes": {
            "sha256": "1f4590701293f136aa1eb8e33a7844743c8c32960b1330ddb1382b66544d67ba"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/1f4/590701293f136/sphinx_gallery-0.19.0-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                7,
                27,
                13,
                15,
                43
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    }
  },
  "type": "projectconfig"
}
