Use autodocs
This commit is contained in:
parent
139ea8d67c
commit
0ff85b8fea
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
0
docs/_static/.keep
vendored
Normal 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
14
docs/pygit2.rst
Normal 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:
|
Loading…
x
Reference in New Issue
Block a user