summaryrefslogtreecommitdiff
path: root/sphinx/static
Commit message (Expand)AuthorAgeFilesLines
* Create themes/ subdirectory and move stuff from templates/ and static/ there.gbrandl2009-01-0513-2680/+0
* Fix JS search when html_copy_source is off.Georg Brandl2008-12-071-1/+7
* Fix s/self/this in JavaScript.Georg Brandl2008-12-061-1/+1
* Remove obsolete styles.Georg Brandl2008-12-051-210/+0
* Make display equations centered.Georg Brandl2008-11-231-1/+1
* A few math experience improvements, inspired by Fredrik Johansson.Georg Brandl2008-11-162-0/+16
* Add/improve styling for topics and sidebars.Georg Brandl2008-11-092-1/+41
* Allow empty seealso directive, and don't join all paragraphs in admonitions,Georg Brandl2008-11-071-1/+1
* Remove explicit height for relbar, to allow breaking textgeorg.brandl2008-10-251-1/+0
* A fix in the JS dumper and further compression by omitting redundant braces.georg.brandl2008-09-241-19/+23
* Update jQuery.georg.brandl2008-09-241-23/+23
* More compression: group objects by prefix.georg.brandl2008-09-241-14/+24
* Compress the index more, by not storing the label name for keywords.georg.brandl2008-09-241-5/+5
* * Search for partial keyword matches and be case insensitive.georg.brandl2008-09-241-14/+33
* Some tiny search fixes.armin.ronacher2008-09-241-2/+2
* Improved search slightly by adding keyword based lookuparmin.ronacher2008-09-231-8/+21
* Moved searchindex to the bottom to not lock the search page, prepared index f...armin.ronacher2008-09-101-390/+374
* Improved search system. The search index is now a regular javascript file wh...armin.ronacher2008-09-102-275/+154
* Add translation of strings in JavaScript files.georg.brandl2008-09-062-13/+38
* No border around the logo.georg.brandl2008-08-082-0/+8
* Link to master doc in TOC heading and logo.georg.brandl2008-08-072-1/+9
* Merged revisions 65532,65546-65547,65550-65551 via svnmerge fromgeorg.brandl2008-08-061-0/+3
* Add math support to Sphinx.georg.brandl2008-08-063-8/+16
* Merged revisions 64733,64743,64755,64795,64803 via svnmerge fromgeorg.brandl2008-07-081-2/+4
* Merged revisions 64725-64726,64730 via svnmerge fromgeorg.brandl2008-07-051-1/+1
* CSS fix for field lists.georg.brandl2008-06-232-0/+22
* Don't collapse modindex if number of submodules is largergeorg.brandl2008-06-221-2/+5
* Fix style nit.georg.brandl2008-06-121-0/+4
* Style fix for lists inside lists.georg.brandl2008-05-312-0/+8
* Fix padding for line numbers.georg.brandl2008-05-252-2/+2
* Don't write SSI-like comments.georg.brandl2008-05-235-40/+40
* Automatic overflow for <pre> tags.georg.brandl2008-05-121-0/+1
* Add globbing-style toctree entries.georg.brandl2008-05-041-0/+4
* Move static files used for Web app into their own folder.georg.brandl2008-05-036-162/+0
* Move style so that it looks OK in the generated HTML help.georg.brandl2008-05-031-2/+1
* Update jQuery and use minified version.georg.brandl2008-04-191-2338/+26
* Fix style sheet and remove unused styles.georg.brandl2008-04-191-15/+0
* Support creating a Makefile in quickstart.georg.brandl2008-03-181-1/+1
* Add search styles to sphinxdoc style.georg.brandl2008-03-181-0/+26
* Fix searchtools JS.georg.brandl2008-03-181-3/+4
* Make the sphinxdoc layout work with IE.georg.brandl2008-03-161-39/+4
* Some miscellaneous fixes.georg.brandl2008-03-091-6/+3
* Add code-block directive, to simplify integrating snippetsgeorg.brandl2008-03-092-0/+30
* * Allow registering arbitrary cross-referencing directives/roles.georg.brandl2008-03-091-17/+68
* Add a new experimental style.georg.brandl2008-03-093-0/+449
* * Allow custom static files to be created for the HTML builder.georg.brandl2008-02-2317-0/+4795