summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc
Commit message (Collapse)AuthorAgeFilesLines
* Add an outdated notice to the readme.gbrandl2007-07-231-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5394 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixes.gbrandl2007-07-226-5/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5393 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed second headline for modindexblackbird2007-07-222-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5392 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some small fixesblackbird2007-07-223-5/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5391 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed rightsidebar themeblackbird2007-07-221-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5390 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* another small updateblackbird2007-07-222-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5389 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* readded bottom commentsblackbird2007-07-226-158/+90
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5388 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make the patching step explicit in the readme.gbrandl2007-07-221-5/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5387 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* finished javascript comments (one small bug reminds), do the static stuff nowblackbird2007-07-226-100/+262
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5386 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* comments work nowblackbird2007-07-206-17/+44
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5385 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Another XXX filled in.gbrandl2007-07-201-5/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5384 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Unify index handling and write the doc section about it.gbrandl2007-07-206-14/+84
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5383 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* working on the comment systemblackbird2007-07-197-105/+153
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5382 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix jinja integration.gbrandl2007-07-183-5/+5
| | | | 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-185-10/+50
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5380 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update readme.gbrandl2007-07-171-20/+41
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5379 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Add Jinja as an external.gbrandl2007-07-169-21/+28
| | | | | | | | | | - 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
* module cloud and not working popup box for comment submissionblackbird2007-07-166-149/+223
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5372 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix again.gbrandl2007-07-161-3/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5371 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix modindex caching.gbrandl2007-07-161-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5370 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Do an update build per default.gbrandl2007-07-155-25/+64
| | | | | | | | - 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-143-4/+36
| | | | | | | | | | | | | | 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
* A way to map old HTML URLs to new URLs.gbrandl2007-07-146-22/+144
| | | | | | | Though not finished mapping for all old docs. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5367 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Split search javascript from normal javascript.gbrandl2007-07-144-547/+550
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5366 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Interim commit, will finish later:gbrandl2007-07-1314-944/+999
| | | | | | | | | | | * consistent caching * new RSS feed urls * all comment modes implemented * cleanup application request handling * split util module in two git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5349 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Misc fixes in the new stylesheet and shortcut.gbrandl2007-07-124-5/+44
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5348 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add quick parameters for settings.gbrandl2007-07-121-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5347 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add a traditional stylesheet.gbrandl2007-07-124-2/+648
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5346 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add refcount handling to the builder.gbrandl2007-07-127-1/+92
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5345 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update TODO lists a bit.gbrandl2007-07-123-7/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5344 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix quite broken last commit.gbrandl2007-07-112-16/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Let the user go back to the last page after saving settings.gbrandl2007-07-112-2/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5342 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Finished settings page.gbrandl2007-07-112-28/+43
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5341 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* A settings page.gbrandl2007-07-115-27/+75
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add missing file.gbrandl2007-07-112-0/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5339 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved connect method. a star select is just stupidblackbird2007-07-111-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add first draft of per-item comments.gbrandl2007-07-1114-38/+152
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5337 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed scrollbar issueblackbird2007-07-111-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5336 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New jquery version, misc fixes.gbrandl2007-07-087-535/+625
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5331 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add a todo entry, fix a TOC generation bug, add a space.gbrandl2007-07-083-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5330 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Cache the module index too.gbrandl2007-07-084-13/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5329 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Some fixes and module index improvements: list all synopses,gbrandl2007-07-0816-48/+111
| | | | | | | 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-085-10/+22
| | | | | | | 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-088-44/+388
| | | | 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-087-164/+151
| | | | | | | 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-076-11/+246
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5323 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix modindex "most viewed" counting.gbrandl2007-07-073-3/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5322 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New "stickysidebar" style, some template nits.gbrandl2007-07-076-7/+33
| | | | 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-077-18/+59
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5320 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Improved comments and preview form.gbrandl2007-07-066-55/+80
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5319 929543f6-e4f2-0310-98a6-ba3bd3dd1d04