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
/
transforms
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
Sort imports with isort
François Freitag
2020-11-11
1
-5
/
+3
*
Preserve backwards compatibility
Peter Bell
2020-07-16
1
-7
/
+9
*
Require canonical name to be specified when calling deprecated_alias
Peter Bell
2020-07-15
1
-2
/
+6
*
Fix #7610: incorrectly renders consecutive backslashes
Takeshi KOMIYA
2020-05-07
1
-5
/
+12
*
Fix #7106: std domain: enumerated nodes are marked as duplicated
Takeshi KOMIYA
2020-02-08
1
-1
/
+3
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
mypy: Enable disallow_incomplete_defs flag for type checking
Takeshi KOMIYA
2019-12-30
1
-15
/
+15
*
Migrate to py3 style type annotation: sphinx.transforms
Takeshi KOMIYA
2019-12-25
1
-2
/
+1
*
Replace `a and b or c` by the more legible `b if a or c`.
Antony Lee
2019-12-21
1
-1
/
+1
*
Merge pull request #6727 from tk0miya/267_doctest_prompt_not_copyable
Takeshi KOMIYA
2019-10-13
1
-0
/
+11
|
\
|
*
Close #267: html: Eliminate prompt characters of doctest block from copyable ...
Takeshi KOMIYA
2019-10-10
1
-0
/
+11
*
|
Migrate to py3 style type annotation: sphinx.transforms
Takeshi KOMIYA
2019-08-21
1
-56
/
+33
|
/
*
Fix #4550: html: Centering tables by default using CSS
Takeshi KOMIYA
2019-05-06
1
-1
/
+1
*
Move transforms for citations to sphinx.domains.citation
Takeshi KOMIYA
2019-03-30
1
-39
/
+14
*
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-17
1
-2
/
+2
*
refactor: Remove lists of transforms from SphinxStandalonReader
Takeshi KOMIYA
2019-03-17
1
-1
/
+27
*
refactor CitationReferences transform
Takeshi KOMIYA
2019-03-09
1
-18
/
+25
*
Fix AssertionError is raised for custom citation_reference node (refs: #6147)
Takeshi KOMIYA
2019-03-09
1
-1
/
+1
*
modify deprecated method
Chris Sewell
2019-03-08
1
-3
/
+2
*
Merge remote-tracking branch 'upstream/2.0' into propogate_citeref_classes
Chris Sewell
2019-03-08
1
-64
/
+69
|
\
|
*
Fix #5391: A cross reference in heading is rendered as literal
Takeshi KOMIYA
2019-03-02
1
-5
/
+1
|
*
Close #4550: All tables and figures without ``align`` option are displayed to...
Takeshi KOMIYA
2019-02-08
1
-1
/
+14
|
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
|
\
|
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
|
*
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-3
/
+3
|
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-2
/
+1
|
*
|
refactor SphinxSmartQuotes: Override smartquotes_action by str value (instaed...
Takeshi KOMIYA
2018-12-12
1
-9
/
+3
|
*
|
Fix annotations
Takeshi KOMIYA
2018-12-08
1
-1
/
+1
|
*
|
Fix annotations (minor fixes)
Takeshi KOMIYA
2018-12-03
1
-2
/
+2
|
*
|
Fix annotations for transforms
Takeshi KOMIYA
2018-11-29
1
-17
/
+19
|
*
|
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-3
/
+3
|
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
|
*
|
Adjust type annotations for transforms to docutils'
Takeshi KOMIYA
2018-11-23
1
-29
/
+29
*
|
|
propogate cite_reference node classes to pending_xref node
Chris Sewell
2019-03-08
1
-0
/
+2
|
|
/
|
/
|
*
|
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
/
*
Change priority of doctree-read event
Takeshi KOMIYA
2018-04-16
1
-0
/
+9
*
Change priority of SphinxSmartQuotes
Takeshi KOMIYA
2018-04-15
1
-0
/
+2
*
Add document for utility classes
Takeshi KOMIYA
2018-03-31
1
-11
/
+4
*
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-3
/
+3
|
\
|
*
Fix mypy violations
Takeshi KOMIYA
2018-03-14
1
-1
/
+1
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-2
/
+2
*
|
Make console and warning messages translatable
Takeshi KOMIYA
2018-03-03
1
-5
/
+5
*
|
Fix mypy violations
Takeshi KOMIYA
2018-02-26
1
-1
/
+1
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-02-18
1
-3
/
+3
|
\
\
|
|
/
|
*
Fix mypy violations
Takeshi KOMIYA
2018-02-14
1
-1
/
+1
|
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+2
*
|
Update type annotations
Takeshi KOMIYA
2018-02-04
1
-0
/
+4
|
/
*
Fix #4230: slowdown in writing document with sphinx 1.6
Takeshi KOMIYA
2018-01-30
1
-1
/
+2
*
Merge branch 'stable' into 1.7-release
Takeshi KOMIYA
2018-01-29
1
-0
/
+5
|
\
[next]