Use autodocs

This commit is contained in:
J. David Ibáñez 2013-01-12 18:42:12 +01:00
parent 139ea8d67c
commit 0ff85b8fea
4 changed files with 17 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ pygit2/*.pyc
pygit2/__pycache__ pygit2/__pycache__
*.egg-info *.egg-info
*.swp *.swp
docs/_build

0
docs/_static/.keep vendored Normal file
View File

View File

@ -11,6 +11,8 @@ Contents:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
pygit2
Indices and tables Indices and tables

14
docs/pygit2.rst Normal file
View File

@ -0,0 +1,14 @@
:mod:`pygit2`
=============
.. Util functions
.. automodule:: pygit2.utils
:members:
:show-inheritance:
:undoc-members:
.. c extension
.. automodule:: _pygit2
:members:
:show-inheritance:
:undoc-members: