1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
# Gallery of sites using this theme
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 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"
:class-card: "downstream-project-links"
- title: Binder
link-alt: Binder docs
link: https://mybinder.readthedocs.io/en/latest/index.html
- title: cashocs
link-alt: cashocs docs
link: https://cashocs.readthedocs.io/en/stable/
- 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/
- title: Feature-engine
link-alt: Feature-engine docs
link: https://feature-engine.readthedocs.io/
- title: idtracker.ai
link-alt: idtracker.ai docs
link: https://idtracker.ai/
- title: itom measurement and simulation software
link-alt: itom documentation
link: https://itom-project.github.io/latest/docs/index.html
- 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
```
|