diff --git a/source/index.rst b/source/index.rst index d60f352..a433f57 100644 --- a/source/index.rst +++ b/source/index.rst @@ -11,6 +11,8 @@ Contents: .. toctree:: :maxdepth: 2 + pygit2 + Indices and tables diff --git a/source/pygit2.rst b/source/pygit2.rst new file mode 100644 index 0000000..8a6d303 --- /dev/null +++ b/source/pygit2.rst @@ -0,0 +1,6 @@ +:mod:`pygit2` +============= + +.. automodule:: pygit2 + :members: + :show-inheritance: