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
/
napoleon
/
docstring.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve ``flake8-return`` errors
Adam Turner
2023-02-18
1
-1
/
+1
*
Fix COM812
Adam Turner
2023-02-18
1
-13
/
+13
*
Resolve Ruff SIM114 violations
Adam Turner
2023-02-15
1
-3
/
+1
*
Collapse ``.startswith`` and ``.endswith`` tests
Adam Turner
2023-02-09
1
-2
/
+2
*
Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)
Adam Turner
2023-01-02
1
-3
/
+3
*
Use ``any`` to find elements in iterable (#11053)
danieleades
2023-01-02
1
-1
/
+1
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-12
/
+12
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-12
/
+12
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-70
/
+70
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
Tighten mypy 'strict optional' whitelist (#11038)
danieleades
2022-12-29
1
-13
/
+31
*
Clean up after dropping Python 3.6
Adam Turner
2022-09-27
1
-2
/
+0
*
Merge branch '5.x'
Jean-François B
2022-08-06
1
-2
/
+4
|
\
|
*
Fix flake8 5.0.0 reported formatting errors
daniel.eades
2022-08-01
1
-2
/
+4
|
*
Fix ValueError popping out in `sphinx.ext.napoleon` (#10709)
Antony Lee
2022-07-25
1
-12
/
+22
*
|
Merge branch '5.x'
Adam Turner
2022-07-26
1
-12
/
+22
|
\
\
|
*
|
Fix ValueError popping out in `sphinx.ext.napoleon` (#10709)
Antony Lee
2022-07-25
1
-12
/
+22
|
|
/
*
|
Merge branch '5.x' into master
Jean-François B
2022-06-30
1
-31
/
+43
|
\
\
|
|
/
|
*
Replace `napoleon.iterators` by simpler stack implementation (#9856)
Antony Lee
2022-06-26
1
-31
/
+43
*
|
Remove deprecated items for Sphinx 6.0 (#10471)
Adam Turner
2022-06-16
1
-16
/
+1
|
/
*
remove unnecessary generators (C400, C401)
Daniel Eades
2022-06-03
1
-2
/
+2
*
Fix whitespace
Adam Turner
2022-03-07
1
-5
/
+1
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-3
/
+0
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-3
/
+3
*
Remove module titles in docstrings
Adam Turner
2022-02-19
1
-3
/
+0
*
Fix #10181: napoleon_use_ivar adds unexpected prefix to vars
Takeshi KOMIYA
2022-02-12
1
-1
/
+4
*
Merge pull request #10101 from Gobot1234/4.x
Takeshi KOMIYA
2022-01-16
1
-6
/
+4
|
\
|
*
Only add returns section if there is something
James Hilton-Balfe
2022-01-15
1
-6
/
+4
*
|
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
|
/
*
refactor: use raw Type for type annotations
Takeshi KOMIYA
2021-04-04
1
-1
/
+1
*
refactor: Use PEP-526 based variable annotation (sphinx.ext)
Takeshi KOMIYA
2021-03-15
1
-11
/
+11
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-24
1
-4
/
+27
|
\
|
*
Fix #8004: napoleon_preprocess_types for Google style docstrings
Takeshi KOMIYA
2021-01-23
1
-4
/
+27
*
|
Merge branch '3.x'
Takeshi KOMIYA
2021-01-22
1
-5
/
+19
|
\
\
|
|
/
|
*
Close #8573: napoleon: Add more custom section styles
SolidifiedRay
2021-01-18
1
-5
/
+19
*
|
Close #5560: napoleon_use_param also affect "other parameters" section
Takeshi KOMIYA
2021-01-20
1
-1
/
+7
*
|
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-12-20
1
-0
/
+11
|
\
\
|
|
/
|
*
Close #8236: napoleon: Support numpydoc's "Receives" section
Takeshi KOMIYA
2020-12-19
1
-0
/
+11
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-12-14
1
-0
/
+22
|
\
\
|
|
/
|
*
removed unnecessary 'or {}'
Quentin Soubeyran
2020-11-25
1
-1
/
+1
|
*
enabled feature for module docstring
Quentin Soubeyran
2020-11-25
1
-1
/
+1
|
*
implemented feature in numpy style, factored common code
Quentin Soubeyran
2020-11-25
1
-11
/
+20
|
*
refactored code and tests, prepared for numpy feature
Quentin Soubeyran
2020-11-25
1
-18
/
+9
|
*
added behavior for exceptions
Quentin Soubeyran
2020-11-25
1
-1
/
+1
|
*
corrected too long line for flake8
Quentin Soubeyran
2020-11-25
1
-1
/
+2
|
*
added napoleon_google_attr_annotations option to use PEP 526 on google style
Quentin Soubeyran
2020-11-25
1
-1
/
+22
*
|
Do isort
Takeshi KOMIYA
2020-11-12
1
-1
/
+0
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-02
1
-29
/
+32
|
\
\
|
|
/
[next]