summaryrefslogtreecommitdiff
path: root/sphinx/web
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old web package.Georg Brandl2008-06-0520-3292/+0
|
* Move static files used for Web app into their own folder.Georg Brandl2008-05-035-0/+162
|
* * Allow custom static files to be created for the HTML builder.Georg Brandl2008-02-231-1/+1
| | | | | | | * 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.
* Add setup.py, add quickstart script.Georg Brandl2008-02-091-1/+1
|
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-1/+1
| | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions.
* A few refactorings in Sphinx.Georg Brandl2008-01-1611-86/+134
|
* Update copyright years and change license to BSD.Georg Brandl2008-01-1114-28/+28
|
* Checkin my holiday work:Georg Brandl2007-12-294-20/+17
| | | | | | - Add "changes" builder to quickly get an overview over all "versionadded/changed/deprecated" directives for a certain version - Cross-reference keywords - Fix some problems in the webapp and the latex writer
* Fix pickle loading with Windows. Bug #1090.Georg Brandl2007-09-031-3/+3
|
* Merge the Mac library part into the Library part.Georg Brandl2007-08-151-2/+4
| | | | The "Using Python on the Mac" is now a HOWTO.
* Add proper status to 404 responses.Georg Brandl2007-08-141-2/+3
|
* Fix arg.Georg Brandl2007-08-141-1/+1
|
* Fix paths.Georg Brandl2007-08-141-2/+2
|
* Add a robots.py to the web app.Georg Brandl2007-08-142-2/+33
|
* Move web startup code to __init__.py.Georg Brandl2007-08-091-0/+52
|
* Fix module index cloud size calculation.Georg Brandl2007-08-061-1/+1
|
* Further style nit and fix a missing import error.Georg Brandl2007-08-041-1/+1
|
* Merge revs 56695--56698 to 3k tree.Georg Brandl2007-08-031-1/+1
|
* Fix the modindex checkboxes if none is selected.Georg Brandl2007-08-031-1/+1
|
* Rename modules -> library, macmodules -> maclib. Use current version in ↵Georg Brandl2007-08-022-5/+5
| | | | index page whatsnew link.
* Make module cloud sizes relative to the smallest number that's present, not 0.Georg Brandl2007-07-301-5/+7
|
* Move utils to separate package, add coding document.Georg Brandl2007-07-241-1/+1
|
* Initial import of the doc tools.Georg Brandl2007-07-2314-0/+2997