Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4bfa8c5

Browse filesBrowse files
authored
Add scikit-learn to the example gallery (#1985)
Thanks for the amazing theme! Scikit-learn has migrated to pydata-sphinx-theme for the main website since version 1.5 (scikit-learn/scikit-learn#29038), and the nice three-column layout has unlocked many potential improvements to our website UI/UX-wise. This PRs adds scikit-learn to the list of `Other projects using this theme`. However though scikit-learn is not one of the earliest adopters of pydata-sphinx-theme, I'm asking if it can fit into the list of `Featured projects` as we have many quite some customizations that could be helpful for other users of the theme. Some of them include: - [Landing page](https://scikit-learn.org/) - [API references](https://scikit-learn.org/stable/api/index.html) (a searchable table on the index page containing all APIs while keeping the hierarchy in the primary sidebar) - [Each API page](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) (customizing the secondary sidebar) - [Gallery examples](https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html) (secondary sidebar customization with sphinx-gallery) - [Platform-specific installation instructions](https://scikit-learn.org/stable/install.html#installing-the-latest-release) (CSS customizations based on tabs in sphinx-design) - [Dropdowns](https://scikit-learn.org/stable/modules/linear_model.html#references) (anchor link for dropdown blocks; toggle-all button for Ctrl-F searching) - Algolia search (WIP): scikit-learn/scikit-learn#29666 - Many other CSS customizations Looking forward to your feedback :) *BTW some of the projects were not placed in alphabetical order as required so I reordered a bit.*
1 parent 7ebc87e commit 4bfa8c5
Copy full SHA for 4bfa8c5

File tree

3 files changed

+11
-6
lines changed
Filter options

3 files changed

+11
-6
lines changed

‎docs/_static/gallery.yaml

Copy file name to clipboardExpand all lines: docs/_static/gallery.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
link-alt: SciPy docs
5050
link: https://docs.scipy.org/doc/scipy/
5151
img-bottom: ../_static/gallery/scipy.png
52+
- title: scikit-learn
53+
link-alt: scikit-learn docs
54+
link: https://scikit-learn.org/
55+
img-bottom: ../_static/gallery/scikit-learn.png
5256
- title: SEPAL
5357
link-alt: SEPAL docs
5458
link: https://docs.sepal.io/en/latest/index.html

‎docs/examples/gallery.md

Copy file name to clipboardExpand all lines: docs/examples/gallery.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Thanks for your support!
3232
- title: CuPy
3333
link-alt: CuPy docs
3434
link: https://docs.cupy.dev/en/stable/index.html
35+
- title: DecentralChain
36+
link-alt: DecentralChain docs
37+
link: https://docs.decentralchain.io/en/master/
3538
- title: Fairlearn
3639
link-alt: Fairlearn docs
3740
link: https://fairlearn.org/main/about/
@@ -44,16 +47,13 @@ Thanks for your support!
4447
- title: MegEngine
4548
link-alt: MegEngine docs
4649
link: https://www.megengine.org.cn/doc/stable/en/index.html
50+
- title: Pastas
51+
link-alt: Pastas docs
52+
link: https://pastas.readthedocs.io/
4753
- title: PhaseFieldX
4854
link-alt: PhaseFieldX docs
4955
link: https://phasefieldx.readthedocs.io/en/latest/index.html
5056
- title: PyVista
5157
link-alt: PyVista docs
5258
link: https://docs.pyvista.org
53-
- title: Pastas
54-
link-alt: Pastas docs
55-
link: https://pastas.readthedocs.io/
56-
- title: DecentralChain
57-
link-alt: DecentralChain docs
58-
link: https://docs.decentralchain.io/en/master/
5959
```

‎tests/warning_list.txt

Copy file name to clipboardExpand all lines: tests/warning_list.txt
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ WARNING: image file not readable: _static/gallery/arviz.png
1010
WARNING: image file not readable: _static/gallery/sepal.png
1111
WARNING: image file not readable: _static/gallery/matplotlib.png
1212
WARNING: image file not readable: _static/gallery/brightway.png
13+
WARNING: image file not readable: _static/gallery/scikit-learn.png
1314
WARNING: autosummary: stub file not found 'urllib.parse.DefragResult.count'. Check your autosummary_generate setting.
1415
WARNING: autosummary: stub file not found 'urllib.parse.DefragResult.index'. Check your autosummary_generate setting.
1516
WARNING: autosummary: stub file not found 'urllib.parse.DefragResultBytes.count'. Check your autosummary_generate setting.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.