summaryrefslogtreecommitdiff
path: root/sphinx/directives/desc.py
Commit message (Expand)AuthorAgeFilesLines
* Remove almost empty sphinx.directives.desc module.Georg Brandl2009-09-071-276/+0
* More refactoring for language-independent domain support.Georg Brandl2009-09-071-130/+17
* Fix remaining uses of xfileref_role.Georg Brandl2009-08-091-2/+2
* With a few disabled features (see XXX), the test suite runs again.Georg Brandl2009-07-131-2/+4
* Make domains instances, which have factory methods for their roles and direct...Georg Brandl2009-07-131-1/+2
* Move domain-specific code around a bit; builtin domains are now completely in...Georg Brandl2009-07-051-414/+0
* Use a new "lazy" gettext function instead of using dummy _() to help text ext...Georg Brandl2009-07-031-26/+21
* Introduce "domains".Georg Brandl2009-06-291-16/+50
* Fixed bug with C signatures with const and no argspau2009-04-091-0/+2
* Fix wrong attribute name.Georg Brandl2009-02-201-1/+1
* Add a few more docstrings, and remove the last XXX comments in the desc direc...Georg Brandl2009-02-201-13/+84
* Fix a reuse problem with CDesc signatures.Georg Brandl2009-02-201-3/+13
* Restore docutils 0.4 compatibility.Georg Brandl2009-02-191-17/+17
* Fix #105: one shouldn't use the i18n function as a placeholder...Georg Brandl2009-02-181-1/+1
* Convert builtin directives to classes. Refactor desc_directive so that it is...Georg Brandl2009-02-181-539/+605
* merge with mainGeorg Brandl2009-02-141-1/+2
|\
| * Make it more probable for docutils to report the correct sourceGeorg Brandl2009-02-141-1/+2
* | Reformat to EOL80.Georg Brandl2009-01-101-12/+18
|/
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* | merge in 0.5Georg Brandl2009-01-021-1/+1
|\ \ | |/
| * Fix #80: use string.ascii_* constants in case locale.setlocale() isGeorg Brandl2009-01-021-1/+1
* | Close #23: Added a ``classmethod`` directive along with ``method``Georg Brandl2008-12-291-4/+20
* | Fix #77: If a description environment with info field list onlyGeorg Brandl2008-12-281-6/+15
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Change the way to handle return annotations a bit.Georg Brandl2008-12-251-7/+5
|/
* Fix handling of :param: and :type: with roles.Georg Brandl2008-12-151-4/+21
* Allow \\ to mean \ in signatures.Georg Brandl2008-12-051-1/+4
* #37: link to exception in :raises X: doc field.Georg Brandl2008-11-161-7/+19
* #14: allow distinct programs for cmdoption directive.Georg Brandl2008-11-091-9/+13
* Re-add spacing between parameter name and description.Georg Brandl2008-11-041-1/+1
* Fix "(class in None)" being generated as index entry. #4248.Georg Brandl2008-11-031-0/+2
* Respect add_module_names for index entries.Georg Brandl2008-10-251-5/+6
* Don't disregard return annotations for functions without any parameters.Georg Brandl2008-10-251-1/+5
* Add translation of strings in JavaScript files.Georg Brandl2008-09-061-1/+1
* Simplify index entry handling.Georg Brandl2008-08-111-6/+0
* * Add more generated text to the automatic translation.Georg Brandl2008-08-101-47/+63
* Remove the opcode directive.Georg Brandl2008-07-231-21/+0
* Merged revisions 64725-64726,64730 via svnmerge fromGeorg Brandl2008-07-051-1/+2
* Add static method support.Georg Brandl2008-06-231-4/+23
* Interpret field lists in description units.Georg Brandl2008-06-201-0/+85
* Support -> return type annotations.Georg Brandl2008-06-181-5/+10
* Rename node class desc_classname to desc_addname, whichGeorg Brandl2008-06-181-9/+9
* Add html_favicon config value.Georg Brandl2008-06-151-0/+3
* Fix handling of autoclass directives' module names.Georg Brandl2008-05-311-21/+23
* * Support for C class names (and const specifiers).Georg Brandl2008-05-041-4/+15
* Split directives into a subpackage.Georg Brandl2008-05-041-0/+434