summaryrefslogtreecommitdiffstats
path: root/Doc/tools/rstlint.py
Commit message (Expand)AuthorAgeFilesLines
* rstlint: make the "html leaked markup" regex a bit less sensitiveGeorg Brandl2014-10-301-1/+1
* rstlint: add more directives we useGeorg Brandl2014-10-301-6/+6
* #4976: union() and intersection() take multiple args, but talk about "the oth...Georg Brandl2009-01-181-0/+3
* only check the actual compile() call for a SyntaxErrorBenjamin Peterson2009-01-041-5/+5
* Disable the line length checker by default.Georg Brandl2009-01-031-2/+7
* Recognize usage of the default role.Georg Brandl2009-01-031-2/+10
* Add rstlint, a little tool to find subtle markup problems and inconsistencies...Georg Brandl2009-01-031-0/+217