flake8-rst icon indicating copy to clipboard operation
flake8-rst copied to clipboard

[ENH] Check literal blocks

Open FHaase opened this issue 6 years ago • 2 comments
trafficstars

  • [x] closes #14
  • [ ] write documentation
  1. Splits blocks in *.rst files on occurence of .. highlight:: <language>.
  2. If selected highlight-language is for python, search for literal blocks

Default language set by sphinx's highlight-language option can be set, as well as the languages that should be analysed.

FHaase avatar Jan 14 '19 02:01 FHaase

@kataev Do you mind having a deeper look into weather this actually works correct and I didn't miss any corner cases?

FHaase avatar Jan 14 '19 02:01 FHaase

@FHaase we can run it again sqlalchemy repo :) and check output. I will try it a little later.

kataev avatar Jan 17 '19 10:01 kataev