In the Python domain, references like `:func:.name``` now look for

matching names with any prefix if no direct match is found.
This commit is contained in:
Georg Brandl
2010-06-12 10:41:56 +02:00
parent fc93a56280
commit 09e6001e7a
3 changed files with 30 additions and 13 deletions

View File

@@ -54,6 +54,8 @@ Features added
- The :rst:role:`ref` role can now also reference tables by caption.
- The :rst:dir:`include` directive now supports absolute paths, which
are interpreted as relative to the source directory.
- In the Python domain, references like ``:func:`.name``` now look for
matching names with any prefix if no direct match is found.
* Configuration: