summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Unify index handling and write the doc section about it.gbrandl2007-07-203-9/+18
| | | | 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
* - 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-153-24/+55
| | | | | | | | - 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
* A way to map old HTML URLs to new URLs.gbrandl2007-07-144-21/+142
| | | | | | | 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-1313-944/+998
| | | | | | | | | | | * 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-123-5/+41
| | | | 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-122-0/+637
| | | | 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-126-0/+92
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5345 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-1113-37/+150
| | | | 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-086-534/+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-082-2/+2
| | | | 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-083-12/+19
| | | | 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-0811-34/+93
| | | | | | | 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-083-7/+17
| | | | | | | 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-087-12/+373
| | | | 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-075-10/+245
| | | | 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-072-2/+6
| | | | 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-076-14/+53
| | | | 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
* Fix style, fix a converter bug.gbrandl2007-07-0510-206/+211
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5313 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* small fix in the previewblackbird2007-06-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5276 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix.gbrandl2007-06-252-2/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5275 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Preview works (a bit.)gbrandl2007-06-253-2/+51
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5274 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Not Django anymore :)gbrandl2007-06-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5273 929543f6-e4f2-0310-98a6-ba3bd3dd1d04