Docs: Fix and add missing stuff

This commit is contained in:
J. David Ibáñez 2013-12-20 19:00:58 +01:00
parent 3cc0662def
commit 46543a85d3
2 changed files with 5 additions and 4 deletions

@ -13,10 +13,10 @@ The Remote type
.. autoattribute:: pygit2.Remote.name
.. autoattribute:: pygit2.Remote.url
.. autoattribute:: pygit2.Remote.refspec_count
.. automethod:: pygit2.Remote.get_push_refspec
.. automethod:: pygit2.Remote.get_pull_refspec
.. automethod:: pygit2.Remote.set_push_refspec
.. automethod:: pygit2.Remote.set_pull_refspec
.. automethod:: pygit2.Remote.get_push_refspecs
.. automethod:: pygit2.Remote.get_fetch_refspecs
.. automethod:: pygit2.Remote.set_push_refspecs
.. automethod:: pygit2.Remote.set_fetch_refspecs
.. automethod:: pygit2.Remote.get_refspec
.. automethod:: pygit2.Remote.fetch
.. automethod:: pygit2.Remote.push

@ -61,3 +61,4 @@ Below there are some general attributes and methods:
.. autoattribute:: pygit2.Repository.is_empty
.. automethod:: pygit2.Repository.read
.. automethod:: pygit2.Repository.write
.. automethod:: pygit2.Repository.reset