From 6a6c2c23afdff0d95a9302d1a65e6b4c9f19aba1 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 27 Oct 2025 11:27:42 +0100 Subject: WIP docs --- doc/api/index.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/api/index.rst (limited to 'doc/api') diff --git a/doc/api/index.rst b/doc/api/index.rst new file mode 100644 index 0000000..b4678f8 --- /dev/null +++ b/doc/api/index.rst @@ -0,0 +1,17 @@ +API reference +============= + +.. automodule:: patchtree.config + :members: + +.. automodule:: patchtree.process + :members: + +.. automodule:: patchtree.diff + :members: + +.. automodule:: patchtree.patch + :members: + +.. automodule:: patchtree.context + :members: -- cgit v1.2.3