Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scikit-learn to the example gallery #1985

Merged
merged 3 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/_static/gallery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions docs/examples/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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/
```
1 change: 1 addition & 0 deletions tests/warning_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading