summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx
Commit message (Collapse)AuthorAgeFilesLines
...
* black comment area is now blueblackbird2007-05-241-16/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed antispamblackbird2007-05-245-39/+45
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5128 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added antispamblackbird2007-05-244-4/+78
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5127 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added recent comments feedblackbird2007-05-244-2/+19
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5126 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Don't format markup example, that looks to disruptive.gbrandl2007-05-241-5/+7
| | | | | | | Also, don't add the comments form in the offline version. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5125 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added comment preview and disable commenting if "comments_enabled" is set ot ↵blackbird2007-05-243-54/+107
| | | | | | false in the page metadata git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5124 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix smartypantsing of "s.gbrandl2007-05-241-3/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5123 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added comment formatting helpblackbird2007-05-242-6/+44
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5122 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Don't require to use strange Unicode characters in the menuselection role.gbrandl2007-05-241-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5121 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* No backtick replacement needed anymore.gbrandl2007-05-241-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5120 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Reduce SmartyPants to what we need, and make some speedupsgbrandl2007-05-242-732/+110
| | | | | | | | (regexes should really be compiled outside of functions). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5118 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* markdown to markupblackbird2007-05-245-1688/+268
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5117 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Customize the smartypants routine for Sphinx. (for one, the input is not ↵gbrandl2007-05-242-2/+11
| | | | | | HTML...) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5116 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Convert smartypants module to space indentationConvert smartypants module to ↵gbrandl2007-05-241-518/+518
| | | | | | space indentation.. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5115 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add support for SmartyPants beautifying of text.gbrandl2007-05-243-10/+922
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5114 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Metadata processing system, using the docinfo as metadata.gbrandl2007-05-242-4/+27
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5113 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Intelligently handle descrefs contained in class descrefs.gbrandl2007-05-241-9/+28
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5112 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move module targets to their nearest enclosing section title,gbrandl2007-05-245-8/+27
| | | | | | | 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
* small style changes for commentsblackbird2007-05-233-2/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5110 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add0rd feeds xDblackbird2007-05-236-28/+149
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5109 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add a skip to comments buttonblackbird2007-05-232-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5108 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note for pages without commentsblackbird2007-05-231-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5107 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added dark design to the comments. comments only visible in screen version, ↵blackbird2007-05-233-30/+103
| | | | | | not the print version git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5106 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed caching bugblackbird2007-05-232-1/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5105 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added working submit formblackbird2007-05-233-13/+64
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5104 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added comments (without form tough)blackbird2007-05-234-15/+1719
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5103 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added database code for commentsblackbird2007-05-232-0/+133
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5102 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved fuzzy searchblackbird2007-05-232-6/+16
| | | | 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-234-14/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5100 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* disable search for nowblackbird2007-05-222-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5099 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* ...blackbird2007-05-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5098 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fix application.pyblackbird2007-05-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5097 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* new goto workflow :D /?q=blub goes to /q/blub/ which is basically /blub/ ↵blackbird2007-05-221-0/+4
| | | | | | just that it does enforce a search. (/q/index/ vs /index/) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5096 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* implemented online searchblackbird2007-05-228-27/+170
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5094 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Bugfix in get_keyword_matches().gbrandl2007-05-221-10/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5093 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added show source feature to the online docs, removed to top iconblackbird2007-05-227-42/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5092 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Some adjustments.gbrandl2007-05-225-26/+47
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5091 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Some minor corrections.gbrandl2007-05-225-29/+33
| | | | 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-223-31/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5087 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added close matchesblackbird2007-05-224-11/+63
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5086 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed pathblackbird2007-05-221-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5085 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added not found templateblackbird2007-05-222-3/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5084 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* cleaned up the source a bitblackbird2007-05-222-22/+19
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5083 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* same for classesblackbird2007-05-221-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5082 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added quickjumpblackbird2007-05-222-13/+63
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5081 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed the outermost arrow in the navigationblackbird2007-05-223-8/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5080 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added basic WSGI application for the documentation (and ported too many ↵blackbird2007-05-226-123/+711
| | | | | | 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-2029-0/+6453
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04