summaryrefslogtreecommitdiff
path: root/sphinx/directives
Commit message (Expand)AuthorAgeFilesLines
* Open literalinclude files in universal newline mode to allowGeorg Brandl2009-01-261-1/+1
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-034-8/+8
* Fix #80: use string.ascii_* constants in case locale.setlocale() isGeorg Brandl2009-01-021-1/+1
* 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
* Fix #60: Don't crash for invalid index entries.Georg Brandl2008-11-301-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-092-11/+28
* Allow empty seealso directive, and don't join all paragraphs in admonitions,Georg Brandl2008-11-071-1/+2
* Restore API compatibility for make_admonition.Georg Brandl2008-11-061-3/+3
* #21: allow short form for seealso arguments.Georg Brandl2008-11-041-3/+8
* 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
* Let include encoding default to source encoding.Georg Brandl2008-10-161-1/+1
* Add translation of strings in JavaScript files.Georg Brandl2008-09-061-1/+1
* Index quick fix.Georg Brandl2008-08-171-1/+1
* Simplify index entry handling.Georg Brandl2008-08-112-12/+0
* * Add more generated text to the automatic translation.Georg Brandl2008-08-102-63/+91
* Add glossary entries to the index. Update TODO.Georg Brandl2008-08-071-0/+5
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...Georg Brandl2008-08-041-2/+10
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromGeorg Brandl2008-07-291-0/+1
* Remove the opcode directive.Georg Brandl2008-07-231-21/+0
* Merged revisions 64725-64726,64730 via svnmerge fromGeorg Brandl2008-07-051-1/+2
* Merged revisions 64714-64715,64720,64723 via svnmerge fromGeorg Brandl2008-07-051-2/+5
* Merged revisions 64642-64643,64698 via svnmerge fromGeorg Brandl2008-07-041-1/+4
* 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
* Provide rest "class" directive as "cssclass".Georg Brandl2008-05-241-0/+16
* * Support for C class names (and const specifiers).Georg Brandl2008-05-041-4/+15
* Split directives into a subpackage.Georg Brandl2008-05-044-0/+894