diff options
| author | Loek Le Blansch <loek.le-blansch.pv@renesas.com> | 2026-01-06 07:50:30 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek.le-blansch.pv@renesas.com> | 2026-01-06 08:12:00 +0100 |
| commit | 6f50423eaae06421aa6e9bd1976491f29b1466e3 (patch) | |
| tree | 4a4cca45db5bf31c01fab0e26e0ab2c0d6f79c98 /doc/api | |
| parent | bbe15d0a21e04c59527ab5453d8bb49c952e4a30 (diff) | |
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/index.rst | 48 |
1 files changed, 45 insertions, 3 deletions
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: |