summaryrefslogtreecommitdiff
path: root/docutils/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge *all* HEAD revisions into nestingdavid_abrahams2004-09-1122-1750/+2793
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/nesting@2577 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* This commit was manufactured by cvs2svn to create branch 'nesting'.(no author)2004-09-111-0/+198
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/nesting@2573 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* This commit was manufactured by cvs2svn to create branch 'nesting'.(no author)2004-08-1614-0/+4876
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/nesting@2531 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* This commit was manufactured by cvs2svn to create branch 'nesting'.(no author)2004-01-262-2282/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/nesting@1813 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added FilterMessages transform (removes system messages below the verbosity ↵goodger2004-01-231-1/+3
| | | | | | threshold) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1811 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* remove discrepency between example input and output (input comma notfdrake2004-01-221-1/+1
| | | | | | | reflected in output; so removed from input) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1809 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-01-201-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1806 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-01-171-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1805 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-01-171-10/+27
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1804 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "table" directivegoodger2004-01-121-2/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1799 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* support for body-level reference nodesgoodger2004-01-041-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1792 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "target" option to "image" directivegoodger2004-01-041-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1791 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-01-021-0/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1788 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-01-011-7/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1785 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-12-301-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1783 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-12-291-8/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1782 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Made embedded-URIs' reference text omittable. Idea from Beni Cherniavsky.goodger2003-12-242-18/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1781 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated URI schemes mapping & linksgoodger2003-12-241-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1779 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Upon reviewing RFC 2396, I see that asterisks are valid URL characters, ↵goodger2003-12-241-0/+3
| | | | | | sometimes actually used. There's a conflict with emphasis, but backslash escapes should overcome that (they didn't). This fixes a bug in the parser that escaped asterisks in URLs weren't recognized. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1778 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for quoted (and unindented) literal blocks. Driven in part by ↵goodger2003-12-203-105/+82
| | | | | | a bribe from Frank Siebenlist (thanks!). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1773 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added inline markup parsing to field lists' field namesgoodger2003-12-193-18/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1771 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixedgoodger2003-12-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1768 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixedgoodger2003-12-061-4/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1764 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated from Ueli Schlaepfer's suggestiongoodger2003-12-061-0/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1763 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed hintgoodger2003-12-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1761 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added hintgoodger2003-12-051-1/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1760 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-11-251-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1746 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added section for old-format config files; cross-referencesgoodger2003-11-141-13/+65
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1738 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* capitalizationgoodger2003-11-141-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1737 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added datestamp examplesgoodger2003-11-111-10/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1735 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix a typo in LaTeX.txt.grubert2003-10-291-1/+1
| | | | | | | | Fix vertical bar: by using textbar Change <> by using textless/greater. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1729 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: having too wide tables in sidebars.grubert2003-10-181-0/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1720 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* How to not print LaTeX's section numbers.grubert2003-10-051-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1713 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Option use-LaTeX-docinfo.grubert2003-09-241-22/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1708 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed unintended reference; text tweaksgoodger2003-09-211-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1701 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated option argument (option list) specgoodger2003-09-201-1/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1699 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Added some documentation about text-containing vs. compound elements.cben2003-09-171-1/+6
| | | | | | | | | | - Improved images in LaTeX writer: - Fixed inline images (used to always break the paragraph). - Implemented ``align`` and ``scale`` options. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1691 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move option documentation into config.txt.grubert2003-09-152-47/+54
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1689 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add documentation how to change maketitle.grubert2003-09-141-0/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1685 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* revised DOCUTILSCONFIG envar textgoodger2003-09-111-9/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1677 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Fixed stupid bug that made last change a no-op.cben2003-09-111-5/+6
| | | | | | | | | | | | | | | | | | | | | - Explicitly made 'DOCUTILSCONFIG' ignore empty path items. - Refactored `test_settings.ConfigFileTests`: - Centralized reading of config files and combining of multiple setting dicts. - Subclassed with a class that runs the very same tests but sets `os.environ['DOCUTILSCONFIG']` instead of reading files directly. - Added test method that reads no files at all, for completeness. - Improved diff display in `compare_output` (order & trailing newlines). - Fixed bug in `test_old_and_new`: it used 'old' expected settings (which are surely the same as 'one') but read the 'one' config file. Assuming it's a cut-and-paste typo, changed to read 'one' file. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1675 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for ``DOCUTILSCONFIG`` environment variable. Addedcben2003-09-111-3/+9
| | | | | | | | method `OptionParser.get_config_files()` to allow overriding this behavior in a subclass. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1674 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-09-011-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1670 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-09-011-6/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1668 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-09-012-22/+26
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1664 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* LaTeX writer no longer has a default stylesheet.grubert2003-08-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1655 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-08-291-4/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1654 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-08-271-8/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1653 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "Web Site" sectiongoodger2003-08-271-0/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1652 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-08-271-10/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1646 929543f6-e4f2-0310-98a6-ba3bd3dd1d04