summaryrefslogtreecommitdiff
path: root/sphinx/util/docstrings.py
Commit message (Expand)AuthorAgeFilesLines
* Use PEP 595 typesAdam Turner2023-01-011-5/+4
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-11/+0
* Remove deprecated code for Sphinx 5.0Adam Turner2022-04-171-16/+8
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix #8597: autodoc: metadata only docstring is treated as undocumentedTakeshi KOMIYA2021-05-021-5/+18
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-1/+1
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-1/+0
* Fix typo in prepare_docstring() warningFritz Reese2020-07-141-1/+1
* Deprecate ignore parameter for Documenter.get_doc()Takeshi KOMIYA2020-05-031-1/+10
* Close #6830: autodoc: consider a member private if docstring has "private" me...Takeshi KOMIYA2020-01-041-1/+31
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.util.docstringsTakeshi KOMIYA2019-06-021-8/+3
* Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignoredTakeshi KOMIYA2019-04-251-3/+3
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-0/+4
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+2
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | merge with stableGeorg Brandl2014-11-071-1/+2
|\ \ | |/
| * Fix :confval:`autodoc_docstring_signature` not working with signaturesGeorg Brandl2014-11-071-1/+2
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+2
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Fix docstring preparation with included signature: ignore indentation of two ...Georg Brandl2011-01-041-12/+15
* | Docstring harmonization.Georg Brandl2010-08-221-8/+7
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
* attribute documentation now overrides non attribute documentation.Armin Ronacher2009-02-051-2/+6
* Fix a few remaining copyrights and add 2009 to license.Georg Brandl2009-01-041-1/+1
* Move docstring processing to an util module.Georg Brandl2008-12-301-0/+56