Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix annotations for cpp domain | Takeshi KOMIYA | 2018-12-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix annotations for util | Takeshi KOMIYA | 2018-11-30 | 1 | -34/+43 | |
| | | ||||||
* | | Fix annotations for minor methods and functions | Takeshi KOMIYA | 2018-11-30 | 1 | -3/+3 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| | | ||||||
* | | Use super() to call parent class's method | Jon Dufresne | 2018-11-11 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2018-09-22 | 1 | -2/+4 | |
|\ \ | |/ | ||||||
| * | Merge branch '1.8' into 5426_TypeError_for_class_attributes | Takeshi KOMIYA | 2018-09-22 | 1 | -1/+2 | |
| |\ | ||||||
| | * | Fix #5432: py domain: :type: field can't process :term: references | Takeshi KOMIYA | 2018-09-22 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix py domain: TypeError has been raised for class attribute (ref: #5426) | Takeshi KOMIYA | 2018-09-22 | 1 | -1/+2 | |
| |/ | ||||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -2/+2 | |
|/ | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -3/+2 | |
|\ | ||||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 | |
| | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | |||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 | |
| | | ||||||
* | | Merge pull request #4047 from AWhetter/fix_2979_2 | Rob Ruana | 2018-02-03 | 1 | -6/+23 | |
|\ \ | |/ |/| | Properties can have types documented with :type: | |||||
| * | Properties can have types documented with :type: | Ashley Whetter | 2017-09-06 | 1 | -6/+23 | |
| | | ||||||
* | | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'stable' into 1.6-release | jfbu | 2017-05-05 | 1 | -1/+2 | |
|\ | ||||||
| * | Fix #3685: AttributeError when using 3rd party domains | Takeshi KOMIYA | 2017-05-03 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Correct missing space before type annotation | jfbu | 2017-03-12 | 1 | -4/+4 | |
| | | ||||||
* | | Split some long type-checking annotation lines | jfbu | 2017-03-12 | 1 | -12/+39 | |
| | | ||||||
* | | Merge branch 'stable' | jfbu | 2017-03-12 | 1 | -19/+22 | |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | Conflicts resolved: sphinx/domains/cpp.py sphinx/domains/python.py sphinx/texinputs/sphinx.sty sphinx/util/docfields.py sphinx/writers/latex.py tests/test_build_latex.py Also updated: sphinx/domains/__init__.py | |||||
| * | Make docfield xref changes backwards compatible | Jakob Lykke Andersen | 2017-03-11 | 1 | -21/+22 | |
| | | ||||||
| * | Add callback on domains for xrefs from fields. | Jakob Lykke Andersen | 2017-03-08 | 1 | -15/+16 | |
| | | | | | | | | | | Fixes sphinx-doc/sphinx#2607. Fixes sphinx-doc/sphinx#2665. | |||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -3/+4 | |
| | | ||||||
* | | Set 'document' attribute of new node in DocFieldTransformer | Henrik Alsing Friberg | 2017-01-19 | 1 | -0/+1 | |
| | | ||||||
* | | Add type-check annotations to sphinx.util | Takeshi KOMIYA | 2016-11-16 | 1 | -2/+21 | |
|/ | ||||||
* | Fix #2687: Uninstall sphinx directives and roles after build | Takeshi KOMIYA | 2016-09-21 | 1 | -0/+1 | |
| | ||||||
* | Python domain can now link container types automatically | Ashley Whetter | 2016-08-03 | 1 | -10/+17 | |
| | | | | | | | 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. | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Refactor GroupedField.make_field() | Takeshi KOMIYA | 2016-01-05 | 1 | -9/+3 | |
| | ||||||
* | beautify collapsed grouped field | Maximilian Köhl | 2016-01-05 | 1 | -1/+8 | |
| | ||||||
* | Fixes #1915: Do not generate smart quotes in doc field type annotations. | Georg Brandl | 2015-07-25 | 1 | -3/+4 | |
| | ||||||
* | util: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -4/+4 | |
| | ||||||
* | 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 | -6/+17 | |
| | | | | | | | | links if possible. | |||||
* | | merge with stable | Georg Brandl | 2014-03-02 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Fix a change of pull request #96 that break ↵ | Takayuki Shimizukawa | 2014-03-02 | 1 | -3/+3 | |
| | | | | | | | | sphinx.util.docfields.Field.make_field interface/behavior for `item` argument usage. Closes #1367 | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix formatting | Dmitry Shachnev | 2014-01-22 | 1 | -1/+1 | |
| | | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | |||||
* | | Closes #1174: Fix smart quotes being applied inside roles like ↵ | Georg Brandl | 2014-01-12 | 1 | -2/+4 | |
|/ | | | | :rst:role:`program` or :rst:role:`makevar`. | |||||
* | Small code style fix. | Georg Brandl | 2013-09-16 | 1 | -1/+1 | |
| | ||||||
* | Fix #1203: Does not append space to unknown field names. | Rob Ruana | 2013-06-23 | 1 | -1/+3 | |
| | | | | | | | If an unknown field name is encountered, a space is only appended if the field arguments are not empty. Also, only the first character of the field name is upper cased, and the case of the rest of the string remains unchanged. | |||||
* | use ``nodes.inline`` with a "translatable" attr instead | Nozomu Kaneko | 2013-01-13 | 1 | -2/+2 | |
| |