You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
This is a gallery of documentation built on top of the `pydata-sphinx-theme`.
4
-
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.
3
+
This is a gallery of documentation sites built with `pydata-sphinx-theme`. If you'd like
4
+
to add your documentation to this list, add an entry (in alphabetical order) to the list
5
+
at the end of [this page](https://github.com/pydata/pydata-sphinx-theme/blob/main/docs/examples/gallery.md)
6
+
and open a Pull Request to add it.
7
+
8
+
## Featured projects
9
+
10
+
These projects are our earliest adopters and/or present some interesting customization.
11
+
Check their repositories for more information.
5
12
6
13
```{gallery-grid} ../_static/gallery.yaml
7
-
:grid-columns: "1 2 2 3"
14
+
:grid-columns: "1 1 2 2"
15
+
```
16
+
17
+
## Other projects using this theme
18
+
19
+
Here are some other projects using `pydata-sphinx-theme` for their documentation.
0 commit comments