aboutsummaryrefslogtreecommitdiff
path: root/readme.rst
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-10-30 19:19:40 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-10-30 19:19:40 +0100
commit5e723d53077210bc51272320b76577b44730c55e (patch)
treeca57db0556613f8184b779ddc09f3a576d4a274f /readme.rst
parent923ceed965328188234554b059de7e1f8703cce7 (diff)
more documentation tweaks
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.