@@ -170,29 +170,39 @@ In short:
170170 component of the target. For example, ``:py:meth:`~Queue.Queue.get` `` will
171171 refer to ``Queue.Queue.get `` but only display ``get `` as the link text.
172172
173+ Built-in domains
174+ ----------------
175+
176+ The following domains are included within Sphinx:
177+
178+ .. toctree ::
179+ :maxdepth: 1
180+
181+ standard
182+ c
183+ cpp
184+ javascript
185+ mathematics
186+ python
187+ restructuredtext
173188
174189More domains
175190------------
176191
177- The sphinx-contrib _ repository contains more domains available as extensions;
178- currently Ada _, CoffeeScript _, Erlang _, HTTP _, Lasso _, MATLAB _, PHP _, and Ruby _
179- domains. Also available are domains for `Chapel `_, `Common Lisp `_, dqn _, Go _,
180- Jinja _, Operation _, and Scala _.
181-
182- .. _sphinx-contrib : https://github.com/sphinx-contrib
183-
184- .. _Ada : https://pypi.org/project/sphinxcontrib-adadomain/
185- .. _Chapel : https://pypi.org/project/sphinxcontrib-chapeldomain/
186- .. _CoffeeScript : https://pypi.org/project/sphinxcontrib-coffee/
187- .. _Common Lisp : https://pypi.org/project/sphinxcontrib-cldomain/
188- .. _dqn : https://pypi.org/project/sphinxcontrib-dqndomain/
189- .. _Erlang : https://pypi.org/project/sphinxcontrib-erlangdomain/
190- .. _Go : https://pypi.org/project/sphinxcontrib-golangdomain/
191- .. _HTTP : https://pypi.org/project/sphinxcontrib-httpdomain/
192- .. _Jinja : https://pypi.org/project/sphinxcontrib-jinjadomain/
193- .. _Lasso : https://pypi.org/project/sphinxcontrib-lassodomain/
194- .. _MATLAB : https://pypi.org/project/sphinxcontrib-matlabdomain/
195- .. _Operation : https://pypi.org/project/sphinxcontrib-operationdomain/
196- .. _PHP : https://pypi.org/project/sphinxcontrib-phpdomain/
197- .. _Ruby : https://github.com/sphinx-contrib/rubydomain
198- .. _Scala : https://pypi.org/project/sphinxcontrib-scaladomain/
192+ There are several third-party domains available as extensions, including:
193+
194+ * `Ada <https://pypi.org/project/sphinxcontrib-adadomain/ >`__
195+ * `Chapel <https://pypi.org/project/sphinxcontrib-chapeldomain/ >`__
196+ * `CoffeeScript <https://pypi.org/project/sphinxcontrib-coffee/ >`__
197+ * `Common Lisp <https://pypi.org/project/sphinxcontrib-cldomain/ >`__
198+ * `dqn <https://pypi.org/project/sphinxcontrib-dqndomain/ >`__
199+ * `Erlang <https://pypi.org/project/sphinxcontrib-erlangdomain/ >`__
200+ * `Go <https://pypi.org/project/sphinxcontrib-golangdomain/ >`__
201+ * `HTTP <https://pypi.org/project/sphinxcontrib-httpdomain/ >`__
202+ * `Jinja <https://pypi.org/project/sphinxcontrib-jinjadomain/ >`__
203+ * `Lasso <https://pypi.org/project/sphinxcontrib-lassodomain/ >`__
204+ * `MATLAB <https://pypi.org/project/sphinxcontrib-matlabdomain/ >`__
205+ * `Operation <https://pypi.org/project/sphinxcontrib-operationdomain/ >`__
206+ * `PHP <https://pypi.org/project/sphinxcontrib-phpdomain/ >`__
207+ * `Ruby <https://pypi.org/project/sphinxcontrib-rubydomain/ >`__
208+ * `Scala <https://pypi.org/project/sphinxcontrib-scaladomain/ >`__
0 commit comments