summaryrefslogtreecommitdiff
path: root/sphinx/htmlwriter.py
Commit message (Expand)AuthorAgeFilesLines
* Move builders and writers into new packages.Georg Brandl2008-11-291-457/+0
* 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.v0.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