Is there an easy way to visualize the differences between rst files using rst2pdf? I know I could use rst2latex instead and then latexdiff to generate PDF files (and that is the effect I am after), but I would like to have the same style in the origin开发者_如何学Pythonal and diff files.
rst2pdf author here :-)
I don't think you can. However, it's a very cool thing! I think a rst-diff would be a good idea. It may not work for everything (like, how does latex-diff handle tables where cells are moved around?) for for mostly text ... it should be doable.
I may take a shot at it someday.
精彩评论