summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix highlighting code a bit.Georg Brandl2007-12-061-1/+1
|
* Add highlighting for LaTeX builder.Georg Brandl2007-12-061-10/+17
|
* Don't italicize interactive mode output.Georg Brandl2007-10-201-1/+1
|
* Add "cmdoption" directive for command-line options.Georg Brandl2007-10-201-1/+2
|
* Use the "with" __future__ statement when parsing python snippets.Georg Brandl2007-08-171-1/+2
|
* Make the "standard types" docs more standard.Georg Brandl2007-08-061-1/+1
| | | | | Add links from all constructors in "built-in functions" to stdtypes.
* Only highlight snippets as Python if they can be parsed as Python.Georg Brandl2007-08-041-2/+10
|
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+72