From f998e629323047756c01b8d91d71ae285152f2f7 Mon Sep 17 00:00:00 2001 From: Yao Xiao <108576690+Charlie-XIAO@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:48:43 -0400 Subject: [PATCH 1/2] Add scikit-learn to the example gallery --- docs/examples/gallery.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/examples/gallery.md b/docs/examples/gallery.md index a07a8273b..70ef23394 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,16 @@ 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/ +- title: scikit-learn + link-alt: scikit-learn docs + link: https://scikit-learn.org/ ``` From 1381913111312573bdb7c0dd1d529e15a3cda797 Mon Sep 17 00:00:00 2001 From: Yao Xiao <108576690+Charlie-XIAO@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:11:15 -0400 Subject: [PATCH 2/2] move to features gallery --- docs/_static/gallery.yaml | 4 ++++ docs/examples/gallery.md | 3 --- tests/warning_list.txt | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) 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.