Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doclinter: Allow anonymous hyperlink target having long URL | Takeshi KOMIYA | 2021-07-06 | 1 | -0/+3 |
| | |||||
* | doc: Fix docslint misunderstanding scope of code-blocks | Takeshi KOMIYA | 2021-06-06 | 1 | -1/+1 |
| | |||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -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 string | Takeshi KOMIYA | 2020-07-24 | 1 | -0/+3 |
| | |||||
* | doc: Fold lines by 80 columns | Takeshi KOMIYA | 2019-05-30 | 1 | -1/+1 |
| | |||||
* | doclinter: restrict by 90 columns | Takeshi KOMIYA | 2019-05-26 | 1 | -1/+1 |
| | |||||
* | doclinter: Fix files are ignored. | Takeshi KOMIYA | 2019-05-26 | 1 | -6/+9 |
| | |||||
* | doclinter: Ignore large code-block and long interpreted text | Takeshi KOMIYA | 2019-05-26 | 1 | -1/+19 |
| | |||||
* | Add utils/doclinter.py; a documenter linter for Sphinx | Takeshi KOMIYA | 2019-05-12 | 1 | -0/+59 |