summaryrefslogtreecommitdiff
path: root/sphinx/util/docfields.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add type-check annotations to sphinx.utilTakeshi KOMIYA2016-11-161-2/+21
|/
* Fix #2687: Uninstall sphinx directives and roles after buildTakeshi KOMIYA2016-09-211-0/+1
|
* Python domain can now link container types automaticallyAshley Whetter2016-08-031-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 Brandl2016-01-141-1/+1
|
* Refactor GroupedField.make_field()Takeshi KOMIYA2016-01-051-9/+3
|
* beautify collapsed grouped fieldMaximilian Köhl2016-01-051-1/+8
|
* Fixes #1915: Do not generate smart quotes in doc field type annotations.Georg Brandl2015-07-251-3/+4
|
* util: pep8 fixesGeorg Brandl2015-03-081-4/+4
|
* 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-6/+17
| | | | | | | | links if possible.
* | merge with stableGeorg Brandl2014-03-021-3/+3
|\ \ | |/
| * Fix a change of pull request #96 that break ↵Takayuki Shimizukawa2014-03-021-3/+3
| | | | | | | | sphinx.util.docfields.Field.make_field interface/behavior for `item` argument usage. Closes #1367
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Fix formattingDmitry Shachnev2014-01-221-1/+1
| |
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-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 Brandl2014-01-121-2/+4
|/ | | | :rst:role:`program` or :rst:role:`makevar`.
* Small code style fix.Georg Brandl2013-09-161-1/+1
|
* Fix #1203: Does not append space to unknown field names.Rob Ruana2013-06-231-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 insteadNozomu Kaneko2013-01-131-2/+2
|
* mergeNozomu Kaneko2013-01-051-4/+11
|\
| * use `paragraph` nodes instead of `translatable` nodes.Nozomu Kaneko2012-12-311-4/+3
| |
| * make docfield translatableNozomu Kaneko2012-12-181-4/+12
| |
* | Copyright update.Georg Brandl2013-01-011-1/+1
|/
* New year update.Georg Brandl2011-01-041-1/+1
|
* Regression of #77: If there is only one parameter given with ``:param:`` ↵Georg Brandl2011-01-031-7/+14
| | | | markup, the bullet list is now suppressed again.
* Fix handling of doc field types for different directive types.Georg Brandl2010-08-141-1/+1
|
* #484: Fix crash when duplicating a parameter in an info field list.Georg Brandl2010-08-051-2/+5
| | | | | Problem was that the :type: info nodes were inserted twice into the doctree, which led to inconsistencies when reference nodes were resolved.
* Add a missing assignment.Georg Brandl2010-07-271-0/+1
|
* Fix handling of non-text field types.Georg Brandl2010-07-271-2/+5
|
* Make make check happy.Georg Brandl2010-07-231-1/+2
|
* Include Text as well as Inline nodes in the content for function argumentsDoug Hellmann2010-07-201-1/+3
|
* Fix transformation of Field.Georg Brandl2010-06-121-1/+1
|
* Fix refactoring oversight.Georg Brandl2010-01-171-1/+2
|
* Fix long line.Georg Brandl2010-01-171-1/+2
|
* Fix :type:-class field processing and add doc field markup to test suite.Georg Brandl2010-01-171-19/+27
|
* Finish new doc field handling implementation.Georg Brandl2010-01-171-0/+257