summaryrefslogtreecommitdiff
path: root/sphinx/directives/code.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Refactor literalinclude directiveTakeshi KOMIYA2017-02-121-192/+229
| |/ |/|
* | Merge branch 'stable'Takeshi KOMIYA2017-01-291-2/+2
|\ \ | |/
| * Fix #3370: the caption of code-block is not picked up for translationTakeshi KOMIYA2017-01-261-2/+2
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-3/+3
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-3/+3
| |
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
| |
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-5/+17
|/
* Merge pull request #2843 from rthardin/issue_625_start_at_end_atTakeshi KOMIYA2016-10-121-6/+30
|\ | | | | Add :start-at: and :end-at: parameters for literalinclude
| * Added :start-at: and :end-at: parameters for literalincludeRyan Hardin2016-08-101-6/+30
| | | | | | | | This feature is discussed as part of issue #625.
* | Fix #2931: code-block directive with same :caption: causes warning of ↵Takeshi KOMIYA2016-09-171-2/+0
| | | | | | | | duplicate target
* | Merge branch 'stable'Takeshi KOMIYA2016-08-181-2/+15
|\ \ | |/ |/|
| * Fix parsing errors for caption of code-blocks are displayed in document ↵Takeshi KOMIYA2016-08-121-2/+15
| | | | | | | | (ref: #2845)
* | Closes #2799: Sphinx installs roles and directives automatically on ↵Takeshi KOMIYA2016-07-281-5/+6
| | | | | | | | | | | | importing sphinx module. Now Sphinx installs them on running application.
* | Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-9/+5
|/
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| |
| * Fix #1790 literalinclude strips empty lines at the head and tailTakeshi KOMIYA2015-04-021-9/+0
| |
* | Fix #2113: Allow ``:class:`` option to code-block directiveTakeshi KOMIYA2015-12-201-0/+4
| |
* | Fix #1790 literalinclude strips empty lines at the head and tailTakeshi KOMIYA2015-03-311-9/+0
|/
* Fix #1770: regard empty file as an empty stringTakayuki Hirai2015-03-141-1/+1
|
* refs #1742: `:name:` option is provided for `toctree`, `code-block` and ↵shimizukawa2015-03-081-4/+15
| | | | `literalinclude` dirctives.
* Closes #1630: resolve CSS conflicts, ``div.container`` css target for ↵shimizukawa2015-02-231-1/+2
| | | | literal block wrapper now renamed to ``div.literal-block-wrapper``.
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | fix line separator issueJeppe Pihl2014-10-061-3/+4
| |
* | fixed bugs, and extended unit test to catch them again if they reappearJeppe Pihl2014-10-061-3/+4
| |
* | mergeJeppe Pihl2014-10-061-4/+7
|\ \
| * | Fix. <caption> node should not include <paragraph> block element as a result ↵Takayuki Shimizukawa2014-10-061-4/+7
| | | | | | | | | | | | of nested_parse.
* | | fixed issues with line numbering not being showed correctly.Jeppe Pihl2014-10-021-17/+39
| | |
* | | fix pep8 warningsJeppe Pihl2014-10-011-8/+8
| | |
* | | #1583: Allow the line numbering of the directive `literalinclude` to match ↵Jeppe Pihl2014-09-301-11/+24
|/ / | | | | | | that of the included file, using a new ``lineno-match`` option.
* | Fix by review commenttk0miya2014-09-261-8/+4
| |
* | Merge with defaulttk0miya2014-09-241-1/+1
|\ \
| * | Fix a few missing Unicode/bytes filename problems.Georg Brandl2014-09-211-2/+1
| | |
* | | do nested_parse() :caption: of code-block directivetk0miya2014-09-191-9/+29
|/ /
* | Merge upstream changestk0miya2014-08-201-16/+45
|\ \
| * | use six.string_types instead of text_types.shirou2014-08-131-3/+3
| | | | | | | | | | | | also fix import path problem.
| * | according to comment, move import, use six.text_type, and use 'not'.shirou2014-08-131-3/+5
| | |
| * | fix encoding problem in diff param in literalinclude.shirou2014-08-121-19/+32
| | | | | | | | | | | | This commit creates read_with_encoding which read from file with encoding. It is used normal file read and also diff file read.
| * | add 'diff' parameter to literalinclude.shirou2014-08-121-0/+14
| | | | | | | | | | | | This solves issue #1134 with a pygments highlighting support.
* | | Rename :filename: option of code-block directive to :caption:tk0miya2014-08-111-10/+10
|/ /
* | * for pull request #258: update CHANGES, add tests, add a document and ↵Takayuki Shimizukawa2014-08-101-14/+20
| | | | | | | | refactoring.
* | added dedent to codeblockzsiddiqui22014-07-271-0/+10
| |
* | added dedentzsiddiqui22014-07-271-0/+7
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | MergeDmitry Shachnev2014-01-201-4/+4
|\ \
| * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.