Index of /sandbox/rstdiff

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]MANIFEST.in 2018-06-17 08:52 37  
[TXT]global.log 2018-06-17 08:52 74K 
[TXT]rstdiff.py 2018-06-17 08:52 43K 
[TXT]rstdiff.rst 2018-06-17 08:52 785  
[   ]setup.py 2018-06-17 08:52 493  
[DIR]studies/ 2018-06-17 08:52 -  
[TXT]tag.log 2018-06-17 08:52 14  
[DIR]tests/ 2018-06-17 08:52 -  
[DIR]treediff/ 2018-06-17 08:52 -  
[   ]version.py 2018-06-17 08:52 18  

rstdiff README

rstdiff README

Overview

rstdiff.py takes two reStructuredText documents as input, does a structural comaprison on them and produces an annotated result highlighting the changes. rstdiff.py "understands" reStructuredText and therefore is able to care for the subtleties of such a comparison the result is usually much more useful than a plain source diff.

The result is then written by a Docutils writer. Use the --writer option to select a writer for the result.

Installation

rstdiff.py uses the standard Distutils package. Thus the installation is done with something like:

python setup.py install