summaryrefslogtreecommitdiff
path: root/sphinx/roles.py
Commit message (Expand)AuthorAgeFilesLines
* Merge with 1.0Georg Brandl2011-09-231-12/+39
|\
| * Always warn on missing :doc: or citation references.Georg Brandl2011-01-081-1/+1
| * merge with 1.0Georg Brandl2011-01-081-1/+3
| |\
| * | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-5/+10
| * | #586: Implemented improved glossary markup which allows multiple terms per de...Georg Brandl2011-01-061-1/+0
| * | #516: Added new value of the :confval:`latex_show_urls` option to show the UR...Georg Brandl2011-01-061-0/+1
| * | merge with 1.0Georg Brandl2011-01-041-1/+1
| |\ \
| * | | #504: Add an ``index`` role, to make inline index entries.Georg Brandl2010-08-251-1/+23
| * | | Docstring harmonization.Georg Brandl2010-08-221-6/+5
* | | | Fix the ``abbr`` role when the abbreviation has newlines in it.Georg Brandl2011-09-231-1/+1
* | | | Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-2/+2
| |_|/ |/| |
* | | #572: Show warnings by default when reference labels cannot be found.Georg Brandl2011-01-081-1/+3
| |/ |/|
* | New year update.Georg Brandl2011-01-041-1/+1
|/
* Allow references to PEPs and RFCs with explicit anchors.Georg Brandl2010-08-051-2/+12
* #486: Fix removal of ``!`` for all cross-reference roles.Georg Brandl2010-08-051-2/+2
* Fix :guilabel: unescaping, and make some tests actually run.Georg Brandl2010-07-211-1/+2
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter...Georg Brandl2010-05-241-29/+10
|\
| * Move :ref: labels over to std domain.Georg Brandl2010-05-231-4/+0
* | Rename "underline" class to accelerator to preserve separation of semantics &...tpowers2010-04-271-4/+5
* | Indicate "accelerator" key of menu & gui items via ampersand.tpowers2010-04-261-6/+25
* | Implemented "simple" docroles for things that only format the text in a diffe...tpowers2010-04-261-7/+20
|/
* Fix variable name.Georg Brandl2010-03-011-1/+1
* Allow escaping "<" in x-ref roles by a backslash.Georg Brandl2010-03-011-1/+3
* Fix-up classes for roles without domain.Georg Brandl2010-02-281-1/+2
* In HTML output, inline roles now get a CSS class with their name,Georg Brandl2010-02-281-8/+10
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-1/+2
* merge with trunkGeorg Brandl2010-01-171-1/+2
|\
| * Refactor util package.Georg Brandl2010-01-171-1/+2
* | merge with trunkGeorg Brandl2010-01-071-141/+136
|\ \ | |/ |/|
| * merge with trunkGeorg Brandl2010-01-021-1/+1
| |\
| * | Work on remaining XXXs.Georg Brandl2009-09-121-1/+34
| * | fix bugs.Georg Brandl2009-09-101-4/+5
| * | Remove envvar from specific roles list.Georg Brandl2009-09-091-1/+0
| * | Move :envvar: index markup logic over to std domain.Georg Brandl2009-09-091-31/+34
| * | roles: fix implementation of XRefRole lowercase and fix_parens options.Georg Brandl2009-09-081-0/+6
| * | More refactoring for language-independent domain support.Georg Brandl2009-09-071-25/+4
| * | Add more tests for markup.Georg Brandl2009-08-091-1/+1
| * | Add b/w compatibility xfileref_role, with a DeprecationWarning.Georg Brandl2009-08-091-0/+8
| * | Fix remaining uses of xfileref_role.Georg Brandl2009-08-091-86/+86
| * | Add The Wine Cellar Book.Georg Brandl2009-08-041-0/+1
| * | Fix role class to not take a domain name anymore.Georg Brandl2009-07-131-12/+11
| * | Fix long lines.Georg Brandl2009-07-051-2/+4
| * | Move domain-specific code around a bit; builtin domains are now completely in...Georg Brandl2009-07-051-129/+81
| * | Make the parameter order consistent.Georg Brandl2009-07-011-3/+3
| * | Refactor a bit to fix b/w compat of cfunc role.Georg Brandl2009-06-301-27/+22
| * | Fix duplicate code.Georg Brandl2009-06-301-9/+0
| * | Refactored role registrations.mitsuhiko2009-06-301-122/+147
* | | merge with 0.6Georg Brandl2010-01-031-19/+6
|\ \ \ | | |/ | |/|
| * | merge with 0.6Georg Brandl2010-01-011-19/+6
| |\ \ | | |/
| | * Fix variable name.Georg Brandl2009-05-281-1/+1