Merge pull request #4346 from tk0miya/4344_update_docs

docs: make explicitly :meth: reference (refs: #4344)
This commit is contained in:
Takeshi KOMIYA 2017-12-28 10:42:58 +09:00 committed by GitHub
commit 42947beabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ Cross-referencing anything
by :rst:role:`doc`, :rst:role:`ref` or :rst:role:`option`. by :rst:role:`doc`, :rst:role:`ref` or :rst:role:`option`.
Custom objects added to the standard domain by extensions (see Custom objects added to the standard domain by extensions (see
:meth:`.add_object_type`) are also searched. :meth:`Sphinx.add_object_type`) are also searched.
* Then, it looks for objects (targets) in all loaded domains. It is up to * Then, it looks for objects (targets) in all loaded domains. It is up to
the domains how specific a match must be. For example, in the Python the domains how specific a match must be. For example, in the Python