summaryrefslogtreecommitdiff
path: root/sphinx/roles.py
Commit message (Expand)AuthorAgeFilesLines
* 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