summaryrefslogtreecommitdiff
path: root/sphinx/transforms/compact_bullet_list.py
Commit message (Expand)AuthorAgeFilesLines
* Use PEP 595 typesAdam Turner2023-01-011-3/+3
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* 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
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-2/+2
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.transforms)Takeshi KOMIYA2021-03-241-1/+1
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-2/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* Migrate to py3 style type annotation: sphinx.transforms.compact_bullet_listTakeshi KOMIYA2019-08-211-20/+11
* refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA2019-03-171-1/+13
* 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
* | Fix annotations for transformsTakeshi KOMIYA2018-11-291-4/+6
* | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-231-3/+3
|/
* 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
* Fix mypy violationsTakeshi KOMIYA2017-12-161-1/+5
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Add SphinxTransform as a base class of TransformsTakeshi KOMIYA2017-03-101-4/+3
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-0/+6
|/
* Refactor sphinx.environment: Reimplemnt process_refonly_bullet_lists() as a t...Takeshi KOMIYA2016-09-151-0/+82