| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| MANIFEST.in | 22-Mar-2013 08:15 | 37 | ||
| global.log | 22-Mar-2013 08:15 | 74K | ||
| rstdiff.py | 22-Mar-2013 08:15 | 43K | ||
| rstdiff.rst | 22-Mar-2013 08:15 | 785 | ||
| setup.py | 22-Mar-2013 08:15 | 493 | ||
| studies/ | 22-Mar-2013 08:15 | - | ||
| tag.log | 22-Mar-2013 08:15 | 14 | ||
| tests/ | 22-Mar-2013 08:15 | - | ||
| treediff/ | 22-Mar-2013 08:15 | - | ||
| version.py | 22-Mar-2013 08:15 | 18 | ||
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.
rstdiff.py uses the standard Distutils package. Thus the installation is done with something like:
python setup.py install