From d7982aab2f88856e27cf50bb88eb0c7bdd5fd06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Sun, 12 Feb 2012 20:48:32 +0100 Subject: [PATCH] Add autogenerated documenation --- source/index.rst | 2 ++ source/pygit2.rst | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 source/pygit2.rst 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: