diff options
Diffstat (limited to 'doc/api/index.rst')
| -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: |