From 6f50423eaae06421aa6e9bd1976491f29b1466e3 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 6 Jan 2026 07:50:30 +0100 Subject: 1.0 release --- doc/api/index.rst | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) (limited to 'doc/api') diff --git a/doc/api/index.rst b/doc/api/index.rst index feb1740..d200f6f 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -1,19 +1,61 @@ .. _api: +============= API reference ============= +--------------------------- +``patchtree.config`` module +--------------------------- + .. automodule:: patchtree.config :members: -.. automodule:: patchtree.process +---------------------------- +``patchtree.context`` module +---------------------------- + +.. automodule:: patchtree.context :members: +------------------------- +``patchtree.diff`` module +------------------------- + .. automodule:: patchtree.diff :members: -.. automodule:: patchtree.patch +------------------------------ +``patchtree.fs`` module +------------------------------ + +.. automodule:: patchtree.fs :members: -.. automodule:: patchtree.context +------------------------------ +``patchtree.header`` module +------------------------------ + +.. automodule:: patchtree.header + :members: + +---------------------------- +``patchtree.process`` module +---------------------------- + +.. automodule:: patchtree.process + :members: + +------------------------------ +``patchtree.spec`` module +------------------------------ + +.. automodule:: patchtree.spec + :members: + +--------------------------- +``patchtree.target`` module +--------------------------- + +.. automodule:: patchtree.target :members: -- cgit v1.2.3