From b56bc1a087ee7db43fc74a144e3c71e7e8057e1e Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Thu, 13 Dec 2012 15:29:53 +0100 Subject: [PATCH] working version for doc generation with sphinx --- source/pygit2.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/pygit2.rst b/source/pygit2.rst index 8a6d303..d266f04 100644 --- a/source/pygit2.rst +++ b/source/pygit2.rst @@ -1,6 +1,14 @@ :mod:`pygit2` ============= -.. automodule:: pygit2 +.. Util functions +.. automodule:: pygit2.utils :members: :show-inheritance: + :undoc-members: + +.. c extension +.. automodule:: _pygit2 + :members: + :show-inheritance: + :undoc-members: