Docs: Fix and add missing stuff
This commit is contained in:
@@ -13,10 +13,10 @@ The Remote type
|
|||||||
.. autoattribute:: pygit2.Remote.name
|
.. autoattribute:: pygit2.Remote.name
|
||||||
.. autoattribute:: pygit2.Remote.url
|
.. autoattribute:: pygit2.Remote.url
|
||||||
.. autoattribute:: pygit2.Remote.refspec_count
|
.. autoattribute:: pygit2.Remote.refspec_count
|
||||||
.. automethod:: pygit2.Remote.get_push_refspec
|
.. automethod:: pygit2.Remote.get_push_refspecs
|
||||||
.. automethod:: pygit2.Remote.get_pull_refspec
|
.. automethod:: pygit2.Remote.get_fetch_refspecs
|
||||||
.. automethod:: pygit2.Remote.set_push_refspec
|
.. automethod:: pygit2.Remote.set_push_refspecs
|
||||||
.. automethod:: pygit2.Remote.set_pull_refspec
|
.. automethod:: pygit2.Remote.set_fetch_refspecs
|
||||||
.. automethod:: pygit2.Remote.get_refspec
|
.. automethod:: pygit2.Remote.get_refspec
|
||||||
.. automethod:: pygit2.Remote.fetch
|
.. automethod:: pygit2.Remote.fetch
|
||||||
.. automethod:: pygit2.Remote.push
|
.. automethod:: pygit2.Remote.push
|
||||||
|
@@ -61,3 +61,4 @@ Below there are some general attributes and methods:
|
|||||||
.. autoattribute:: pygit2.Repository.is_empty
|
.. autoattribute:: pygit2.Repository.is_empty
|
||||||
.. automethod:: pygit2.Repository.read
|
.. automethod:: pygit2.Repository.read
|
||||||
.. automethod:: pygit2.Repository.write
|
.. automethod:: pygit2.Repository.write
|
||||||
|
.. automethod:: pygit2.Repository.reset
|
||||||
|
Reference in New Issue
Block a user