summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* use setuptools/pkg_resources to get readers, parsers, writers, roles, ↵wiemann2007-03-021-5/+7
| | | | | | | | | directives; added docs/howto/extensions.txt about to write extension packages; updated documentation git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/plugins@4983 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use Python difflib because we are running on Py23+wiemann2007-03-023-1093/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/plugins@4979 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - New option ``--reference-label`` to allow usage of LaTeX ref for grubert2007-02-212-0/+51
| | | | | | | | | labels in section references. - Add a label after every section to support sectionnumbers as reference labels. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4918 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* dropped all name attributes of "a" elementswiemann2007-01-164-91/+91
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4884 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* + - Moved ``id`` attributes from titles to surrounding ``div``wiemann2007-01-166-127/+127
| | | | | | | + elements; dropped ``name`` attributes (``id`` is universally + supported now). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4883 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add: active latex2e test data with option list in definition list.grubert2006-12-113-18/+97
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4830 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove inactive code for use_optionlist_for_option_list.grubert2006-12-111-11/+2
| | | | | | | Remove latex comments from option_list output. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4828 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed bug with multi-line attributions in block quote directives (epigraph etc.)goodger2006-12-091-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4824 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: output hypertargetsgrubert2006-11-281-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4819 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed Py21 compatibility codewiemann2006-11-131-17/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4812 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-122-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4802 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Image width unit ``px`` is translated to ``pt``:grubert2006-11-021-3/+3
| | | | | | | | | - Add image height support. - Fix: image width ``70%`` is converted ``0.700\linewidth``. bug #1457388 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4797 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: Do not escape underscores in citation reference labels if grubert2006-10-081-0/+34
| | | | | | | use-latex-citations is set. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4760 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use centering instead of center for figure contents, to avoid vertical space.grubert2006-10-081-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4759 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Recognize table class: borderless, nolines, booktabs, standard.grubert2006-09-031-0/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4716 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added writer_aux.Admonitions transform;wiemann2006-08-161-0/+33
| | | | | | | | use it in html4css1 and newlatex2e; changed priority of writer_aux.Compound transform from 810 to 910; added (basic) admonition support to newlatex2e writer git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4687 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for non-ASCII characters in commentswiemann2006-08-114-2/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4676 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated headerswiemann2006-08-075-20/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4670 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged directives branch to trunk (r4375:4666);wiemann2006-07-1220-132/+458
| | | | | | | | assert that block quote directives have content; improved test for block quote directives (test_block_quotes); deleted test_epigraphs_etc (replaced by test_block_quotes) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4667 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use integer division to make it more explicit, and for Python 3000 ↵wiemann2006-07-041-3/+3
| | | | | | | | compatibility ;-) (works with Py2.2+) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4647 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added StopTraversal exception in nodes, to interrupt the traversal cleanly.blais2006-06-281-0/+75
| | | | | | | | I needed this for my Nabu presentation layer, in order to be able to render just the first portion of my blog entries. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4641 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Python 2.5 compatibility: dynamic exception matchinggoodger2006-06-223-8/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4631 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverted r3253, incompatible with Python 2.5goodger2006-06-221-11/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4629 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for unicode bulletswiemann2006-06-041-0/+26
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4593 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed calls to docutils.parsers.rst.states.Body.block_quote (see r4522), and ↵goodger2006-06-011-0/+104
| | | | | | added tests git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4588 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-2197-377/+193
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: Renaming contents section does not work with latex writer. SFbug 1487405grubert2006-05-131-1/+54
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4540 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated tests; inconsistent str/unicode due to initialization, to be fixed latergoodger2006-05-091-24/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4528 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for multiple attributions in a physical block quote (indented ↵goodger2006-05-011-0/+113
| | | | | | text block), dividing it into multiple logical block quotes git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4522 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docutils.utils.DependencyList records relative URLs, not platform paths, so ↵goodger2006-04-261-8/+8
| | | | | | use "/" as a path separator even on Windows (not os.path.join) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4519 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Prevent latex writer from crashing on files with >256 lists (patch 1475247 ↵grubert2006-04-242-40/+40
| | | | | | by edloper) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4515 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added code to determine the input encoding from data: encoding declarations ↵goodger2006-04-121-0/+36
| | | | | | or the presence of byte order marks (UTF-8 & UTF-16). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4506 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add custom role with two classes.grubert2006-04-043-0/+15
| | | | | | | Change latex2e visit/depart_inline to handle it. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4500 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added tests for the S5/HTML writergoodger2006-04-041-0/+161
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4498 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add custom role test to functional latex.grubert2006-04-022-0/+27
| | | | | | | Apply custom role with class patch from Edward Loper. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4493 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* A new role neither based on some old nor with class.grubert2006-04-022-0/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add a custom role with class.grubert2006-04-022-2/+19
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4491 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added ``docutils.nodes.document.__getstate__`` method, for pickling.goodger2006-04-021-0/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4487 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* allow sets of tests to have different settingsgoodger2006-04-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4460 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docstringgoodger2006-04-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4459 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* new test for templategoodger2006-03-311-0/+237
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4457 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Moved template functionality from the PEP/HTML writer to the HTML writer. ↵goodger2006-03-318-4/+124
| | | | | | Expanded the fragments available in the ``parts`` attribute (via publish_parts fn). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4456 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamedgoodger2006-03-311-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4455 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* comment explains the situationgoodger2006-03-311-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4454 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Removed os.chdir call (setUp method), since that can mess up other tests. ↵goodger2006-03-301-16/+16
| | | | | | Its removal revealed a bug (marked with "!!!"). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4450 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated testgoodger2006-03-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4446 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added pep_file_url_template setting; corrected PEP urls (removed .html); ↵goodger2006-03-235-11/+11
| | | | | | restored warning comment to HTML output git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4445 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated tests for revision 4443 (support for new python.org and pep2pyramid.py)goodger2006-03-236-14/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4444 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* generalized test for 64-bit platformsgoodger2006-03-191-2/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4440 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* extracted over-complicated expressiongoodger2006-03-191-6/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4439 929543f6-e4f2-0310-98a6-ba3bd3dd1d04