Index of /sandbox/rstdiff

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]MANIFEST.in 2025-07-11 12:50 37  
[TXT]global.log 2025-07-11 12:50 74K 
[TXT]rstdiff.py 2025-07-11 12:50 43K 
[TXT]rstdiff.rst 2025-07-11 12:50 785  
[   ]setup.py 2025-07-11 12:50 493  
[DIR]studies/ 2025-07-08 09:52 -  
[TXT]tag.log 2025-07-11 12:50 14  
[DIR]tests/ 2025-07-08 09:52 -  
[DIR]treediff/ 2025-07-08 09:52 -  
[   ]version.py 2025-07-11 12:50 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