summaryrefslogtreecommitdiff
path: root/sphinx/domains/python.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove unused "type: ignore"Takeshi KOMIYA2017-02-061-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-1/+1
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
| |
* | Update type annotationsTakeshi KOMIYA2017-01-091-2/+2
| |
* | logger.warning() supports node as location parameterTakeshi KOMIYA2017-01-021-4/+3
| |
* | Use loggersTakeshi KOMIYA2017-01-021-1/+4
| |
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| |
* | Merge branch 'master' into deprecate_sphinx.util.compatTakeshi KOMIYA2016-12-141-0/+6
|\ \
| * \ Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
| |\ \ | | |/
| | * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
| | |
* | | ``sphinx.util.compat.Directive`` class is now deprecated.Takeshi KOMIYA2016-12-131-2/+1
|/ /
* | Add type-check annotations to sphinx.domainsTakeshi KOMIYA2016-11-161-14/+58
|/
* Python domain can link multiple types in a type fieldAshley Whetter2016-09-181-1/+1
|
* Python domain can now link container types automaticallyAshley Whetter2016-08-031-0/+21
| | | | | | | Google types now greedily match the closing parenthesis. Also removed name from returns section in Google docstrings. Instead, everything before the colon is treated as the type.
* Create PyGroupedField and use it for 'exceptions'Glenn Matthews2016-07-151-3/+7
|
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+4
|
* classifier of glossary terms can be used for index entries grouping key. The ↵shimizukawa2016-02-141-2/+2
| | | | classifier also be used for translation. See also :ref:`glossary-directive`.
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* fix #1772 cross reference in docstrings like ``:param .write:`` breaks building.shimizukawa2015-03-141-7/+9
|
* more pep8 fixesGeorg Brandl2015-03-081-9/+9
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Closes #1623: Return types specified with ``:rtype:`` are now turned into ↵Georg Brandl2014-11-121-15/+24
| | | | | | | | links if possible.
* | [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
| | | | | | | | them more accurately.
* | Move env.temp_data content that might be used to resolve references to a new ↵Georg Brandl2014-09-201-13/+13
| | | | | | | | env.ref_context dictionary.
* | Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-13/+38
| | | | | | | | | | *any* type in *any* domain. Custom domains should implement the new `~Domain.resolve_any_xref` method to make this work properly.
* | merge with stableTakayuki Shimizukawa2014-07-131-1/+1
|\ \ | |/
| * * Fix: py:function directive generate incorrectly signature when specifying ↵Takayuki Shimizukawa2014-07-121-1/+1
| | | | | | | | a default parameter with an empty list `[]`. Closes #1503
* | wrap iterator with list() to avoid 'dictionary changed size during ↵Takayuki Shimizukawa2014-04-291-2/+2
| | | | | | | | iteration' on py3. refs #1350.
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-4/+5
| | | | | | | | refs #1350.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | merge with stableGeorg Brandl2014-01-121-2/+2
|\ \ | |/
| * Closes #1233: Allow finding both Python classes and exceptions with the ↵Georg Brandl2014-01-121-2/+2
| | | | | | | | "class" and "exc" roles in intersphinx.
* | Allow "." and "~" prefixes in inline :param: typedefs.Virgil Dupras2014-01-041-1/+18
|/
* Closes #1159: do not emit duplicate inventory entries for py:module objects.Georg Brandl2013-09-161-1/+2
| | | | | Also add a workaround on the consumer side in intersphinx, so that links to projects using old versions of Sphinx generate correct links.
* 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 ↵Georg Brandl2012-01-291-16/+17
| | | | appropriate objects to link to.
* Satisfy "make check".Georg Brandl2011-10-091-5/+6
|
* Merge with 1.0Georg Brandl2011-09-231-8/+6
|\
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-8/+6
| |
* | Merge with 1.0Georg Brandl2011-09-231-3/+3
|\ \ | |/
| * Fix pyflakes issues.Georg Brandl2011-09-221-3/+3
| |
* | merge with 1.0Georg Brandl2011-05-151-11/+12
|\ \ | |/
| * Closes #669: Respect the ``noindex`` flag option in py:module directives.Georg Brandl2011-05-151-9/+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 ↵Georg Brandl2011-01-081-9/+2
| | | | | | | | | | | | value anymore. (It was the only thing that the directive did output, and therefore quite inconsistent.)
* | #478: Added :rst:dir:`py:decorator` directive to describe decorators.Georg Brandl2011-01-081-10/+44
| |