summaryrefslogtreecommitdiff
path: root/utils/doclinter.py
Commit message (Collapse)AuthorAgeFilesLines
* doclinter: Allow anonymous hyperlink target having long URLTakeshi KOMIYA2021-07-061-0/+3
|
* doc: Fix docslint misunderstanding scope of code-blocksTakeshi KOMIYA2021-06-061-1/+1
|
* Sort imports with isortFrançois Freitag2020-11-111-1/+0
| | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip.
* doclinter: Allow a very long literal stringTakeshi KOMIYA2020-07-241-0/+3
|
* doc: Fold lines by 80 columnsTakeshi KOMIYA2019-05-301-1/+1
|
* doclinter: restrict by 90 columnsTakeshi KOMIYA2019-05-261-1/+1
|
* doclinter: Fix files are ignored.Takeshi KOMIYA2019-05-261-6/+9
|
* doclinter: Ignore large code-block and long interpreted textTakeshi KOMIYA2019-05-261-1/+19
|
* Add utils/doclinter.py; a documenter linter for SphinxTakeshi KOMIYA2019-05-121-0/+59