Skip to content
Closed
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
9 changes: 6 additions & 3 deletions docs/user_guide/web-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ Sphinx Design Components
On this page, you will find user interface components such as badges, buttons,
cards, and tabs.

The components on this page are **not provided by PyData Theme**.
They are provided by `Sphinx Design <https://sphinx-design.readthedocs.io/en/pydata-theme/index.html>`_ (a Sphinx extension).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this link isn't working. The syntax looks correct.

This means that if you wish to use the components on this page, you must install Sphinx Design separately and add it to your `conf.py`.
.. _Sphinx Design: https://sphinx-design.readthedocs.io/en/pydata-theme/index.html

The components on this page are **not provided by PyData Theme**. They are
provided by `Sphinx Design`_ (a Sphinx extension). This means that if you wish
to use the components on this page, you must install Sphinx Design separately
and add it to your ``conf.py``.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrapped these lines at 80 characters while I was in the neighborhood


.. seealso::

Expand Down