summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Collapse)AuthorAgeFilesLines
* use setuptools/pkg_resources to get readers, parsers, writers, roles, ↵wiemann2007-03-027-134/+74
| | | | | | | | | 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
* moved writers.get_writer_class to generic utils.get_entry_pointwiemann2007-03-013-26/+33
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/plugins@4973 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added auto-discovery of writerswiemann2007-03-011-2/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/plugins@4970 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved roman.py to source directory, so it does not need to be installed ↵wiemann2007-03-012-1/+82
| | | | | | separately git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/plugins@4963 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Put ensuremath around some latin1 chars.plugins@4951grubert2007-02-271-0/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4951 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Set ``usepackage[utf8x]{inputenc}`` for utf-8.grubert2007-02-271-3/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4950 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* do not use codecs.open, because it always uses binary modewiemann2007-02-261-4/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4938 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New option ``--use-bibtex=style,db1,db2``.grubert2007-02-221-10/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4928 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - New option ``--reference-label`` to allow usage of LaTeX ref for grubert2007-02-211-0/+12
| | | | | | | | | 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
* Added ``--strip-elements-with-class`` and ``--strip-class`` options ↵goodger2007-02-123-5/+64
| | | | | | (``strip_elements_with_classes`` and ``strip_classes`` settings) and ``StripClassesAndElements`` transform. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4913 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* remove circular importgoodger2007-02-121-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4912 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* cleaned up build_contents code (not worth a test case or history entry ↵wiemann2007-01-221-6/+1
| | | | | | though because it occurs for corner cases involving empty section titles) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4891 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* dropped all name attributes of "a" elementswiemann2007-01-161-23/+12
| | | | 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-162-33/+12
| | | | | | | + 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
* Fix duplicate key in bibliographic_fields dict.sfcben2006-12-262-9/+5
| | | | | | | Also fix author credit (Meir copied David's author field ;-). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4837 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: bug# 1605376 rst2latex: bad options group list.grubert2006-12-111-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4829 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove inactive code for use_optionlist_for_option_list.grubert2006-12-111-36/+7
| | | | | | | 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
* Fix: bug# 1612270 double qoutes in italian literal.grubert2006-12-101-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4826 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added Hebrew mappings by Meir Kriheli.sfcben2006-12-092-0/+168
| | | | | | | Incomplete but a good start. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed bug with multi-line attributions in block quote directives (epigraph etc.)goodger2006-12-091-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4824 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: output hypertargetsgrubert2006-11-281-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4819 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add option --use-latex-abstract.grubert2006-11-171-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4817 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed notes about Py22 requirement (Docutils 0.5+ depends on Py22 anyway)wiemann2006-11-132-4/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4813 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added textcompwiemann2006-11-122-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4807 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed omission from r4802goodger2006-11-121-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4805 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-125-17/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4802 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docstring: expand validator function description in SettingsSpec.settings_specgoodger2006-11-121-11/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4801 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add functionality to internals() functiongoodger2006-11-121-2/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4800 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* record paths of applied configuration files in _config_files runtime settinggoodger2006-11-061-2/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4798 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Image width unit ``px`` is translated to ``pt``:grubert2006-11-021-3/+24
| | | | | | | | | - 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
* Expand description of --use-latex-toc option.grubert2006-10-181-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4769 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about raw between paragraphswiemann2006-10-141-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4768 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Reorder code in visit_literal_block.grubert2006-10-111-12/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4767 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed behavior for newlines followed by asteriskswiemann2006-10-092-1/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4763 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about space between footnoteswiemann2006-10-091-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4762 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about underscores in citationswiemann2006-10-091-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4761 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: Do not escape underscores in citation reference labels if grubert2006-10-081-1/+6
| | | | | | | 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-4/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4759 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* support old-style functional directive dinterface also for methodswiemann2006-09-181-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4754 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for IronPython 1.0 (thanks to Seo Sanghyeon);wiemann2006-09-161-5/+6
| | | | | | closing http://sf.net/tracker/?func=detail&atid=422032&aid=1550267&group_id=38414 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4750 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Recognize table class: borderless, nolines, booktabs, standard.grubert2006-09-031-1/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4716 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added notes and commentswiemann2006-08-182-24/+29
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4696 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrected docstringwiemann2006-08-171-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4691 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unused methodswiemann2006-08-161-6/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4688 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added writer_aux.Admonitions transform;wiemann2006-08-164-56/+54
| | | | | | | | 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
* the wiki is spammy, so I moved the development notes into SVNwiemann2006-08-162-2/+71
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4686 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more comment tuningwiemann2006-08-161-6/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4685 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added more commentswiemann2006-08-161-9/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4684 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more name refactoring, some commentswiemann2006-08-162-64/+89
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4683 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some refactoring on macro naming conventionwiemann2006-08-162-39/+41
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4682 929543f6-e4f2-0310-98a6-ba3bd3dd1d04