summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx/environment.py
Commit message (Collapse)AuthorAgeFilesLines
* Unify index handling and write the doc section about it.gbrandl2007-07-201-8/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5383 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-1/+6
| | | | | | | | - 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
* Fixup generated index subentries:gbrandl2007-07-141-3/+33
| | | | | | | | | | | | | | func() (in module foo) func() (in module bar) is changed to func() (in module foo) (in module bar) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add refcount handling to the builder.gbrandl2007-07-121-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5345 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add a todo entry, fix a TOC generation bug, add a space.gbrandl2007-07-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5330 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Save the parsed doctrees in the output directory.gbrandl2007-07-081-4/+10
| | | | | | | Misc other fixes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5327 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implement environment reloading in the web application.gbrandl2007-07-071-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5320 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix style, fix a converter bug.gbrandl2007-07-051-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5313 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix.gbrandl2007-06-251-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5275 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add reloader.gbrandl2007-06-251-11/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5272 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Restructure "special" file handling.gbrandl2007-06-161-4/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5245 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Rebuild if doctree missing; fix in cmdline handling.gbrandl2007-06-111-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5232 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use md5 to detect changed files; indicate version in the header link.gbrandl2007-06-111-5/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5231 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Adapted the build system a bit; it's now much more logical.gbrandl2007-05-271-42/+87
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5164 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Cache doctrees to disk, so that memory consumption doesn't go over the roof.gbrandl2007-05-261-85/+93
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5162 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* oopified admin panelblackbird2007-05-261-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5154 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Restructure the page retrieval system a bit. It's still a bit of a mess.gbrandl2007-05-251-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5153 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed find_keywords, added style for errorsblackbird2007-05-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5140 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added comment admin panelblackbird2007-05-251-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5137 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Save information about versionadded/changed directives in the environment.gbrandl2007-05-241-8/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5136 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move some code to environment from application.gbrandl2007-05-241-63/+88
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5132 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Metadata processing system, using the docinfo as metadata.gbrandl2007-05-241-0/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5113 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move module targets to their nearest enclosing section title,gbrandl2007-05-241-3/+17
| | | | | | | so that you see the section title on jumping to that link. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5111 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved fuzzy searchblackbird2007-05-231-5/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5101 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* search is now highlighting close matchesblackbird2007-05-231-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5100 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Some adjustments.gbrandl2007-05-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5091 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Some minor corrections.gbrandl2007-05-221-9/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5090 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* convert to lowercase firstblackbird2007-05-221-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5088 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved redirect pageblackbird2007-05-221-10/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5087 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added close matchesblackbird2007-05-221-0/+26
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5086 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Initial import of py-rest-doc.gbrandl2007-05-201-0/+570
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04