summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx/builder.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes.gbrandl2007-07-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5393 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix jinja integration.gbrandl2007-07-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5381 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add checkboxes for hiding modules based on platform.gbrandl2007-07-181-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5380 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Add Jinja as an external.gbrandl2007-07-161-1/+1
| | | | | | | | | | - Fix a reading bug. - Use .hasattr() instead of .has_key() for nodes. - Remove unused code in the modindex handler. - Always render comment form. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5373 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Do an update build per default.gbrandl2007-07-151-6/+11
| | | | | | | | - Allow overriding conf.py values from the command line. - Fix a builder bug. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5369 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Some fixes and module index improvements: list all synopses,gbrandl2007-07-081-6/+28
| | | | | | | collapse packages. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5328 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Save the parsed doctrees in the output directory.gbrandl2007-07-081-2/+6
| | | | | | | Misc other fixes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5327 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add a patch mailing facility.gbrandl2007-07-081-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5326 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix the HTML help formatter.gbrandl2007-07-081-16/+17
| | | | | | | Disable highlighting if no Pygments installed. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add an HTML Help builder, untested though.gbrandl2007-07-071-4/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5323 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New "stickysidebar" style, some template nits.gbrandl2007-07-071-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5321 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implement environment reloading in the web application.gbrandl2007-07-071-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5320 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add reloader.gbrandl2007-06-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5272 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix style.gbrandl2007-06-191-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5255 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make building the searchindex the default.gbrandl2007-06-161-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5247 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refactor special file handling, part 2. Introduce a global context that's ↵gbrandl2007-06-161-39/+47
| | | | | | | | | used even for completely dynamic pages, that helps with the "Python v Docs" problem. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5246 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Restructure "special" file handling.gbrandl2007-06-161-55/+64
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5245 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use md5 to detect changed files; indicate version in the header link.gbrandl2007-06-111-10/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5231 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Give env to builder.gbrandl2007-06-021-4/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5187 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixes...gbrandl2007-05-271-10/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5165 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Adapted the build system a bit; it's now much more logical.gbrandl2007-05-271-66/+85
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5164 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed relative path bug in the builderblackbird2007-05-261-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5163 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Cache doctrees to disk, so that memory consumption doesn't go over the roof.gbrandl2007-05-261-16/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5162 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implement cache control for static files.gbrandl2007-05-261-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5158 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add support for SmartyPants beautifying of text.gbrandl2007-05-241-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5114 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* implemented online searchblackbird2007-05-221-1/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5094 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added show source feature to the online docs, removed to top iconblackbird2007-05-221-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5092 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Some adjustments.gbrandl2007-05-221-14/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5091 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added basic WSGI application for the documentation (and ported too many ↵blackbird2007-05-221-4/+3
| | | | | | werkzeug features over, after the app is finished we should remove the unused) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5079 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Initial import of py-rest-doc.gbrandl2007-05-201-0/+494
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04