blob: 44b5f848dd51911264296dc3789f3ab523e28544 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
==========
rstdiff.py
==========
-----------------------------------------------------
Generate a diff from two reStructuredText input files
-----------------------------------------------------
SYNOPSIS
========
**rstdiff.py** [*options*]... *old-reST* [*new-reST* [*diff-output*]]
DESCRIPTION
===========
Generates a structural diff from two reStructuredText input documents
and produces an annotated result.
OPTIONS
=======
.. include:: docutilsOptions.rst
SEE ALSO
========
Docutils
http://docutils.sourceforge.net/
reStructuredText
http://docutils.sourceforge.net/rst.html
AVAILABILITY
============
**rstdiff.py** is available from
http://www.merten-home.de/FreeSoftware/rstdiff/
and the Docutils sandbox
svn://svn.berlios.de/docutils/trunk/sandbox/rstdiff
|