summaryrefslogtreecommitdiff
path: root/sphinx/writers/websupport.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+1
* websupport: adapt builder to changes in html builder due to parallel building...Georg Brandl2013-03-291-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
* Fix a few smaller issues. Add JS and CSS for all pages.Georg Brandl2010-11-211-1/+1
* Make websupport builder inherit from serializing builder, remove separate Web...Georg Brandl2010-11-201-1/+1
* Docstring harmonization.Georg Brandl2010-08-221-1/+2
* only add node if it doesn't already existJacob Mason2010-08-141-6/+6
* remove line column from node tableJacob Mason2010-08-141-1/+0
* simplify websupport writer now that we don't have nested commentable nodes.Jacob Mason2010-08-141-25/+9
* Put literal_blocks under versioningDasIch2010-08-131-3/+3
* Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-supportDasIch2010-08-131-1/+1
|\
| * allow commenting on literal_blocksJacob Mason2010-08-121-1/+1
* | Added initial versioning supportDasIch2010-08-111-1/+2
|/
* updated docsJacob Mason2010-08-091-2/+1
* only comment on paragraphsJacob Mason2010-08-091-13/+7
* only provide pygments.css, update image locations.Jacob Mason2010-08-081-0/+3
* Removed trailing whitespaceDasIch2010-07-251-1/+1
* started proposal backendJacob Mason2010-07-191-5/+5
* Basic comment system.Jacob Mason2010-07-081-6/+10
* Don't add attributes to node.jacob2010-06-151-8/+7
* Now serves static body.jacob2010-06-071-21/+17
* Fixed bug that clipped the end of bodies.jacob2010-06-021-0/+5
* Slice at bullet_list, desc, or paragraph now.jacob2010-05-311-15/+32
* Switched to creating a list of html slicesjacob2010-05-311-4/+19
* "Initial commit": Added sphinx.websupport module, as well as a builder and wr...jacob2010-05-301-0/+29