summaryrefslogtreecommitdiff
path: root/doc/ext/appapi.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-05 13:39:23 +0200
committerGeorg Brandl <georg@python.org>2010-08-05 13:39:23 +0200
commit6df4ce4445517da55db5dfba4f139d8d2cd591ae (patch)
tree1172a7da36e6a8e4862e881d5bff10535676ee50 /doc/ext/appapi.rst
parent50e8b6ac9e4bda6a1131fe34648259f0be807c0d (diff)
downloadsphinx-6df4ce4445517da55db5dfba4f139d8d2cd591ae.tar.gz
#481, #482: fix ``.name`` reference matching.
#482: When doing a non-exact search, match only the given type of object. #481: Apply non-exact search for Python reference targets with ``.name`` for modules too.
Diffstat (limited to 'doc/ext/appapi.rst')
-rw-r--r--doc/ext/appapi.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ext/appapi.rst b/doc/ext/appapi.rst
index 402dd72f..2717c6a8 100644
--- a/doc/ext/appapi.rst
+++ b/doc/ext/appapi.rst
@@ -210,7 +210,7 @@ the following public API:
standard Sphinx roles (see :ref:`xref-syntax`).
This method is also available under the deprecated alias
- :meth:`add_description_unit`.
+ ``add_description_unit``.
.. method:: Sphinx.add_crossref_type(directivename, rolename, indextemplate='', ref_nodeclass=None, objname='')
@@ -272,6 +272,8 @@ the following public API:
This allows to auto-document new types of objects. See the source of the
autodoc module for examples on how to subclass :class:`Documenter`.
+ .. XXX add real docs for Documenter and subclassing
+
.. versionadded:: 0.6
.. method:: Sphinx.add_autodoc_attrgetter(type, getter)