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
/
ext
/
autosummary
Commit message (
Expand
)
Author
Age
Files
Lines
*
Autosummary: Always emit grouped ``ImportError`` exceptions (#11380)
Adam Turner
2023-04-28
1
-15
/
+5
*
autosummary: Support documenting inherited attributes (#10691)
Jens Hedegaard Nielsen
2023-04-06
1
-7
/
+17
*
Autosummary: Extend ``__all__`` members to template rendering (#10811)
Clément Pinard
2023-04-06
1
-3
/
+49
*
Remove ``sphinx.locale.setlocale``
Adam Turner
2023-03-24
1
-4
/
+3
*
Resolve ``flake8-return`` errors
Adam Turner
2023-02-18
2
-3
/
+2
*
Fix COM812
Adam Turner
2023-02-18
2
-4
/
+4
*
Resolve Ruff SIM114 violations
Adam Turner
2023-02-15
1
-6
/
+6
*
Fix various Ruff errors
Adam Turner
2023-01-31
1
-2
/
+4
*
Adopt ``profile = "black"`` for ``isort``
Adam Turner
2023-01-07
2
-8
/
+24
*
Document ``typing.NewType`` as a class (#10700)
Adam Turner
2023-01-02
1
-3
/
+2
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
2
-8
/
+8
*
Use PEP 604 types
Adam Turner
2023-01-01
2
-16
/
+16
*
Use PEP 595 types
Adam Turner
2023-01-01
2
-55
/
+55
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
2
-0
/
+4
*
Factor out HTML 4 translator (#11051)
Adam Turner
2022-12-30
1
-2
/
+2
*
Merge branch '5.x'
Adam Turner
2022-09-25
1
-0
/
+3
|
\
|
*
Define extra indent as a class attribute
Adam Turner
2022-09-25
1
-0
/
+3
*
|
Merge branch '5.x'
Adam Turner
2022-09-09
2
-16
/
+23
|
\
\
|
|
/
|
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
2
-16
/
+23
*
|
Merge branch '5.x'
Adam Turner
2022-07-24
1
-1
/
+1
|
\
\
|
|
/
|
*
Update include_patterns implementation (#10680)
Adam Turner
2022-07-23
1
-1
/
+1
*
|
Merge branch '5.x'
Adam Turner
2022-07-18
1
-3
/
+4
|
\
\
|
|
/
|
*
Improve static typing strictness (#10569)
danieleades
2022-07-18
1
-3
/
+4
*
|
Merge branch '5.x'
Adam Turner
2022-07-17
1
-1
/
+1
|
\
\
|
|
/
|
*
Add `include_patterns` as the opposite of `exclude_patterns` (#10518)
Adam Turner
2022-07-17
1
-1
/
+1
*
|
Remove deprecated items for Sphinx 6.0 (#10471)
Adam Turner
2022-06-16
1
-10
/
+1
|
/
*
remove unnecessary generators (C400, C401)
Daniel Eades
2022-06-03
2
-3
/
+3
*
remove unnecessary list calls around 'sorted' (C413)
Daniel Eades
2022-06-03
1
-1
/
+1
*
Fix #10509: autosummary: autosummary fails with a shared library
Takeshi KOMIYA
2022-06-03
1
-2
/
+6
*
autosummary: global variables having doc-comment are considered as non-import...
Takeshi KOMIYA
2022-05-07
1
-2
/
+4
*
Fix a flake8 warning
Takeshi KOMIYA
2022-05-07
1
-1
/
+0
*
Merge branch '5.x' into 10258_autosummary
Takeshi KOMIYA
2022-05-07
2
-137
/
+50
|
\
|
*
Remove deprecated code for Sphinx 5.0
Adam Turner
2022-04-17
2
-86
/
+10
|
*
Merge branch '4.x'
Takeshi KOMIYA
2022-03-19
2
-51
/
+40
|
|
\
|
|
*
Merge pull request #10212 from AA-Turner/remove-module-docstring-titles
Takeshi KOMIYA
2022-03-14
2
-50
/
+39
|
|
|
\
|
|
|
*
Remove copyright and licence fields
Adam Turner
2022-02-20
2
-6
/
+0
|
|
|
*
Conform to PEP 257 summary line conventions
Adam Turner
2022-02-20
2
-4
/
+7
|
|
|
*
Fix module docstring indentation
Adam Turner
2022-02-20
2
-40
/
+40
|
|
|
*
Fix module docstring first line
Adam Turner
2022-02-20
2
-4
/
+2
|
|
|
*
Remove module titles in docstrings
Adam Turner
2022-02-19
2
-6
/
+0
|
|
*
|
Close #10234: autosummary: Add "autosummary" CSS class to summary tables
Takeshi KOMIYA
2022-03-06
1
-1
/
+1
|
|
|
/
*
|
|
Do not pass attr_docs as an argument into ModuleScanner.scan
Matyas Novak
2022-03-14
1
-4
/
+6
*
|
|
Recognize a documented attribute of a module as non-imported.
Matyas Novak
2022-03-11
1
-5
/
+6
|
/
/
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-17
2
-4
/
+4
|
\
\
|
|
/
|
*
address some unused loop control variables (B007)
Daniel Eades
2022-01-12
2
-4
/
+4
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-16
1
-2
/
+0
|
\
\
|
|
/
|
*
Fix #10058: autosummary: Imported members are not shown
Takeshi KOMIYA
2022-01-11
1
-2
/
+0
*
|
Merge branch '4.x'
Takeshi KOMIYA
2022-01-03
1
-1
/
+1
|
\
\
|
|
/
|
*
Migrate to Node.findall() from Node.traverse()
Takeshi KOMIYA
2022-01-03
1
-1
/
+1
*
|
autosummary: autosummary: import_by_name() now raises ImportExceptionGroup
Takeshi KOMIYA
2022-01-02
2
-8
/
+14
|
/
[next]