summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.3.7: set version number to 0.3.7wiemann2004-12-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2897 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* applied David Goodger's patch fromwiemann2004-12-231-11/+20
| | | | | | | http://article.gmane.org/gmane.text.docutils.devel/2487 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2896 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.4.0: set version number to 0.4.0wiemann2004-12-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2894 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed compound node from list of optional nodeswiemann2004-12-231-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2890 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverted accidentally committed files; sorrywiemann2004-12-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2889 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added text about using the unicode directive for en and em dasheswiemann2004-12-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2888 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed ("added") encoding support for raw and include directivewiemann2004-11-301-2/+4
| | | | | | | | (closes #1076183) thanks Julio Monteiro git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* do not surround block-level `raw`s with <span> tags; use <div> insteadwiemann2004-11-261-5/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2873 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* allow empty sections and documentswiemann2004-11-261-24/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2870 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* disable automatic dash-transformation ("--" to en-dash) in LaTeXwiemann2004-11-251-10/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2869 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed no_random option; SF's Python doesn't seem to be broken anymorewiemann2004-11-251-12/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2868 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added class="docutils header" to horizontal-rules of headers.wiemann2004-11-151-1/+1
| | | | | | | | | It didn't cause a single test to fail. :-/ David, are you still going to reply to my last "Remove nodes.header?" posting? git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2861 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add classes "first" and "last" to sidebar childrenwiemann2004-11-131-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2856 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Re-fixed rendering of admonitions in HTML to unify generated HTML ofwiemann2004-11-131-7/+4
| | | | | | | | | | | | | | | pre-defined and user-defined admonitions. This fix also avoids paragraph-compacting like this:: <div class="attention"> <p class="admonition-title first">Attention!</p> Directives at large.</div> (Note that the second paragraph has no <p> tags.) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2854 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "last" attribute to last element in admonition in HTMLwiemann2004-11-131-0/+3
| | | | | | | to avoid vertical space git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2853 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added class="docutils" to elements which need stylesheet tweaking andwiemann2004-11-131-11/+16
| | | | | | | do not have their own class git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2849 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrected docgoodger2004-11-101-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2840 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed error-handling comment for block-level rawwiemann2004-11-091-5/+0
| | | | | | | nodes with class attribute; this case should be handled by the parser git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2837 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add <span class="..."> tags for inline-level raw nodes in HTMLwiemann2004-11-091-0/+10
| | | | | | | to get the class of the raw node git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2836 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unused node class ``info``wiemann2004-11-091-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2835 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* really disregard invisible nodes when checking for compactable listswiemann2004-11-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2834 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved paragraph-compacting logic to a separate method (thanks to Jason Diamond)wiemann2004-11-081-5/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2832 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* do not strip <p></p> from a paragraph which is the only child of a documentwiemann2004-11-081-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2831 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* typo; wrapped long lineswiemann2004-11-081-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2830 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* inserted translation of raw directive as translation for raw rolewiemann2004-11-086-6/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2829 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added (translation required)wiemann2004-11-081-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2828 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added (translation required)wiemann2004-11-081-18/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2827 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added German translations for "raw" and "literal"wiemann2004-11-071-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2826 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed newline at end of raw text, because sometimes (when there arewiemann2004-11-071-1/+1
| | | | | | | | two consecutive newlines) the newline creates a new paragraph in LaTeX; added test git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* translation for the "raw" rolerichieadler2004-11-072-5/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2824 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "raw" role. Changed role function API: the "text" parameter now takes ↵goodger2004-11-061-6/+25
| | | | | | null-escaped interpreted text content. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2817 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Changed role function API: the "text" parameter now takes null-escaped ↵goodger2004-11-061-29/+3
| | | | | | interpreted text content. Moved ``escape2null`` and ``unescape`` functions from to docutils/utils.py. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2816 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved ``escape2null`` and ``unescape`` functions from ↵goodger2004-11-061-0/+25
| | | | | | docutils/parsers/rst/states.py git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2815 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "raw" rolegoodger2004-11-0614-44/+57
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2814 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use \glqq and \grqq for German quotation markswiemann2004-11-061-2/+2
| | | | | | | to allow easy customization in stylesheet with \renewcommand{\glqq}... git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2812 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Allow multiple class names in class_option conversion functiongoodger2004-11-061-6/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2810 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Allow multiple class names in the "class" directive.goodger2004-11-061-9/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2808 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed label-printing function;wiemann2004-11-051-5/+7
| | | | | | | | behavior was incorrect on use-latex-footnotes/-citations. Hmm. We need more tests. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2807 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for multiple classifiers in definition list items.goodger2004-11-031-9/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2802 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Enabled multiple format names for "raw" directive.goodger2004-11-033-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2799 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for trimming whitespace from beside substitution references.goodger2004-11-021-1/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2796 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "trim", "ltrim", and "rtrim" options to "unicode" directive.goodger2004-11-021-1/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2795 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made PreBibliographic nodes Invisiblewiemann2004-10-311-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2789 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved transition transformation code to universal.FinalCheckVisitorwiemann2004-10-302-86/+68
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2781 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* insert real transitionswiemann2004-10-301-6/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2780 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* insert pending transition instead of real transition;wiemann2004-10-301-27/+6
| | | | | | | removed error checking code git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2772 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added structural.py for structural transforms, with Transition transformwiemann2004-10-301-0/+85
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2771 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved documentation of Node.pformatwiemann2004-10-271-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2770 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* typogoodger2004-10-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2769 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed documentation of RSTStateMachine.run()wiemann2004-10-251-5/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2768 929543f6-e4f2-0310-98a6-ba3bd3dd1d04