Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Add :filename: also for literalinclude. Changelog entry. | Georg Brandl | 2014-01-19 | 1 | -0/+6 | |
| | | | ||||||
* | | | Merge in pull request #172 from ↵ | Georg Brandl | 2014-01-19 | 1 | -0/+4 | |
|\ \ \ | |/ / |/| | | | | | https://bitbucket.org/nsmgr8/sphinx/branch/default | |||||
| * | | Add filename option to code-block | M. Nasimul Haque | 2013-09-26 | 1 | -0/+4 | |
| |/ | | | | | | | Prepend the given filename to the code block | |||||
* | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` ↵ | Georg Brandl | 2014-01-11 | 1 | -5/+14 | |
|/ | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option. | |||||
* | Closes #1123: Allow whitespaces in filenames given to :rst:dir:`literalinclude`. | Georg Brandl | 2013-03-30 | 1 | -1/+1 | |
| | ||||||
* | Closes #810: fix remaining PendingDeprecationWarnings with Python 3. | Georg Brandl | 2013-03-07 | 1 | -1/+4 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -3/+3 | |
|\ | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -3/+3 | |
| | | ||||||
* | | add :emphasize-lines: option to source-code and literal-include | Mark Lodato | 2011-07-06 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | Add a new option, :emphasize-lines:, to the source-code and literal-include directives. The format is the same as the :lines: option for literal-include. The resulting list of lines is passed to the Pygments formatter as 'hl_lines', which is only honored by the HTML formatter. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -1/+7 | |
|\ \ | |/ | ||||||
| * | Closes #675: Fix IndexErrors when including nonexisting lines with ↵ | Georg Brandl | 2011-05-15 | 1 | -1/+7 | |
| | | | | | | | | :rst:dir:`literalinclude`. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-07 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | Add line numbers to newly generated nodes. | Georg Brandl | 2011-01-07 | 1 | -0/+2 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Add new env method to get the real path to a file reference, and use it. | Georg Brandl | 2010-08-23 | 1 | -19/+5 | |
| | | ||||||
* | | Mode "Ub" does not exist. | Georg Brandl | 2010-07-28 | 1 | -1/+1 | |
| | | ||||||
* | | open file in binary mode to get byte strings on python3 | Daniel Neuhäuser | 2010-06-07 | 1 | -1/+1 | |
|/ | ||||||
* | Do not use normpath when not necessary. | Georg Brandl | 2010-07-23 | 1 | -1/+1 | |
| | ||||||
* | merge with 0.6 | Georg Brandl | 2010-06-05 | 1 | -1/+1 | |
|\ | ||||||
| * | #440: Remove usage of a Python >= 2.5 API in the ``literalinclude`` directive. | Georg Brandl | 2010-06-05 | 1 | -1/+1 | |
| | | | | | | | | CodecInfo is not a namedtuple, so accessing attributes on 2.4 fails. | |||||
* | | merge with 0.6 | Georg Brandl | 2010-05-22 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | Fix for 12fea70b1a18: EncodedFile doesnt do the right thing either. | Georg Brandl | 2010-05-22 | 1 | -1/+3 | |
| | | ||||||
| * | #414: fix universal newline handling of files included with "literalinclude". | Georg Brandl | 2010-05-22 | 1 | -1/+1 | |
| | | | | | | | | codecs.open() does not support U in the mode argument; use the EncodedFile wrapper instead. | |||||
* | | merge with trunk | Georg Brandl | 2010-02-17 | 1 | -2/+2 | |
|\ \ | ||||||
| * \ | merge with 0.6 | Georg Brandl | 2010-02-07 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Make the ``start-after`` and ``end-before`` options to the ↵ | Georg Brandl | 2010-01-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | ``literalinclude`` directive work correctly if not used together. | |||||
* | | | merge with trunk | Georg Brandl | 2010-01-08 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Added ``tab-width`` option to ``literalinclude`` directive. | Georg Brandl | 2010-01-08 | 1 | -0/+3 | |
| | | | ||||||
* | | | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -7/+6 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Remove docutils 0.4 support. | Georg Brandl | 2009-10-27 | 1 | -7/+6 | |
| | | | ||||||
* | | | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 0.6 | Georg Brandl | 2009-08-06 | 1 | -1/+7 | |
|\ \ | |/ | ||||||
| * | #227: Make ``literalinclude`` work when the document's path | Georg Brandl | 2009-08-06 | 1 | -1/+7 | |
| | | | | | | | | name contains non-ASCII characters. | |||||
* | | Added the ``prepend`` and ``append`` options to the | Georg Brandl | 2009-06-04 | 1 | -1/+10 | |
|/ | | | | ``literalinclude`` directive. | |||||
* | Paths to literal include files and download files can now be absolute too. | Georg Brandl | 2009-02-24 | 1 | -5/+7 | |
| | ||||||
* | Restore docutils 0.4 compatibility. | Georg Brandl | 2009-02-19 | 1 | -6/+6 | |
| | ||||||
* | Convert builtin directives to classes. Refactor desc_directive so that it ↵ | Georg Brandl | 2009-02-18 | 1 | -130/+154 | |
| | | | | is easier to subclass. | |||||
* | merge with trunk | Georg Brandl | 2009-01-26 | 1 | -1/+1 | |
|\ | ||||||
| * | merge with 0.5 | Georg Brandl | 2009-01-26 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Open literalinclude files in universal newline mode to allow | Georg Brandl | 2009-01-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | arbitrary newline conventions. | |||||
* | | | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -14/+18 | |
|/ / | ||||||
* | | merge with main | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
| | | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | | Add tests for new literalinclude options, and fix an off-by-one bug. | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Add lines and start-after/end-before options to literalinclude. | Georg Brandl | 2009-01-02 | 1 | -18/+45 | |
| | | ||||||
* | | Rename "object" to "pyobject" and document it. | Georg Brandl | 2008-12-30 | 1 | -2/+2 | |
| | | ||||||
* | | Add "object" option to literalinclude directive. | Georg Brandl | 2008-12-30 | 1 | -15/+35 | |
| | |