summaryrefslogtreecommitdiff
path: root/sphinx/roles.py
Commit message (Expand)AuthorAgeFilesLines
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* #14: allow distinct programs for cmdoption directive.Georg Brandl2008-11-091-14/+21
* Role names are case-insensitive. #24.georg.brandl2008-10-161-1/+5
* Add cmember role (#3875).georg.brandl2008-09-241-0/+1
* Simplify index entry handling.georg.brandl2008-08-111-7/+0
* * Add more generated text to the automatic translation.georg.brandl2008-08-101-4/+5
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...georg.brandl2008-07-181-5/+5
* Merged revisions 64642-64643,64698 via svnmerge fromgeorg.brandl2008-07-041-0/+3
* Add default_role configuration value.georg.brandl2008-06-171-2/+6
* Another fix for cross-referencing behavior.georg.brandl2008-05-241-8/+10
* #2904: fix :func:`title <target>` behavior.georg.brandl2008-05-241-30/+39
* Fix :term:`title <target>`, and make giving multiple cmdoptions possible.georg.brandl2008-04-071-9/+10
* Support the image directive.georg.brandl2008-03-251-0/+2
* * Allow the ~ prefix on module xrefs.georg.brandl2008-03-211-2/+2
* Enable :role:`title <target>` syntax for all xref role types.georg.brandl2008-03-161-32/+32
* A leading '~' in a object cross-reference hides the module part.georg.brandl2008-03-091-7/+16
* * Allow registering arbitrary cross-referencing directives/roles.georg.brandl2008-03-091-0/+16
* Further refactorings, add extensibility API.georg.brandl2008-01-211-1/+1
* A few refactorings in Sphinx.georg.brandl2008-01-161-2/+5
* Update copyright years and change license to BSD.georg.brandl2008-01-111-2/+2
* Remove parentheses if the occur in :func: etc. roles.georg.brandl2008-01-111-3/+7
* Checkin my holiday work:georg.brandl2007-12-291-1/+1
* Further fixes. All produced latex documents now run through pdflatex without ...georg.brandl2007-12-161-7/+13
* * Lowercase glossary termsgeorg.brandl2007-10-211-1/+1
* Add an envvar directive too. Link from :envvar: and :option: to the relevant ...georg.brandl2007-10-201-5/+15
* Add ``!`` x-ref feature.georg.brandl2007-08-171-0/+5
* Two fixes.georg.brandl2007-08-171-1/+1
* Add glossary directive and :term: role for crossreferencing into the glossary.georg.brandl2007-08-171-2/+4
* Allow a leading dot in x-reference roles, marking reversed search order for t...georg.brandl2007-08-151-0/+6
* Add module names even to names in classes. Add a config option for that.georg.brandl2007-08-061-4/+5
* Don't mangle "--" in option names.georg.brandl2007-08-041-6/+6
* Don't interpret markup in productionlists.georg.brandl2007-08-021-3/+0
* Strip parentheses during conversion, add them during build.georg.brandl2007-08-011-3/+3
* Make system messages stand out in HTML output.georg.brandl2007-08-011-4/+20
* Initial import of the doc tools.georg.brandl2007-07-231-0/+143