summaryrefslogtreecommitdiff
path: root/sphinx/domains/python.py
Commit message (Expand)AuthorAgeFilesLines
...
* | #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
|\ \ | |/
| * #581: Fix traceback in Python domain for empty cross-reference targets.Georg Brandl2011-01-041-1/+1
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
* | merge with 1.0Georg Brandl2011-01-041-2/+4
|\ \ | |/
| * Regression of #77: If there is only one parameter given with ``:param:`` mark...Georg Brandl2011-01-031-2/+4
* | merge with 1.0Georg Brandl2010-08-231-21/+47
|\ \ | |/
| * #507: Fix crash parsing Python argument lists containing brackets in string l...Georg Brandl2010-08-231-21/+47
* | Docstring harmonization.Georg Brandl2010-08-221-13/+9
|/
* #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
* Rename doc_read_data to temp_data, which reflects better what it does.Georg Brandl2010-01-171-13/+13
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-1/+1
* merge with trunkGeorg Brandl2010-01-171-1/+1
* Fix doc field type roles.Georg Brandl2010-01-171-3/+4
* Finish new doc field handling implementation.Georg Brandl2010-01-171-0/+17
* Note the full name on the signature node.Georg Brandl2010-01-131-0/+1
* Rename parse_signature() to handle_signature(); allows more to happen. Recor...Georg Brandl2010-01-131-18/+29
* Change naming convention in doc_read_data to "domain:key".Georg Brandl2010-01-131-14/+14
* Add some XXXes... sigh.Georg Brandl2010-01-081-0/+1
* Update copyrights.Georg Brandl2010-01-021-1/+1
* merge with trunkGeorg Brandl2009-11-091-3/+0
* Rename py domain specific refnode attributes.Georg Brandl2009-09-091-7/+7
* search: make the search work with the new domain model.Georg Brandl2009-09-081-2/+2
* More refactoring for language-independent domain support.Georg Brandl2009-09-071-0/+517