Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove unused "type: ignore" | Takeshi KOMIYA | 2017-02-06 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2017-01-09 | 1 | -2/+2 | |
| | | ||||||
* | | logger.warning() supports node as location parameter | Takeshi KOMIYA | 2017-01-02 | 1 | -4/+3 | |
| | | ||||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -1/+4 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into deprecate_sphinx.util.compat | Takeshi KOMIYA | 2016-12-14 | 1 | -0/+6 | |
|\ \ | ||||||
| * \ | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-14 | 1 | -0/+6 | |
| |\ \ | | |/ | ||||||
| | * | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+6 | |
| | | | ||||||
* | | | ``sphinx.util.compat.Directive`` class is now deprecated. | Takeshi KOMIYA | 2016-12-13 | 1 | -2/+1 | |
|/ / | ||||||
* | | Add type-check annotations to sphinx.domains | Takeshi KOMIYA | 2016-11-16 | 1 | -14/+58 | |
|/ | ||||||
* | Python domain can link multiple types in a type field | Ashley Whetter | 2016-09-18 | 1 | -1/+1 | |
| | ||||||
* | Python domain can now link container types automatically | Ashley Whetter | 2016-08-03 | 1 | -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 Matthews | 2016-07-15 | 1 | -3/+7 | |
| | ||||||
* | Now all builders and domains work as built-in extensions | Takeshi KOMIYA | 2016-07-06 | 1 | -0/+4 | |
| | ||||||
* | classifier of glossary terms can be used for index entries grouping key. The ↵ | shimizukawa | 2016-02-14 | 1 | -2/+2 | |
| | | | | classifier also be used for translation. See also :ref:`glossary-directive`. | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | fix #1772 cross reference in docstrings like ``:param .write:`` breaks building. | shimizukawa | 2015-03-14 | 1 | -7/+9 | |
| | ||||||
* | more pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -9/+9 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Closes #1623: Return types specified with ``:rtype:`` are now turned into ↵ | Georg Brandl | 2014-11-12 | 1 | -15/+24 | |
| | | | | | | | | links if possible. | |||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -0/+9 | |
| | | ||||||
* | | Add ref context to all "any" references. Should make it possible to resolve ↵ | Georg Brandl | 2014-09-20 | 1 | -1/+1 | |
| | | | | | | | | them more accurately. | |||||
* | | Move env.temp_data content that might be used to resolve references to a new ↵ | Georg Brandl | 2014-09-20 | 1 | -13/+13 | |
| | | | | | | | | env.ref_context dictionary. | |||||
* | | Added the `any` role that can be used to find a cross-reference of | Georg Brandl | 2014-09-19 | 1 | -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 stable | Takayuki Shimizukawa | 2014-07-13 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | * Fix: py:function directive generate incorrectly signature when specifying ↵ | Takayuki Shimizukawa | 2014-07-12 | 1 | -1/+1 | |
| | | | | | | | | a default parameter with an empty list `[]`. Closes #1503 | |||||
* | | wrap iterator with list() to avoid 'dictionary changed size during ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+2 | |
| | | | | | | | | iteration' on py3. refs #1350. | |||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -4/+5 | |
| | | | | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2014-01-12 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Closes #1233: Allow finding both Python classes and exceptions with the ↵ | Georg Brandl | 2014-01-12 | 1 | -2/+2 | |
| | | | | | | | | "class" and "exc" roles in intersphinx. | |||||
* | | Allow "." and "~" prefixes in inline :param: typedefs. | Virgil Dupras | 2014-01-04 | 1 | -1/+18 | |
|/ | ||||||
* | Closes #1159: do not emit duplicate inventory entries for py:module objects. | Georg Brandl | 2013-09-16 | 1 | -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 Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Closes #864: Fix crash with some settings of :confval:`modindex_common_prefix`. | Georg Brandl | 2012-01-29 | 1 | -1/+2 | |
| | ||||||
* | Closes #859: Fix exception under certain circumstances when not finding ↵ | Georg Brandl | 2012-01-29 | 1 | -16/+17 | |
| | | | | appropriate objects to link to. | |||||
* | Satisfy "make check". | Georg Brandl | 2011-10-09 | 1 | -5/+6 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -8/+6 | |
|\ | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -8/+6 | |
| | | ||||||
* | | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Fix pyflakes issues. | Georg Brandl | 2011-09-22 | 1 | -3/+3 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -11/+12 | |
|\ \ | |/ | ||||||
| * | Closes #669: Respect the ``noindex`` flag option in py:module directives. | Georg Brandl | 2011-05-15 | 1 | -9/+12 | |
| | | ||||||
* | | #437: autodoc now shows values of class data attributes. | Georg Brandl | 2011-01-08 | 1 | -0/+8 | |
| | | ||||||
* | | The :rst:dir:`py:module` directive doesn't output its ``platform`` option ↵ | Georg Brandl | 2011-01-08 | 1 | -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 Brandl | 2011-01-08 | 1 | -10/+44 | |
| | |