summaryrefslogtreecommitdiff
path: root/sphinx/domains/python.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #1623: Return types specified with ``:rtype:`` are now turned into lin...Georg Brandl2014-11-121-15/+24
* [WIP] parallel readGeorg Brandl2014-09-221-0/+9
* Add ref context to all "any" references. Should make it possible to resolve ...Georg Brandl2014-09-201-1/+1
* Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-201-13/+13
* Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-13/+38
* merge with stableshimizukawa2014-07-131-7/+25
|\
| * wrap iterator with list() to avoid 'dictionary changed size during iteration'...shimizukawa2014-04-291-2/+2
| * use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-4/+5
| * Update copyright year.Georg Brandl2014-03-011-1/+18
| |\
| | * merge with stableGeorg Brandl2014-01-121-2/+2
| | |\
| | * | Allow "." and "~" prefixes in inline :param: typedefs.Virgil Dupras2014-01-041-1/+18
* | | | * Fix: py:function directive generate incorrectly signature when specifying a...shimizukawa2014-07-121-1/+1
|/ / /
* | | Update copyright year.Georg Brandl2014-03-011-1/+1
| |/ |/|
* | Closes #1233: Allow finding both Python classes and exceptions with the "clas...Georg Brandl2014-01-121-2/+2
|/
* Closes #1159: do not emit duplicate inventory entries for py:module objects.Georg Brandl2013-09-161-1/+2
* Copyright update.Georg Brandl2013-01-011-1/+1
* Closes #864: Fix crash with some settings of :confval:`modindex_common_prefix`.Georg Brandl2012-01-291-1/+2
* Closes #859: Fix exception under certain circumstances when not finding appro...Georg Brandl2012-01-291-16/+17
* Satisfy "make check".Georg Brandl2011-10-091-5/+6
* Merge with 1.0Georg Brandl2011-09-231-39/+68
|\
| * Merge with 1.0Georg Brandl2011-09-231-3/+3
| |\
| * \ merge with 1.0Georg Brandl2011-05-151-11/+12
| |\ \
| * | | #437: autodoc now shows values of class data attributes.Georg Brandl2011-01-081-0/+8
| * | | The :rst:dir:`py:module` directive doesn't output its ``platform`` option val...Georg Brandl2011-01-081-9/+2
| * | | #478: Added :rst:dir:`py:decorator` directive to describe decorators.Georg Brandl2011-01-081-10/+44
| * | | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-2/+2
| * | | merge with 1.0Georg Brandl2011-01-041-1/+1
| |\ \ \
| * \ \ \ merge with 1.0Georg Brandl2011-01-041-1/+1
| |\ \ \ \
| * \ \ \ \ merge with 1.0Georg Brandl2011-01-041-13/+9
| |\ \ \ \ \
| | * \ \ \ \ merge with 1.0Georg Brandl2010-08-231-13/+9
| | |\ \ \ \ \
| | | * | | | | Docstring harmonization.Georg Brandl2010-08-221-13/+9
* | | | | | | | Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-8/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix pyflakes issues.Georg Brandl2011-09-221-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Closes #669: Respect the ``noindex`` flag option in py:module directives.Georg Brandl2011-05-151-9/+12
| |_|_|_|/ |/| | | |
* | | | | #581: Fix traceback in Python domain for empty cross-reference targets.Georg Brandl2011-01-041-1/+1
| |_|_|/ |/| | |
* | | | New year update.Georg Brandl2011-01-041-1/+1
|/ / /
* | | Regression of #77: If there is only one parameter given with ``:param:`` mark...Georg Brandl2011-01-031-2/+4
|/ /
* | #507: Fix crash parsing Python argument lists containing brackets in string l...Georg Brandl2010-08-231-21/+47
|/
* #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-40/+54
* In the Python domain, references like ``:func:`.name``` now look forGeorg Brandl2010-06-121-13/+25
* #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-2/+2
* merge with 0.6Georg Brandl2010-05-231-1/+2
* Port 0f8b5391a6c2 to domains: Fix references to methods without a module.Georg Brandl2010-02-281-0/+2
* Change domain-index API: introduce a class.Georg Brandl2010-02-281-70/+71
* Add missing option_spec for Python domain.Georg Brandl2010-02-281-0/+4
* Add method for adding custom indexes.Georg Brandl2010-02-211-8/+3
* Get rid of the "module" node.Georg Brandl2010-02-201-6/+2
* Remove "group" identifier from get_index() entries; let the template figure t...Georg Brandl2010-02-201-10/+6
* Make the concept of "module index" generalized to domains. As a side-effect,...Georg Brandl2010-02-201-0/+80
* Add missing docstring, add missing object types for Python domain.Georg Brandl2010-01-171-7/+9