antmicro / tuttest

A simple Python utility for extracting documentation snippets from tutorials.
Apache License 2.0
13 stars 2 forks source link

Add RST support #5

Closed mgielda closed 4 years ago

mgielda commented 4 years ago

Currently we only support markdown - this feature would require us to actually do proper RST parsing (as the blocks there are indented + more complicated) but Python has proper infrastructure for parsing RST which we have used before, so this should be no real problem, just work.

mgielda commented 4 years ago

Done.