summaryrefslogtreecommitdiff
path: root/sphinx/ext/apidoc.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-4/+3
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-3/+4
* Fix typos found by codespellDimitri Papadopoulos2023-03-271-1/+1
* Remove ``sphinx.locale.setlocale``Adam Turner2023-03-241-2/+2
* Fix pytest style issuesAdam Turner2023-02-181-1/+2
* Fix COM812Adam Turner2023-02-181-2/+2
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-3/+2
* Address SIM103 lints (#11052)danieleades2023-01-021-5/+1
* Use ``any`` to find elements in iterable (#11053)danieleades2023-01-021-13/+12
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Use PEP 604 typesAdam Turner2023-01-011-6/+6
* Use PEP 595 typesAdam Turner2023-01-011-16/+16
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Enable Ruff's pylint checksAdam Turner2022-12-291-2/+1
* Prefer ``raise SystemExit`` to ``sys.exit``Adam Turner2022-10-171-1/+1
* Improve static typing strictness (#10569)danieleades2022-07-181-6/+7
* Fix #10200: apidoc: Duplicated submodules are shown for modulesTakeshi KOMIYA2022-04-301-0/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Conform to PEP 257 summary line conventionsAdam Turner2022-02-201-1/+3
* Fix module docstring indentationAdam Turner2022-02-201-7/+7
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-061-1/+1
* Improve sphinx.ext.apidoc docstringsLouis Maddox2021-07-181-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA2021-03-151-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-01-241-24/+44
|\
| * Fix #8727: apidoc: namespace module file is not generated if no submodulesTakeshi KOMIYA2021-01-231-24/+44
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-4/+4
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-71/+0
|/
* * Propagated "maxdepth" recursively through package documents.Sergio Garcia Prado2020-03-141-0/+1
* Fix #6327: apidoc: Support a python package consisted of __init__.so fileTakeshi KOMIYA2020-02-081-11/+28
* refactor: apidoc.shall_skip()Takeshi KOMIYA2020-02-081-5/+35
* apidoc: Add ``-q`` option for quiet mode (refs: #6772)Takeshi KOMIYA2020-02-011-3/+12
* Fix #6899: apidoc: private members are not shown even if --private givenTakeshi KOMIYA2020-01-301-2/+10
* Fix #6986: apidoc: misdetects module name for .so file inside moduleTakeshi KOMIYA2020-01-031-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Close #2546: apidoc: .so file supportTakeshi KOMIYA2019-11-171-3/+4
* Migrate to py3 style type annotation: sphinx.ext.apidocTakeshi KOMIYA2019-07-011-33/+20
* Fix #6517: apidoc: user_template_dir is not passed when it recursesTakeshi KOMIYA2019-06-221-1/+1
* Close #5602: apidoc: Add ``--templatedir`` optionTakeshi KOMIYA2019-06-161-16/+24
* apidoc: template files are renamed to ``.rst_t``Takeshi KOMIYA2019-06-161-3/+3
* refactor apidoc: Add is_skipped_module()Takeshi KOMIYA2019-05-301-2/+15
* refactor: apidoc: Replace makename() by module_join()Takeshi KOMIYA2019-05-151-7/+16
* apidoc: Deprecate unused functionsTakeshi KOMIYA2019-05-041-0/+6
* apidoc: Use a template for generating package fileTakeshi KOMIYA2019-05-041-53/+26
* apidoc: Use a template for generating toc fileTakeshi KOMIYA2019-05-041-8/+10