-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: change rational of the gallery grid (#1390)
* docs: change name of the gallery grid * docs: create a gallery list directive * docs: split the list in 2 categories, images and no images * refactor: simplify the witting of GalleryList * refactor: clean gallery grid * docs: edit documentation of the projectst * refactor: clean * test: remove unraised warnings * fix: generate galleries with the corect keywords * comments/docstrings * fix option name * alphabetize featured projects & remove pyvista * bigger card size for featured; smaller for others * wording * alphabetize "other projects" list (and add pyvista there) * test: pyvista has been moved to other --------- Co-authored-by: Daniel McCloy <[email protected]>
- Loading branch information
Showing
7 changed files
with
115 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
- header: "@bollwyvl" | ||
image: https://avatars.githubusercontent.com/u/45380 | ||
website: https://github.com/bollwyvl | ||
link: https://github.com/bollwyvl | ||
- header: "@jarrodmillman" | ||
image: https://avatars.githubusercontent.com/u/123428 | ||
website: https://github.com/jarrodmillman | ||
link: https://github.com/jarrodmillman | ||
- header: "@hoetmaaiers" | ||
image: https://avatars.githubusercontent.com/u/468045 | ||
website: https://github.com/hoetmaaiers | ||
link: https://github.com/hoetmaaiers | ||
- header: "@jorisvandenbossche" | ||
image: https://avatars.githubusercontent.com/u/1020496 | ||
website: https://github.com/jorisvandenbossche | ||
link: https://github.com/jorisvandenbossche | ||
- header: "@damianavila" | ||
image: https://avatars.githubusercontent.com/u/1640669 | ||
website: https://github.com/damianavila | ||
link: https://github.com/damianavila | ||
- header: "@drammock" | ||
image: https://avatars.githubusercontent.com/u/1810515 | ||
website: https://github.com/drammock | ||
link: https://github.com/drammock | ||
- header: "@choldgraf" | ||
image: https://avatars.githubusercontent.com/u/1839645 | ||
website: https://github.com/choldgraf | ||
link: https://github.com/choldgraf | ||
- header: "@12rambau" | ||
image: https://avatars.githubusercontent.com/u/12596392 | ||
website: https://github.com/12rambau | ||
link: https://github.com/12rambau | ||
- header: "@trallard" | ||
image: https://avatars.githubusercontent.com/u/23552331 | ||
website: https://github.com/trallard | ||
link: https://github.com/trallard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,37 @@ | ||
# Gallery of sites using this theme | ||
|
||
This is a gallery of documentation built on top of the `pydata-sphinx-theme`. | ||
If you'd like to add your documentation to this list, simply add an entry to [this gallery.yaml file](https://github.com/pydata/pydata-sphinx-theme/blob/main/docs/_static/gallery.yaml) and open a Pull Request to add it. | ||
This is a gallery of documentation sites built with `pydata-sphinx-theme`. If you'd like | ||
to add your documentation to this list, add an entry (in alphabetical order) to the list | ||
at the end of [this page](https://github.com/pydata/pydata-sphinx-theme/blob/main/docs/examples/gallery.md) | ||
and open a Pull Request to add it. | ||
|
||
## Featured projects | ||
|
||
These projects are our earliest adopters and/or present some interesting customization. | ||
Check their repositories for more information. | ||
|
||
```{gallery-grid} ../_static/gallery.yaml | ||
:grid-columns: "1 2 2 3" | ||
:grid-columns: "1 1 2 2" | ||
``` | ||
|
||
## Other projects using this theme | ||
|
||
Here are some other projects using `pydata-sphinx-theme` for their documentation. | ||
Thanks for your support! | ||
|
||
```{gallery-grid} | ||
:grid-columns: "1 2 3 4" | ||
- title: Binder | ||
link: https://mybinder.readthedocs.io/en/latest/index.html | ||
- title: CuPy | ||
link: https://docs.cupy.dev/en/stable/index.html | ||
- title: Fairlearn | ||
link: https://fairlearn.org/main/about/ | ||
- title: Feature-engine | ||
link: https://feature-engine.readthedocs.io/ | ||
- title: MegEngine | ||
link: https://www.megengine.org.cn/doc/stable/en/index.html | ||
- title: PyVista | ||
link: https://docs.pyvista.org | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters