mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #3106: domain: Register hyperlink target for index page automatically
This commit is contained in:
@@ -122,6 +122,10 @@ all it really is is a list of tuples like ``('tomato', 'TomatoSoup', 'test',
|
||||
'rec-TomatoSoup',...)``. Refer to the :doc:`domain API guide
|
||||
</extdev/domainapi>` for more information on this API.
|
||||
|
||||
These index pages can be referred by combination of domain name and its
|
||||
``name`` using :rst:role:`ref` role. For example, ``RecipeIndex`` can be
|
||||
referred by ``:ref:`recipe-recipe```.
|
||||
|
||||
.. rubric:: The domain
|
||||
|
||||
A Sphinx domain is a specialized container that ties together roles,
|
||||
|
||||
Reference in New Issue
Block a user