summaryrefslogtreecommitdiff
path: root/sphinx/htmlwriter.py
Commit message (Collapse)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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r66355 | georg.brandl | 2008-09-10 00:06:51 +0200 (Wed, 10 Sep 2008) | 2 lines #3746: fix duplicate id generation with docutils 0.5. ........
* Add default highlight language selection support.Georg Brandl2008-09-091-1/+1
| | | | Add support for recognizing Python 3 console output.
* * Add more generated text to the automatic translation.Georg Brandl2008-08-101-11/+8
| | | | | | | * Remove all locale-dependent text from sphinx.sty, put it into Python files to enable message extraction and translation. * Use babel in the LaTeX output. * Centralize locations for labels used in every builder.
* Merged revisions 65532,65546-65547,65550-65551 via svnmerge fromGeorg Brandl2008-08-061-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65532 | georg.brandl | 2008-08-04 22:35:07 +0000 (Mon, 04 Aug 2008) | 2 lines Add a test file for misc. markup and fix a doc bug. ........ r65546 | georg.brandl | 2008-08-05 09:55:20 +0000 (Tue, 05 Aug 2008) | 2 lines Show an indication while downloading the search index. ........ r65547 | georg.brandl | 2008-08-05 10:07:50 +0000 (Tue, 05 Aug 2008) | 2 lines Fix an indentation problem in production lists. #3477. ........ r65550 | georg.brandl | 2008-08-05 16:21:34 +0000 (Tue, 05 Aug 2008) | 2 lines Remove unused interface.js. ........ r65551 | georg.brandl | 2008-08-06 08:48:21 +0000 (Wed, 06 Aug 2008) | 2 lines Don't try to remove a nonexisting static dir. ........
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromGeorg Brandl2008-07-291-10/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65138 | georg.brandl | 2008-07-19 15:42:35 +0200 (Sat, 19 Jul 2008) | 2 lines #3416: fix missing parameter. ........ r65145 | georg.brandl | 2008-07-19 20:01:25 +0200 (Sat, 19 Jul 2008) | 2 lines Now that we don't ship Jinja anymore by default the comment can go. ........ r65146 | georg.brandl | 2008-07-19 20:01:51 +0200 (Sat, 19 Jul 2008) | 2 lines Reread documents with globbed toctrees when files are removed/added. ........ r65268 | georg.brandl | 2008-07-29 10:21:33 +0200 (Tue, 29 Jul 2008) | 2 lines Fix by Markus Gritsch to place correct links to headings. ........ r65269 | georg.brandl | 2008-07-29 10:21:59 +0200 (Tue, 29 Jul 2008) | 2 lines Make the writer's settings public. ........ r65270 | georg.brandl | 2008-07-29 10:22:28 +0200 (Tue, 29 Jul 2008) | 2 lines Export test_root. ........ r65271 | georg.brandl | 2008-07-29 10:22:47 +0200 (Tue, 29 Jul 2008) | 2 lines Add a markup test. ........ r65272 | georg.brandl | 2008-07-29 10:27:19 +0200 (Tue, 29 Jul 2008) | 2 lines Bump version number. ........ r65273 | georg.brandl | 2008-07-29 11:05:37 +0200 (Tue, 29 Jul 2008) | 2 lines Correct rendering of ``samp``. ........
* Fixed docstring dedenting and made the html writer more configurable in the ↵Armin Ronacher2008-07-101-2/+2
| | | | sense that it doesn't change behavior based on the builder name any longer.
* Merged revisions 64703-64708,64710-64712 via svnmerge fromGeorg Brandl2008-07-041-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64703 | georg.brandl | 2008-07-04 19:24:00 +0200 (Fri, 04 Jul 2008) | 2 lines Fix linkcheck builder crash for malformed URLs. ........ r64704 | georg.brandl | 2008-07-04 19:32:40 +0200 (Fri, 04 Jul 2008) | 2 lines Add 0.5 compatibility for more admonitions. ........ r64705 | georg.brandl | 2008-07-04 19:38:37 +0200 (Fri, 04 Jul 2008) | 2 lines Remove silly "rubric" restriction in latex writer. ........ r64706 | georg.brandl | 2008-07-04 19:41:44 +0200 (Fri, 04 Jul 2008) | 2 lines Document rubric:: Footnotes behavior. ........ r64707 | georg.brandl | 2008-07-04 19:45:28 +0200 (Fri, 04 Jul 2008) | 2 lines Fix XHTML. ........ r64708 | georg.brandl | 2008-07-04 19:50:56 +0200 (Fri, 04 Jul 2008) | 2 lines More XHTML fixes. ........ r64710 | georg.brandl | 2008-07-04 19:59:56 +0200 (Fri, 04 Jul 2008) | 2 lines Copy the html_logo to the output static dir. ........ r64711 | georg.brandl | 2008-07-04 20:37:43 +0200 (Fri, 04 Jul 2008) | 2 lines Fix latex code for module names with underscores that have platforms. ........ r64712 | georg.brandl | 2008-07-04 20:46:40 +0200 (Fri, 04 Jul 2008) | 2 lines Fix a crash with nonlocal image URIs. ........
* 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
| | | | fits its many usages much better.
* Add image format handling.Georg Brandl2008-06-151-2/+2
|
* Don't write SSI-like comments.Georg Brandl2008-05-231-1/+1
| | | | Rename sidebar to sphinxsidebar so that reST sidebars are not confused.
* Use "warning" for warnings.Georg Brandl2008-05-091-1/+0
|
* * New LaTeX table handling.Georg Brandl2008-05-031-0/+3
| | | | * Support parts in LaTeX output.
* 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
| | | | Also, record image docnames in order to be able to delete image records from the env.
* 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
| | | | | | test snippets in the documentation, marked up as doctest snippets or separate code and output blocks. Providing setup code that is run but not shown in HTML output is supported.
* 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
| | | | in other languages, and with line numbers.
* * Allow custom static files to be created for the HTML builder.Georg Brandl2008-02-231-2/+4
| | | | | | | * Add more block tags to the template, making inheriting them easier. * Make the HTML stylesheet configurable for html and htmlhelp builder. * Make the Pygments style configurable. * Create template and style dirs in quickstart.
* 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
| | | | | | | - build all documents correctly, including howtos - pack ACKS content into an .. acks directive, to make it possible to render it into a comma-separated list in latex
* Continue work on the PDF builder. The documents now build and run through LaTeX.Georg Brandl2007-12-061-0/+6
| | | | Some elements are still missing though.
* Apply Tim Golden's patch from #1520, which resolves confusion betweenGeorg Brandl2007-12-031-0/+292
file paths and relative URIs so that building on Windows is flawlessly possible.