| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos found by codespell | Dimitri Papadopoulos | 2023-03-27 | 1 | -2/+2 |
| | | |||||
| * | Add tests for :dedent: option of code-block directive | Latosha Maltba | 2021-09-21 | 1 | -0/+64 |
| | | |||||
| * | Add :force: option to code directives | Takeshi KOMIYA | 2019-06-01 | 2 | -0/+17 |
| | | |||||
| * | test: verify linenothreshold usage | James Knight | 2019-02-16 | 2 | -0/+26 |
| | | | | | | | | | | | | | Adding a unit test to verify the use of the `linenothreshold` option provided by the `highlight` directive [1]. The included document to test will introduce two sets of `code-block` and `literalinclude` directives where the first entry generates contents using line numbers and the second entry generates contents not using line numbers, respectfully. [1]: https://github.com/sphinx-doc/sphinx/blob/v1.8.4/sphinx/transforms/post_transforms/code.py#L85 Signed-off-by: James Knight <james.d.knight@live.com> | ||||
| * | Close #1851: Allow to omit an argument for code-block directive | Takeshi KOMIYA | 2019-02-04 | 1 | -0/+20 |
| | | |||||
| * | test: Omit master_doc settings from testcases | Takeshi KOMIYA | 2019-01-03 | 1 | -1/+0 |
| | | |||||
| * | Remove coding magic comments from tests | Takeshi KOMIYA | 2019-01-02 | 5 | -6/+0 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -1/+0 |
| | | |||||
| * | Support ``:emphasize-lines:`` in PDF output (closes #1238) | jfbu | 2017-12-10 | 1 | -0/+7 |
| | | |||||
| * | Add tests | Ray Lehtiniemi | 2017-03-11 | 2 | -0/+33 |
| | | | | | Signed-off-by: Ray Lehtiniemi <rayl@mail.com> | ||||
| * | Refactor testcases | Takeshi KOMIYA | 2017-02-18 | 5 | -126/+12 |
| | | |||||
| * | Merge branch 'master' into refactor_literalinclude | Takeshi KOMIYA | 2017-02-17 | 1 | -1/+7 |
| |\ | |||||
| | * | disambiguate ``test_literal_include_lineno_match`` | jfbu | 2017-02-10 | 1 | -1/+1 |
| | | | |||||
| | * | If ``:start-after:`` is used, make ``:lines:`` relative (close: #3412) | jfbu | 2017-02-10 | 1 | -0/+6 |
| | | | |||||
| * | | Add testcases for LiteralIncludeReader | Takeshi KOMIYA | 2017-02-13 | 2 | -0/+19 |
| |/ | |||||
| * | Merge pull request #2843 from rthardin/issue_625_start_at_end_at | Takeshi KOMIYA | 2016-10-12 | 1 | -0/+6 |
| |\ | | | | | Add :start-at: and :end-at: parameters for literalinclude | ||||
| | * | Added :start-at: and :end-at: parameters for literalinclude | Ryan Hardin | 2016-08-10 | 1 | -0/+6 |
| | | | | | | | | | This feature is discussed as part of issue #625. | ||||
| * | | Fix #2931: code-block directive with same :caption: causes warning of ↵ | Takeshi KOMIYA | 2016-09-17 | 1 | -1/+1 |
| |/ | | | | duplicate target | ||||
| * | Added Tests for latex(pdf) links to captioned or named literal blocks | jfbu | 2016-04-10 | 3 | -2/+63 |
| | | | | | | | | | | | | | | | As conf.py has now numfig = True, needed to modify accordingly test for links in html output. This topic branch fixes #2405, #2414, and also makes for latex(pdf) functional hyperlinks to named references, but only for literal blocks (code-block or literalinclude). modified: tests/roots/test-directive-code/caption.rst modified: tests/roots/test-directive-code/conf.py new file: tests/roots/test-directive-code/namedblocks.rst modified: tests/test_directive_code.py | ||||
| * | Merge with 'stable' | shimizukawa | 2016-01-24 | 2 | -0/+35 |
| |\ | |||||
| | * | Fix #2253: ``:pyobject:`` option of ``literalinclude`` directive can't ↵ | shimizukawa | 2016-01-20 | 2 | -0/+35 |
| | | | | | | | | | detect indented body block when the block starts with blank or comment lines. | ||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2016-01-11 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | fix testing for text builder that generate ↵ | shimizukawa | 2016-01-09 | 1 | -0/+1 |
| | | | | | | | | | _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file. | ||||
| | * | Fix #1790 literalinclude strips empty lines at the head and tail | Takeshi KOMIYA | 2015-04-02 | 2 | -0/+6 |
| | | | |||||
| | * | Fix #1789 `:pyobject:` option of `literalinclude` directive includes ↵ | Takeshi KOMIYA | 2015-04-02 | 1 | -0/+1 |
| | | | | | | | | | following lines after definitions | ||||
| * | | Fix #2113: Allow ``:class:`` option to code-block directive | Takeshi KOMIYA | 2015-12-20 | 1 | -0/+21 |
| | | | |||||
| * | | Fix #1790 literalinclude strips empty lines at the head and tail | Takeshi KOMIYA | 2015-03-31 | 2 | -0/+6 |
| | | | |||||
| * | | Fix #1789 `:pyobject:` option of `literalinclude` directive includes ↵ | Takeshi KOMIYA | 2015-03-31 | 1 | -0/+1 |
| |/ | | | | following lines after definitions | ||||
| * | fixed bugs, and extended unit test to catch them again if they reappear | Jeppe Pihl | 2014-10-06 | 1 | -1/+1 |
| | | |||||
| * | added test .rst files | Jeppe Pihl | 2014-10-04 | 3 | -0/+29 |
| | | |||||
| * | Merge with default | tk0miya | 2014-09-24 | 2 | -10/+76 |
| |\ | |||||
| | * | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 2 | -10/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | ||||
| * | | do nested_parse() :caption: of code-block directive | tk0miya | 2014-09-19 | 1 | -2/+2 |
| |/ | |||||
| * | Rename :filename: option of code-block directive to :caption: | tk0miya | 2014-08-11 | 2 | -0/+22 |
| | | |||||
| * | * for pull request #258: update CHANGES, add tests, add a document and ↵ | Takayuki Shimizukawa | 2014-08-10 | 4 | -0/+62 |
| refactoring. | |||||
