Fix documentation

This commit is contained in:
Jose Plana
2013-11-26 01:05:09 +01:00
parent 37ed244a40
commit 03a6465927

View File

@@ -13,7 +13,11 @@ 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
.. autoattribute:: pygit2.Remote.fetch_refspec
.. autoattribute:: pygit2.Remote.push_refspec
.. automethod:: pygit2.Remote.get_refspec .. automethod:: pygit2.Remote.get_refspec
.. automethod:: pygit2.Remote.set_fetch_refspecs
.. automethod:: pygit2.Remote.set_push_refspecs
.. automethod:: pygit2.Remote.fetch .. automethod:: pygit2.Remote.fetch
.. automethod:: pygit2.Remote.push .. automethod:: pygit2.Remote.push
.. automethod:: pygit2.Remote.save .. automethod:: pygit2.Remote.save