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
/
generate.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
Fix COM812
Adam Turner
2023-02-18
1
-2
/
+2
*
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
1
-6
/
+17
*
Document ``typing.NewType`` as a class (#10700)
Adam Turner
2023-01-02
1
-3
/
+2
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-4
/
+4
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-8
/
+8
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-27
/
+27
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
1
-8
/
+12
*
remove unnecessary generators (C400, C401)
Daniel Eades
2022-06-03
1
-2
/
+2
*
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
1
-69
/
+15
|
\
|
*
Remove deprecated code for Sphinx 5.0
Adam Turner
2022-04-17
1
-56
/
+7
|
*
Merge branch '4.x'
Takeshi KOMIYA
2022-03-19
1
-13
/
+8
|
|
\
|
|
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-3
/
+0
|
|
*
Conform to PEP 257 summary line conventions
Adam Turner
2022-02-20
1
-1
/
+3
|
|
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-8
/
+8
|
|
*
Fix module docstring first line
Adam Turner
2022-02-20
1
-2
/
+1
|
|
*
Remove module titles in docstrings
Adam Turner
2022-02-19
1
-3
/
+0
*
|
|
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
1
-1
/
+1
|
\
\
|
|
/
|
*
address some unused loop control variables (B007)
Daniel Eades
2022-01-12
1
-1
/
+1
*
|
autosummary: autosummary: import_by_name() now raises ImportExceptionGroup
Takeshi KOMIYA
2022-01-02
1
-2
/
+2
|
/
*
Merge branch '4.3.x' into 4.x
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
|
Close #9555: autosummary: Improve error messages on failure to load target ob...
Takeshi KOMIYA
2021-12-30
1
-9
/
+18
|
/
*
Fix lints and reorder args of members_of
Josh Mitchell
2021-11-22
1
-6
/
+7
*
Fixed missed ignore___all__ -> ignore_module_all
Josh Mitchell
2021-11-15
1
-7
/
+7
*
Corrections from review by tk0miya
Josh Mitchell
2021-11-15
1
-1
/
+1
*
#2021: Allow autosummary to respect __all__
Josh Mitchell
2021-11-15
1
-5
/
+25
*
Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g
Jon Dufresne
2021-09-06
1
-1
/
+1
*
revert get members for module
pbudzyns
2021-05-02
1
-8
/
+20
*
add type hints
Pawel Budzynski
2021-04-29
1
-2
/
+2
*
autosummary includes instance attributes
Pawel Budzynski
2021-04-29
1
-5
/
+11
*
Merge pull request #9064 from tk0miya/refactor_type_annotation
Takeshi KOMIYA
2021-04-08
1
-1
/
+1
|
\
|
*
refactor: Add Optional to type annotations
Takeshi KOMIYA
2021-04-08
1
-1
/
+1
*
|
refactor: Use PEP-526 based variable annotation
Takeshi KOMIYA
2021-04-08
1
-9
/
+9
|
/
*
refactor: Use PEP-526 based variable annotation (sphinx.ext)
Takeshi KOMIYA
2021-03-15
1
-1
/
+1
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-22
1
-0
/
+4
|
\
|
*
refactor: autosummary: Deprecate _simple_info() and _simple_warn()
Takeshi KOMIYA
2021-01-20
1
-0
/
+4
*
|
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Merge branch '3.4.x' into 3.x
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
|
\
[next]