index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
directives
/
code.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Refactor literalinclude directive
Takeshi KOMIYA
2017-02-12
1
-192
/
+229
|
|
/
|
/
|
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-01-29
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix #3370: the caption of code-block is not picked up for translation
Takeshi KOMIYA
2017-01-26
1
-2
/
+2
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-01-12
1
-3
/
+3
|
\
\
|
|
/
|
*
Fix flake8 violations
Takeshi KOMIYA
2017-01-12
1
-3
/
+3
*
|
Update type annotations
Takeshi KOMIYA
2016-12-15
1
-1
/
+1
*
|
Merge branch 'stable'
Takeshi KOMIYA
2016-12-14
1
-0
/
+6
|
\
\
|
|
/
|
*
builtin extensions return metadata to allow parallel build
Takeshi KOMIYA
2016-12-12
1
-0
/
+6
*
|
Add type-check annotations to sphinx.*
Takeshi KOMIYA
2016-11-16
1
-5
/
+17
|
/
*
Merge pull request #2843 from rthardin/issue_625_start_at_end_at
Takeshi KOMIYA
2016-10-12
1
-6
/
+30
|
\
|
*
Added :start-at: and :end-at: parameters for literalinclude
Ryan Hardin
2016-08-10
1
-6
/
+30
*
|
Fix #2931: code-block directive with same :caption: causes warning of duplica...
Takeshi KOMIYA
2016-09-17
1
-2
/
+0
*
|
Merge branch 'stable'
Takeshi KOMIYA
2016-08-18
1
-2
/
+15
|
\
\
|
|
/
|
/
|
|
*
Fix parsing errors for caption of code-blocks are displayed in document (ref:...
Takeshi KOMIYA
2016-08-12
1
-2
/
+15
*
|
Closes #2799: Sphinx installs roles and directives automatically on importing...
Takeshi KOMIYA
2016-07-28
1
-5
/
+6
*
|
Refactor code using ``with`` syntax
Takeshi KOMIYA
2016-05-26
1
-9
/
+5
|
/
*
Merge branch 'stable'
Georg Brandl
2016-01-14
1
-1
/
+1
|
\
|
*
Obligatory copyright update.
Georg Brandl
2016-01-14
1
-1
/
+1
|
*
Fix #1790 literalinclude strips empty lines at the head and tail
Takeshi KOMIYA
2015-04-02
1
-9
/
+0
*
|
Fix #2113: Allow ``:class:`` option to code-block directive
Takeshi KOMIYA
2015-12-20
1
-0
/
+4
*
|
Fix #1790 literalinclude strips empty lines at the head and tail
Takeshi KOMIYA
2015-03-31
1
-9
/
+0
|
/
*
Fix #1770: regard empty file as an empty string
Takayuki Hirai
2015-03-14
1
-1
/
+1
*
refs #1742: `:name:` option is provided for `toctree`, `code-block` and `lite...
shimizukawa
2015-03-08
1
-4
/
+15
*
Closes #1630: resolve CSS conflicts, ``div.container`` css target for literal...
shimizukawa
2015-02-23
1
-1
/
+2
*
Merge branch 'stable'
Georg Brandl
2015-01-03
1
-1
/
+1
|
\
|
*
all: update copyright
Georg Brandl
2015-01-03
1
-1
/
+1
*
|
fix line separator issue
Jeppe Pihl
2014-10-06
1
-3
/
+4
*
|
fixed bugs, and extended unit test to catch them again if they reappear
Jeppe Pihl
2014-10-06
1
-3
/
+4
*
|
merge
Jeppe Pihl
2014-10-06
1
-4
/
+7
|
\
\
|
*
|
Fix. <caption> node should not include <paragraph> block element as a result ...
Takayuki Shimizukawa
2014-10-06
1
-4
/
+7
*
|
|
fixed issues with line numbering not being showed correctly.
Jeppe Pihl
2014-10-02
1
-17
/
+39
*
|
|
fix pep8 warnings
Jeppe Pihl
2014-10-01
1
-8
/
+8
*
|
|
#1583: Allow the line numbering of the directive `literalinclude` to match th...
Jeppe Pihl
2014-09-30
1
-11
/
+24
|
/
/
*
|
Fix by review comment
tk0miya
2014-09-26
1
-8
/
+4
*
|
Merge with default
tk0miya
2014-09-24
1
-1
/
+1
|
\
\
|
*
|
Fix a few missing Unicode/bytes filename problems.
Georg Brandl
2014-09-21
1
-2
/
+1
*
|
|
do nested_parse() :caption: of code-block directive
tk0miya
2014-09-19
1
-9
/
+29
|
/
/
*
|
Merge upstream changes
tk0miya
2014-08-20
1
-16
/
+45
|
\
\
|
*
|
use six.string_types instead of text_types.
shirou
2014-08-13
1
-3
/
+3
|
*
|
according to comment, move import, use six.text_type, and use 'not'.
shirou
2014-08-13
1
-3
/
+5
|
*
|
fix encoding problem in diff param in literalinclude.
shirou
2014-08-12
1
-19
/
+32
|
*
|
add 'diff' parameter to literalinclude.
shirou
2014-08-12
1
-0
/
+14
*
|
|
Rename :filename: option of code-block directive to :caption:
tk0miya
2014-08-11
1
-10
/
+10
|
/
/
*
|
* for pull request #258: update CHANGES, add tests, add a document and refact...
Takayuki Shimizukawa
2014-08-10
1
-14
/
+20
*
|
added dedent to codeblock
zsiddiqui2
2014-07-27
1
-0
/
+10
*
|
added dedent
zsiddiqui2
2014-07-27
1
-0
/
+7
*
|
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
|
Merge
Dmitry Shachnev
2014-01-20
1
-4
/
+4
|
\
\
|
*
|
Modernize the code now that Python 2.5 is no longer supported
Dmitry Shachnev
2014-01-19
1
-4
/
+4
[prev]
[next]