aboutsummaryrefslogtreecommitdiff
path: root/readme.rst
diff options
context:
space:
mode:
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.rst b/readme.rst
index a40c07b..8e4b901 100644
--- a/readme.rst
+++ b/readme.rst
@@ -16,3 +16,5 @@
Patchtree is a tool for generating clean patches for external source trees.
It allows both patch sources to be maintained separately from the sources they apply to, and templating or scripting of the patches themselves in order to adjust to variations in the external source tree.
This makes it a useful for automating the process of backporting bugfixes or adding functionality to existing software releases.
+
+See `<https://patchtree.readthedocs.io>`_ for user, developer and API documentation.