summaryrefslogtreecommitdiff
path: root/sphinx/htmlwriter.py
Commit message (Expand)AuthorAgeFilesLines
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* Give highlighted text a class "highlight-<lang>".Georg Brandl2008-11-091-5/+2
* #29: fix some option list issues, in HTML, LaTeX and text writers.Georg Brandl2008-11-031-0/+7
* Fix for r67038.georg.brandl2008-10-281-3/+5
* Don't throw away labels for code blocks.georg.brandl2008-10-281-4/+6
* Support "scale" option for images in HTML output.georg.brandl2008-10-181-0/+22
* Support <meta> tags via meta directive.georg.brandl2008-10-181-0/+1
* Merged revisions 66355 via svnmerge fromgeorg.brandl2008-09-091-14/+10
* Add default highlight language selection support.georg.brandl2008-09-091-1/+1
* * Add more generated text to the automatic translation.georg.brandl2008-08-101-11/+8
* Merged revisions 65532,65546-65547,65550-65551 via svnmerge fromgeorg.brandl2008-08-061-3/+2
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromgeorg.brandl2008-07-291-10/+37
* Fixed docstring dedenting and made the html writer more configurable in the s...armin.ronacher2008-07-101-2/+2
* Merged revisions 64703-64708,64710-64712 via svnmerge fromgeorg.brandl2008-07-041-2/+39
* Add static method support.georg.brandl2008-06-231-0/+5
* Add support for subscript/superscript nodes in latex.georg.brandl2008-06-221-0/+3
* Rename node class desc_classname to desc_addname, whichgeorg.brandl2008-06-181-3/+2
* Add image format handling.georg.brandl2008-06-151-2/+2
* Don't write SSI-like comments.georg.brandl2008-05-231-1/+1
* Use "warning" for warnings.georg.brandl2008-05-091-1/+0
* * New LaTeX table handling.georg.brandl2008-05-031-0/+3
* Fix a bug where smartypants was used for attribute values.georg.brandl2008-04-271-5/+8
* Don't use os.path for HTML pathnames.georg.brandl2008-04-061-3/+3
* Rebuild all HTML files in case of a template change.georg.brandl2008-03-251-1/+1
* Support the image directive.georg.brandl2008-03-251-0/+10
* Make parsed-literal blocks work as expected.georg.brandl2008-03-231-0/+3
* Make sphinx compatible with docutils SVN snapshots.0.1.61798georg.brandl2008-03-231-6/+20
* Add the doctest extension. It provides a builder that runsgeorg.brandl2008-03-211-1/+2
* Add language and linenos options to literalinclude directive.georg.brandl2008-03-161-0/+1
* Correctly handle doctest blocks in HTML writer.georg.brandl2008-03-141-0/+3
* Add code-block directive, to simplify integrating snippetsgeorg.brandl2008-03-091-2/+11
* * Allow custom static files to be created for the HTML builder.georg.brandl2008-02-231-2/+4
* Further refactorings, add extensibility API.georg.brandl2008-01-211-273/+279
* A few refactorings in Sphinx.georg.brandl2008-01-161-3/+4
* Update copyright years and change license to BSD.georg.brandl2008-01-111-2/+2
* Implement field lists, print warnings instead of raising RuntimeErrors.georg.brandl2007-12-161-6/+6
* Several improvements to the latex builder.georg.brandl2007-12-161-1/+6
* - rename webify/unwebify to canonical/os_pathgeorg.brandl2007-12-071-0/+5
* Continue work on the PDF builder. The documents now build and run through LaTeX.georg.brandl2007-12-061-0/+6
* Apply Tim Golden's patch from #1520, which resolves confusion betweengeorg.brandl2007-12-031-0/+292