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 70ef23394..049daedd2 100644 --- a/docs/examples/gallery.md +++ b/docs/examples/gallery.md @@ -56,7 +56,4 @@ Thanks for your support! - title: PyVista link-alt: PyVista docs link: https://docs.pyvista.org -- title: scikit-learn - link-alt: scikit-learn docs - link: https://scikit-learn.org/ ``` 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.