Add default_role configuration value.

This commit is contained in:
Georg Brandl
2008-06-17 10:06:37 +00:00
parent 9fce370623
commit 7d4ce97ec3
8 changed files with 47 additions and 7 deletions

View File

@@ -88,6 +88,13 @@ a matching identifier is found:
The name of an exception. A dotted name may be used.
.. role:: obj
The name of an object of unspecified type. Useful e.g. as the
:confval:`default_role`.
.. versionadded:: 0.4
The name enclosed in this markup can include a module name and/or a class name.
For example, ``:func:`filter``` could refer to a function named ``filter`` in
the current module, or the built-in function of that name. In contrast,