summaryrefslogtreecommitdiff
path: root/sphinx/writers/text.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Node.traverse() will returns generator since 0.18Takeshi KOMIYA2021-10-101-1/+1
* Improve sphinx.writers.text docstringsLouis Maddox2021-07-181-18/+17
* Decl styling, update writersJakob Lykke Andersen2021-04-121-6/+24
* refactor: Use PEP-526 based variable annotation (sphinx.writers)Takeshi KOMIYA2021-03-131-18/+17
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-4/+4
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-4/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-11-021-0/+3
|\ \ | |/
| * Don't remove substitution_reference nodes (fix #7953)Brecht Machiels2020-09-081-0/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-1/+1
|\ \ | |/
| * fix typoTetsuo Koyama2020-07-191-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-1/+1
|\ \ | |/
| * Use chain.from_iterable in text.pyRam Rachum2020-06-171-1/+1
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-3/+2
|/
* refactor: Update type annotations in sphinx.writers.*Takeshi KOMIYA2020-02-231-21/+21
* Merge branch '2.x' into 3.xTakeshi KOMIYA2020-02-181-1/+0
|\
| * Fix #7170: text: Remove debug printTakeshi KOMIYA2020-02-181-1/+0
* | Merge branch '2.0'Takeshi KOMIYA2020-01-011-3/+3
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-3/+3
* | Fix flake8 violationTakeshi KOMIYA2019-12-011-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-12-011-13/+20
|\ \ | |/
| * Fix #6867: text: extra spaces are inserted to hyphenated words on folding linesTakeshi KOMIYA2019-11-301-13/+20
* | Merge branch '2.0'Takeshi KOMIYA2019-11-301-403/+205
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.writers.textTakeshi KOMIYA2019-11-261-407/+207
* | Merge branch '2.0'Takeshi KOMIYA2019-07-131-1/+1
|\ \ | |/
| * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-1/+1
| * Fix mypy violations (for mypy-0.710)Takeshi KOMIYA2019-06-211-1/+1
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-12/+0
|/
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Reorder the arguments for translatorsTakeshi KOMIYA2018-12-171-1/+1
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | | Remove redundant coerce to str in string formattingJon Dufresne2018-12-161-1/+1
|/ /
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-21/+20
* | Remove a hack for py2 from TextWrapperTakeshi KOMIYA2018-12-151-3/+2
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-2/+2
* | Use nodes.Element for visitor/departure methodsTakeshi KOMIYA2018-12-151-181/+181
* | Fix annotations for footnotesTakeshi KOMIYA2018-12-101-1/+2
* | refactor TextTranslator; Replace _make_depart_admonition()Takeshi KOMIYA2018-12-041-16/+26
* | Add SphinxTranslator as an abstract classTakeshi KOMIYA2018-12-031-7/+8
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-5/+8
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-1/+1
* | Fix annotations for writersTakeshi KOMIYA2018-11-281-4/+4
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Update type hints to text writerTakeshi KOMIYA2018-11-211-183/+183
* | Fix two nits with the TextBuilder classStephen Finucane2018-11-161-4/+0