diff --git a/docs/_static/gallery.yaml b/docs/_static/gallery.yaml index c310567e6..8029a5a9f 100644 --- a/docs/_static/gallery.yaml +++ b/docs/_static/gallery.yaml @@ -49,6 +49,10 @@ link-alt: SciPy docs link: https://docs.scipy.org/doc/scipy/ img-bottom: ../_static/gallery/scipy.png +- title: scikit-learn + link-alt: scikit-learn docs + link: https://scikit-learn.org/ + img-bottom: ../_static/gallery/scikit-learn.png - title: SEPAL link-alt: SEPAL docs link: https://docs.sepal.io/en/latest/index.html diff --git a/docs/examples/gallery.md b/docs/examples/gallery.md index a07a8273b..049daedd2 100644 --- a/docs/examples/gallery.md +++ b/docs/examples/gallery.md @@ -32,6 +32,9 @@ Thanks for your support! - title: CuPy link-alt: CuPy docs link: https://docs.cupy.dev/en/stable/index.html +- title: DecentralChain + link-alt: DecentralChain docs + link: https://docs.decentralchain.io/en/master/ - title: Fairlearn link-alt: Fairlearn docs link: https://fairlearn.org/main/about/ @@ -44,16 +47,13 @@ Thanks for your support! - title: MegEngine link-alt: MegEngine docs link: https://www.megengine.org.cn/doc/stable/en/index.html +- title: Pastas + link-alt: Pastas docs + link: https://pastas.readthedocs.io/ - title: PhaseFieldX link-alt: PhaseFieldX docs link: https://phasefieldx.readthedocs.io/en/latest/index.html - title: PyVista link-alt: PyVista docs link: https://docs.pyvista.org -- title: Pastas - link-alt: Pastas docs - link: https://pastas.readthedocs.io/ -- title: DecentralChain - link-alt: DecentralChain docs - link: https://docs.decentralchain.io/en/master/ ``` diff --git a/tests/warning_list.txt b/tests/warning_list.txt index 9cd4712d1..42499be08 100644 --- a/tests/warning_list.txt +++ b/tests/warning_list.txt @@ -10,6 +10,7 @@ WARNING: image file not readable: _static/gallery/arviz.png WARNING: image file not readable: _static/gallery/sepal.png WARNING: image file not readable: _static/gallery/matplotlib.png WARNING: image file not readable: _static/gallery/brightway.png +WARNING: image file not readable: _static/gallery/scikit-learn.png WARNING: autosummary: stub file not found 'urllib.parse.DefragResult.count'. Check your autosummary_generate setting. WARNING: autosummary: stub file not found 'urllib.parse.DefragResult.index'. Check your autosummary_generate setting. WARNING: autosummary: stub file not found 'urllib.parse.DefragResultBytes.count'. Check your autosummary_generate setting.