summaryrefslogtreecommitdiff
path: root/sphinx/ext/napoleon
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated ``sphinx.ext.napoleon.iterators`` module (#11364)Adam Turner2023-04-271-235/+0
* Enable 'nit-picky mode' for Sphinx's documentationAdam Turner2023-04-061-4/+4
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-181-13/+13
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-3/+1
* Collapse ``.startswith`` and ``.endswith`` testsAdam Turner2023-02-091-2/+2
* Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-021-3/+3
* Use ``any`` to find elements in iterable (#11053)danieleades2023-01-021-1/+1
* Run pyupgrade (#11070)Adam Turner2023-01-022-13/+13
* Use PEP 604 typesAdam Turner2023-01-012-18/+18
* Use PEP 595 typesAdam Turner2023-01-012-73/+73
* Insert ``from __future__ import annotations``Adam Turner2023-01-013-0/+6
* Tighten mypy 'strict optional' whitelist (#11038)danieleades2022-12-291-13/+31
* Remove unnecessary conditional import in ``sphinx.ext.napoleon`` (#11043)Antony Lee2022-12-291-16/+11
* Merge branch '5.x'Adam Turner2022-10-161-3/+3
|\
| * Ensure non-builtin extensions use the proper versionAdam Turner2022-09-301-3/+3
* | Clean up after dropping Python 3.6Adam Turner2022-09-271-2/+0
* | Merge branch '5.x'Adam Turner2022-09-091-2/+2
|\ \ | |/
| * Fix more strict static typing errors (#10681)danieleades2022-08-281-2/+2
* | Merge branch '5.x'Jean-François B2022-08-061-2/+4
|\ \ | |/
| * Fix flake8 5.0.0 reported formatting errorsdaniel.eades2022-08-011-2/+4
| * Fix ValueError popping out in `sphinx.ext.napoleon` (#10709)Antony Lee2022-07-251-12/+22
* | Merge branch '5.x'Adam Turner2022-07-261-12/+22
|\ \
| * | Fix ValueError popping out in `sphinx.ext.napoleon` (#10709)Antony Lee2022-07-251-12/+22
| |/
* | Merge branch '5.x' into masterJean-François B2022-06-302-31/+49
|\ \ | |/
| * Replace `napoleon.iterators` by simpler stack implementation (#9856)Antony Lee2022-06-262-31/+49
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-16/+1
|/
* remove unnecessary generators (C400, C401)Daniel Eades2022-06-031-2/+2
* Merge branch '4.x'Takeshi KOMIYA2022-03-193-31/+3
|\
| * Fix whitespaceAdam Turner2022-03-072-10/+2
| * Collapse single line docstringsAdam Turner2022-02-201-2/+1
| * Remove copyright and licence fieldsAdam Turner2022-02-203-9/+0
| * Fix module docstring indentationAdam Turner2022-02-203-8/+8
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-193-9/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-02-191-1/+4
|\ \ | |/
| * Fix #10181: napoleon_use_ivar adds unexpected prefix to varsTakeshi KOMIYA2022-02-121-1/+4
* | Merge branch '4.x'Takeshi KOMIYA2022-01-172-7/+5
|\ \ | |/
| * Merge pull request #10078 from danieleades/refactor/unused-loop-control-varia...Takeshi KOMIYA2022-01-161-1/+1
| |\
| | * address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
| * | Merge pull request #10101 from Gobot1234/4.xTakeshi KOMIYA2022-01-161-6/+4
| |\ \ | | |/ | |/|
| | * Only add returns section if there is somethingJames Hilton-Balfe2022-01-151-6/+4
* | | Merge branch '4.x'Takeshi KOMIYA2022-01-161-2/+2
|\ \ \ | |/ /
| * | simplify some set comparisons (SIM109)Daniel Eades2022-01-101-2/+2
* | | Merge branch '4.x'Takeshi KOMIYA2022-01-013-3/+3
|\ \ \ | |/ /
| * | A happy new year!Takeshi KOMIYA2022-01-013-3/+3
* | | Merge branch '4.x'Takeshi KOMIYA2021-09-121-3/+3
|\ \ \ | |/ /
| * | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-061-3/+3
| |/
* | Fix link to NumPy Docstring StandardJuan Luis Cano Rodríguez2021-07-081-1/+1
|/
* doc: Add docs for napoleon_preprocess_typesTakeshi KOMIYA2021-04-111-1/+1