Docs: Fix and add missing stuff
This commit is contained in:
parent
3cc0662def
commit
46543a85d3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user