diff options
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
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: |