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
/
manpage.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support docutils-0.18: Consume iterator of Element.traverse()
Takeshi KOMIYA
2021-10-27
1
-2
/
+2
*
Omit NAME section if blank description
Harumi Kuno
2021-09-05
1
-3
/
+3
*
skip empty description
Harumi Kuno
2021-08-30
1
-2
/
+3
*
Improve docstring in sphinx.writers.manpage
Louis Maddox
2021-07-18
1
-1
/
+1
*
Fix :samp:`{var}` in manual pages.
Martin Liska
2021-06-16
1
-1
/
+4
*
Decl styling, handle desc_inline in manpage and texinfo
Jakob Lykke Andersen
2021-04-12
1
-0
/
+6
*
Decl styling, update writers
Jakob Lykke Andersen
2021-04-12
1
-11
/
+23
*
refactor: Use PEP-526 based variable annotation (sphinx.writers)
Takeshi KOMIYA
2021-03-13
1
-1
/
+1
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-16
1
-2
/
+1
|
\
|
*
refactor: Access config object from self directly in writers
Takeshi KOMIYA
2021-01-10
1
-2
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-12
1
-8
/
+4
|
\
\
|
|
/
|
*
Sort imports with isort
François Freitag
2020-11-11
1
-8
/
+4
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-10
/
+1
|
/
*
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
-2
/
+2
*
Migrate to py3 style type annotation: sphinx.writers.manpage
Takeshi KOMIYA
2019-11-26
1
-173
/
+88
*
Fix #6331: man: invalid output when doctest follows rubric
Takeshi KOMIYA
2019-05-06
1
-1
/
+1
*
refactor: Use py3 style super()
Takeshi KOMIYA
2019-03-10
1
-2
/
+2
*
Merge branch '1.8' into 2.0
Takeshi KOMIYA
2019-03-10
1
-0
/
+15
|
\
|
*
Fix #3859: manpage: code-block captions are not displayed correctly
Takeshi KOMIYA
2019-03-10
1
-0
/
+15
*
|
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
-5
/
+14
*
|
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
-6
/
+6
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-3
/
+2
*
|
Add docutils-stubs to test deps
Takeshi KOMIYA
2018-12-15
1
-3
/
+3
*
|
Use nodes.Element for visitor/departure methods
Takeshi KOMIYA
2018-12-15
1
-75
/
+75
*
|
Remove SphinxTranslator.get_settings()
Takeshi KOMIYA
2018-12-12
1
-6
/
+5
*
|
Fix annotations
Takeshi KOMIYA
2018-12-12
1
-1
/
+1
*
|
refactor: special rubric for footnotes
Takeshi KOMIYA
2018-12-10
1
-6
/
+3
*
|
Update type annotations
Takeshi KOMIYA
2018-12-08
1
-1
/
+3
*
|
Add SphinxTranslator as an abstract class
Takeshi KOMIYA
2018-12-03
1
-17
/
+18
*
|
Fix annotations (minor fixes)
Takeshi KOMIYA
2018-12-03
1
-7
/
+11
*
|
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-4
/
+4
*
|
Fix annotations for writers
Takeshi KOMIYA
2018-11-28
1
-1
/
+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
-2
/
+2
*
|
Update type hints to manpage writer
Takeshi KOMIYA
2018-11-21
1
-75
/
+75
*
|
Use super() to call parent class's method
Jon Dufresne
2018-11-11
1
-2
/
+2
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-1
/
+1
*
|
Merge pull request #5342 from tk0miya/drop_py2_support
Takeshi KOMIYA
2018-09-05
1
-6
/
+0
|
\
\
|
*
|
Drop docutils 0.11 support
Takeshi KOMIYA
2018-08-30
1
-6
/
+0
|
|
/
*
|
Apply NodeMatcher to Sphinx
Takeshi KOMIYA
2018-08-26
1
-7
/
+5
|
/
*
Refactor: Run highlightlang on resolving phase
Takeshi KOMIYA
2018-07-21
1
-8
/
+0
*
Enable math_block node rendering by default (without HTML builders)
Takeshi KOMIYA
2018-05-17
1
-5
/
+6
*
Enable math node rendering by default (without HTML builders)
Takeshi KOMIYA
2018-05-15
1
-2
/
+8
*
Merge branch '1.7'
Takeshi KOMIYA
2018-04-14
1
-1
/
+1
|
\
[next]