summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosummary
Commit message (Expand)AuthorAgeFilesLines
* Autosummary: Always emit grouped ``ImportError`` exceptions (#11380)Adam Turner2023-04-281-15/+5
* autosummary: Support documenting inherited attributes (#10691)Jens Hedegaard Nielsen2023-04-061-7/+17
* Autosummary: Extend ``__all__`` members to template rendering (#10811)Clément Pinard2023-04-061-3/+49
* Remove ``sphinx.locale.setlocale``Adam Turner2023-03-241-4/+3
* Resolve ``flake8-return`` errorsAdam Turner2023-02-182-3/+2
* Fix COM812Adam Turner2023-02-182-4/+4
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-6/+6
* Fix various Ruff errorsAdam Turner2023-01-311-2/+4
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-072-8/+24
* Document ``typing.NewType`` as a class (#10700)Adam Turner2023-01-021-3/+2
* Run pyupgrade (#11070)Adam Turner2023-01-022-8/+8
* Use PEP 604 typesAdam Turner2023-01-012-16/+16
* Use PEP 595 typesAdam Turner2023-01-012-55/+55
* Insert ``from __future__ import annotations``Adam Turner2023-01-012-0/+4
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-301-2/+2
* Merge branch '5.x'Adam Turner2022-09-251-0/+3
|\
| * Define extra indent as a class attributeAdam Turner2022-09-251-0/+3
* | Merge branch '5.x'Adam Turner2022-09-092-16/+23
|\ \ | |/
| * Fix more strict static typing errors (#10681)danieleades2022-08-282-16/+23
* | Merge branch '5.x'Adam Turner2022-07-241-1/+1
|\ \ | |/
| * Update include_patterns implementation (#10680)Adam Turner2022-07-231-1/+1
* | Merge branch '5.x'Adam Turner2022-07-181-3/+4
|\ \ | |/
| * Improve static typing strictness (#10569)danieleades2022-07-181-3/+4
* | Merge branch '5.x'Adam Turner2022-07-171-1/+1
|\ \ | |/
| * Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-171-1/+1
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-10/+1
|/
* remove unnecessary generators (C400, C401)Daniel Eades2022-06-032-3/+3
* remove unnecessary list calls around 'sorted' (C413)Daniel Eades2022-06-031-1/+1
* Fix #10509: autosummary: autosummary fails with a shared libraryTakeshi KOMIYA2022-06-031-2/+6
* autosummary: global variables having doc-comment are considered as non-import...Takeshi KOMIYA2022-05-071-2/+4
* Fix a flake8 warningTakeshi KOMIYA2022-05-071-1/+0
* Merge branch '5.x' into 10258_autosummaryTakeshi KOMIYA2022-05-072-137/+50
|\
| * Remove deprecated code for Sphinx 5.0Adam Turner2022-04-172-86/+10
| * Merge branch '4.x'Takeshi KOMIYA2022-03-192-51/+40
| |\
| | * Merge pull request #10212 from AA-Turner/remove-module-docstring-titlesTakeshi KOMIYA2022-03-142-50/+39
| | |\
| | | * Remove copyright and licence fieldsAdam Turner2022-02-202-6/+0
| | | * Conform to PEP 257 summary line conventionsAdam Turner2022-02-202-4/+7
| | | * Fix module docstring indentationAdam Turner2022-02-202-40/+40
| | | * Fix module docstring first lineAdam Turner2022-02-202-4/+2
| | | * Remove module titles in docstringsAdam Turner2022-02-192-6/+0
| | * | Close #10234: autosummary: Add "autosummary" CSS class to summary tablesTakeshi KOMIYA2022-03-061-1/+1
| | |/
* | | Do not pass attr_docs as an argument into ModuleScanner.scanMatyas Novak2022-03-141-4/+6
* | | Recognize a documented attribute of a module as non-imported.Matyas Novak2022-03-111-5/+6
|/ /
* | Merge branch '4.x'Takeshi KOMIYA2022-01-172-4/+4
|\ \ | |/
| * address some unused loop control variables (B007)Daniel Eades2022-01-122-4/+4
* | Merge branch '4.x'Takeshi KOMIYA2022-01-161-2/+0
|\ \ | |/
| * Fix #10058: autosummary: Imported members are not shownTakeshi KOMIYA2022-01-111-2/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-01-031-1/+1
|\ \ | |/
| * Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-1/+1
* | autosummary: autosummary: import_by_name() now raises ImportExceptionGroupTakeshi KOMIYA2022-01-022-8/+14
|/