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
/
writers
/
texinfo.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '3.x' into 8183
Takeshi KOMIYA
2020-11-01
1
-5
/
+5
|
\
|
*
Correct a typo in texinfo.py
Felix Yan
2020-10-18
1
-1
/
+1
|
*
Use node as location
Yves Chevallier
2020-08-12
1
-4
/
+4
*
|
Don't remove substitution_reference nodes (fix #7953)
Brecht Machiels
2020-09-08
1
-0
/
+9
|
/
*
Fix #7993: texinfo: a warning not supporting desc_signature_line node is shown
Takeshi KOMIYA
2020-07-25
1
-0
/
+6
*
Fix #7993: texinfo: TypeError is raised for nested object descriptions
Takeshi KOMIYA
2020-07-25
1
-8
/
+18
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-2
/
+2
*
Merge branch '2.0'
Takeshi KOMIYA
2020-01-01
1
-2
/
+4
|
\
|
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
|
*
Stop to use deprecated API: env.indexentries
Takeshi KOMIYA
2019-12-25
1
-1
/
+3
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-12-22
1
-3
/
+3
|
\
\
|
|
/
|
*
Replace `a and b or c` by the more legible `b if a or c`.
Antony Lee
2019-12-21
1
-3
/
+3
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-11-30
1
-451
/
+231
|
\
\
|
|
/
|
*
Migrate to py3 style type annotation: sphinx.writers.texinfo
Takeshi KOMIYA
2019-11-26
1
-455
/
+233
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-11-17
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix #6793: texinfo: Code examples broken following "sidebar"
Takeshi KOMIYA
2019-11-06
1
-0
/
+1
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-10-06
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix mypy violations (for mypy-0.730)
Takeshi KOMIYA
2019-10-06
1
-2
/
+2
|
*
Fix mypy violations (for mypy-0.710)
Takeshi KOMIYA
2019-06-21
1
-1
/
+1
*
|
Drop features and APIs deprecated in 1.8
Takeshi KOMIYA
2019-03-30
1
-12
/
+0
|
/
*
Fix #3079: texinfo: image files are not copied on ``make install-info``
Takeshi KOMIYA
2019-03-02
1
-1
/
+2
*
Fix typo
Takeshi KOMIYA
2019-02-14
1
-1
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-02-03
1
-1
/
+4
|
\
|
*
texinfo: remove DOTs from name if name contains other characters
Takeshi KOMIYA
2019-02-03
1
-0
/
+3
|
*
Allow periods in texinfo node names
Brandon T. Willard
2019-02-03
1
-1
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Reorder the arguments for translators
Takeshi KOMIYA
2018-12-17
1
-1
/
+1
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
1
-4
/
+4
*
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-2
/
+2
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-39
/
+38
*
|
Replace for-yield-loop by "yield from"
Takeshi KOMIYA
2018-12-15
1
-2
/
+1
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-1
/
+1
*
|
Use nodes.Element for visitor/departure methods
Takeshi KOMIYA
2018-12-15
1
-193
/
+193
*
|
Remove SphinxTranslator.get_settings()
Takeshi KOMIYA
2018-12-12
1
-10
/
+9
*
|
Fix annotations
Takeshi KOMIYA
2018-12-12
1
-2
/
+3
*
|
Fix annotations
Takeshi KOMIYA
2018-12-10
1
-2
/
+3
*
|
Fix annotations
Takeshi KOMIYA
2018-12-10
1
-2
/
+3
*
|
Merge pull request #5738 from tk0miya/fix_typehints_for_footnotes
Takeshi KOMIYA
2018-12-10
1
-4
/
+6
|
\
\
|
*
|
Fix annotations for footnotes
Takeshi KOMIYA
2018-12-10
1
-4
/
+6
*
|
|
refactor: special rubric for footnotes
Takeshi KOMIYA
2018-12-10
1
-2
/
+1
|
/
/
*
|
Fix annotations
Takeshi KOMIYA
2018-12-08
1
-1
/
+1
*
|
refactor TexinfoTranslator; Replace _make_visit_admonition()
Takeshi KOMIYA
2018-12-04
1
-16
/
+26
*
|
Add SphinxTranslator as an abstract class
Takeshi KOMIYA
2018-12-03
1
-8
/
+8
*
|
Fix annotations (minor fixes)
Takeshi KOMIYA
2018-12-03
1
-7
/
+11
*
|
Fix annotations for writers
Takeshi KOMIYA
2018-11-28
1
-4
/
+4
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Add IndexEntry class to represent an entry of indices
Takeshi KOMIYA
2018-11-21
1
-3
/
+4
*
|
Update type hints to texinfo writer
Takeshi KOMIYA
2018-11-21
1
-188
/
+188
[next]