blob: d200f6fc2a60511e6a408cf398c7b67f1d2812cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
.. _api:
=============
API reference
=============
---------------------------
``patchtree.config`` module
---------------------------
.. automodule:: patchtree.config
:members:
----------------------------
``patchtree.context`` module
----------------------------
.. automodule:: patchtree.context
:members:
-------------------------
``patchtree.diff`` module
-------------------------
.. automodule:: patchtree.diff
:members:
------------------------------
``patchtree.fs`` module
------------------------------
.. automodule:: patchtree.fs
:members:
------------------------------
``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:
|