From 34417831c5f03ef5f820fe1413328c21cc01e9d1 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 24 Jan 2021 16:45:50 +0900 Subject: [PATCH] doc: Add hyperlinks to classifiers for sphinx extensions and themes --- doc/usage/extensions/index.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/usage/extensions/index.rst b/doc/usage/extensions/index.rst index 3d076fb3a..0d446cb61 100644 --- a/doc/usage/extensions/index.rst +++ b/doc/usage/extensions/index.rst @@ -46,14 +46,15 @@ organization. If you wish to include your extension in this organization, simply follow the instructions provided in the `github-administration`__ project. This is optional and there are several extensions hosted elsewhere. The `awesome-sphinxdoc`__ project contains a curated list of Sphinx packages, -and many packages use the ``Framework :: Sphinx :: Extension`` and -``Framework :: Sphinx :: Theme`` `trove classifiers`__ for Sphinx extensions -and themes, respectively. +and many packages use the `Framework :: Sphinx :: Extension`__ and +`Framework :: Sphinx :: Theme`__ trove classifiers for Sphinx extensions and +themes, respectively. .. __: https://github.com/sphinx-contrib/ .. __: https://github.com/sphinx-contrib/github-administration .. __: https://github.com/yoloseem/awesome-sphinxdoc -.. __: https://pypi.org/classifiers/ +.. __: https://pypi.org/search/?c=Framework+%3A%3A+Sphinx+%3A%3A+Extension +.. __: https://pypi.org/search/?c=Framework+%3A%3A+Sphinx+%3A%3A+Theme Where to put your own extensions? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~