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

Fix violation of Axe rule link-name #1633

Merged
merged 6 commits into from
Mar 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
12 changes: 12 additions & 0 deletions docs/_static/gallery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,50 @@
# This file should only be modified by maintainer, contributors should add their project
# to the list of `gallery.md`.
- title: ArviZ
link-alt: ArviZ Python docs
link: https://python.arviz.org/
img-bottom: ../_static/gallery/arviz.png
- title: Bokeh
link-alt: Bokeh docs
link: https://docs.bokeh.org/en/latest/
img-bottom: ../_static/gallery/bokeh.png
- title: Brightway
link-alt: Brightway docs
link: https://docs.brightway.dev/en/latest/
img-bottom: ../_static/gallery/brightway.png
- title: Jupyter
link-alt: Jupyter docs
link: https://docs.jupyter.org/en/latest/
img-bottom: ../_static/gallery/jupyter.png
- title: Jupyter Book
link-alt: Jupyter Book docs
link: https://jupyterbook.org/en/stable/intro.html
img-bottom: ../_static/gallery/jupyter_book.png
- title: Matplotlib
link-alt: Matplotlib docs
link: https://matplotlib.org/stable/
img-bottom: ../_static/gallery/matplotlib.png
- title: MNE-Python
link-alt: MNE-Python docs
link: https://mne.tools/stable/index.html
img-bottom: ../_static/gallery/mne-python.png
- title: NetworkX
link-alt: NetworkX docs
link: https://networkx.org/documentation/stable/
img-bottom: ../_static/gallery/networkx.png
- title: NumPy
link-alt: NumPy docs
link: https://numpy.org/doc/stable/
img-bottom: ../_static/gallery/numpy.png
- title: Pandas
link-alt: Pandas docs
link: https://pandas.pydata.org/docs/
img-bottom: ../_static/gallery/pandas.png
- title: SciPy
link-alt: SciPy docs
link: https://docs.scipy.org/doc/scipy/
img-bottom: ../_static/gallery/scipy.png
- title: SEPAL
link-alt: SEPAL docs
link: https://docs.sepal.io/en/latest/index.html
img-bottom: ../_static/gallery/sepal.png
10 changes: 10 additions & 0 deletions docs/examples/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,33 @@ Thanks for your support!
: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: 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: MegEngine
link-alt: MegEngine docs
link: https://www.megengine.org.cn/doc/stable/en/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/
```
5 changes: 4 additions & 1 deletion docs/user_guide/web-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ Cards
Hidden content

.. grid-item-card:: A clickable card
:link: https://example.com
:link: https://sphinx-design.readthedocs.io/en/pydata-theme/cards.html#clickable-cards
:link-alt: Clickable cards - Sphinx Design docs

Don't forget to add the alternative text with ``link-alt``!

.. grid::

Expand Down
Loading