mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Closes #1651: Documentation: add `vartype` field description for python domain.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -39,6 +39,10 @@ Bugs fixed
|
|||||||
:rst:dir:`literalinclude` dirctives.
|
:rst:dir:`literalinclude` dirctives.
|
||||||
* #1756: Incorrect section titles in search that was introduced from 1.3b3.
|
* #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)
|
Release 1.3b3 (released Feb 24, 2015)
|
||||||
=====================================
|
=====================================
|
||||||
|
|||||||
@@ -314,6 +314,7 @@ are recognized and formatted nicely:
|
|||||||
* ``raises``, ``raise``, ``except``, ``exception``: That (and when) a specific
|
* ``raises``, ``raise``, ``except``, ``exception``: That (and when) a specific
|
||||||
exception is raised.
|
exception is raised.
|
||||||
* ``var``, ``ivar``, ``cvar``: Description of a variable.
|
* ``var``, ``ivar``, ``cvar``: Description of a variable.
|
||||||
|
* ``vartype``: Type of a variable. Creates a link if possible.
|
||||||
* ``returns``, ``return``: Description of the return value.
|
* ``returns``, ``return``: Description of the return value.
|
||||||
* ``rtype``: Return type. Creates a link if possible.
|
* ``rtype``: Return type. Creates a link if possible.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user