summaryrefslogtreecommitdiff
path: root/sphinx/directives/code.py
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Remove docutils 0.4 support.Georg Brandl2009-10-271-7/+6
| | * | | | Added ``tab-width`` option to ``literalinclude`` directive.Georg Brandl2010-01-081-0/+3
| | | |/ / | | |/| |
| | * | | merge with 0.6Georg Brandl2010-01-011-1/+10
| | |\ \ \ | | | |/ /
| | | * | merge with 0.6Georg Brandl2009-08-061-1/+7
| | | |\ \
| | | * | | Added the ``prepend`` and ``append`` options to theGeorg Brandl2009-06-041-1/+10
* | | | | | #440: Remove usage of a Python >= 2.5 API in the ``literalinclude`` directive.Georg Brandl2010-06-051-1/+1
|/ / / / /
* | | | | Fix for 12fea70b1a18: EncodedFile doesnt do the right thing either.Georg Brandl2010-05-221-1/+3
* | | | | #414: fix universal newline handling of files included with "literalinclude".Georg Brandl2010-05-221-1/+1
| |_|_|/ |/| | |
* | | | Make the ``start-after`` and ``end-before`` options to the ``literalinclude``...Georg Brandl2010-01-301-2/+2
|/ / /
* | | Happy new year!Georg Brandl2010-01-011-1/+1
| |/ |/|
* | #227: Make ``literalinclude`` work when the document's pathGeorg Brandl2009-08-061-1/+7
|/
* Paths to literal include files and download files can now be absolute too.Georg Brandl2009-02-241-5/+7
* Restore docutils 0.4 compatibility.Georg Brandl2009-02-191-6/+6
* Convert builtin directives to classes. Refactor desc_directive so that it is...Georg Brandl2009-02-181-130/+154
* merge with trunkGeorg Brandl2009-01-261-1/+1
|\
| * merge with 0.5Georg Brandl2009-01-261-15/+62
| |\
| * | Open literalinclude files in universal newline mode to allowGeorg Brandl2009-01-261-1/+1
* | | Reformat to EOL80.Georg Brandl2009-01-101-14/+18
| |/ |/|
* | merge with mainGeorg Brandl2009-01-031-15/+62
|\ \ | |/ |/|
| * Add tests for new literalinclude options, and fix an off-by-one bug.Georg Brandl2009-01-031-1/+1
| * Add lines and start-after/end-before options to literalinclude.Georg Brandl2009-01-021-18/+45
| * Rename "object" to "pyobject" and document it.Georg Brandl2008-12-301-2/+2
| * Add "object" option to literalinclude directive.Georg Brandl2008-12-301-15/+35
| * Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
|/
* Let include encoding default to source encoding.georg.brandl2008-10-161-1/+1
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...georg.brandl2008-08-041-2/+10
* Split directives into a subpackage.georg.brandl2008-05-041-0/+91