Closes #1651: Documentation: add `vartype` field description for python domain.

This commit is contained in:
shimizukawa
2015-03-09 22:51:20 +09:00
parent 65fb5a664d
commit 25251a3d53
2 changed files with 5 additions and 0 deletions

View File

@@ -39,6 +39,10 @@ Bugs fixed
:rst:dir:`literalinclude` dirctives.
* #1756: Incorrect section titles in search that was introduced from 1.3b3.
Documentation
-------------
* #1651: Add ``vartype`` field descritpion for python domain.
Release 1.3b3 (released Feb 24, 2015)
=====================================

View File

@@ -314,6 +314,7 @@ are recognized and formatted nicely:
* ``raises``, ``raise``, ``except``, ``exception``: That (and when) a specific
exception is raised.
* ``var``, ``ivar``, ``cvar``: Description of a variable.
* ``vartype``: Type of a variable. Creates a link if possible.
* ``returns``, ``return``: Description of the return value.
* ``rtype``: Return type. Creates a link if possible.