summaryrefslogtreecommitdiff
path: root/sphinx/util/docfields.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a change of pull request #96 that break sphinx.util.docfields.Field.make_...shimizukawa2014-03-021-3/+3
* Update copyright year.Georg Brandl2014-03-011-1/+1
* 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
* use ``nodes.inline`` with a "translatable" attr insteadNozomu Kaneko2013-01-131-2/+2
* mergeNozomu Kaneko2013-01-051-1/+1
|\
| * Copyright update.Georg Brandl2013-01-011-1/+1
* | use `paragraph` nodes instead of `translatable` nodes.Nozomu Kaneko2012-12-311-4/+3
* | make docfield translatableNozomu Kaneko2012-12-181-4/+12
|/
* New year update.Georg Brandl2011-01-041-1/+1
* Regression of #77: If there is only one parameter given with ``:param:`` mark...Georg Brandl2011-01-031-7/+14
* 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
* 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