Add <target> to one more testcase (see r8206).
[docutils.git] / sandbox / rstdiff / rstdiff.rst
blob44b5f848dd51911264296dc3789f3ab523e28544
1 ==========
2 rstdiff.py
3 ==========
5 -----------------------------------------------------
6 Generate a diff from two reStructuredText input files
7 -----------------------------------------------------
9 SYNOPSIS
10 ========
12 **rstdiff.py** [*options*]... *old-reST* [*new-reST* [*diff-output*]]
14 DESCRIPTION
15 ===========
17 Generates a structural diff from two reStructuredText input documents
18 and produces an annotated result.
20 OPTIONS
21 =======
23 .. include:: docutilsOptions.rst
25 SEE ALSO
26 ========
28 Docutils
29     http://docutils.sourceforge.net/
31 reStructuredText
32     http://docutils.sourceforge.net/rst.html
34 AVAILABILITY
35 ============
37 **rstdiff.py** is available from
39 http://www.merten-home.de/FreeSoftware/rstdiff/
41 and the Docutils sandbox
43 svn://svn.berlios.de/docutils/trunk/sandbox/rstdiff