Skip to content

Commit

Permalink
Refspec: add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Jan 19, 2014
1 parent 17a49bb commit de5244d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/remotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,16 @@ The Remote type
.. automethod:: pygit2.Remote.fetch
.. automethod:: pygit2.Remote.push
.. automethod:: pygit2.Remote.save

The Refspec type
===================

.. autoattribute:: pygit2.Refspec.direction
.. autoattribute:: pygit2.Refspec.src
.. autoattribute:: pygit2.Refspec.dst
.. autoattribute:: pygit2.Refspec.force
.. autoattribute:: pygit2.Refspec.string
.. automethod:: pygit2.Refspec.src_matches
.. automethod:: pygit2.Refspec.dst_matches
.. automethod:: pygit2.Refspec.transform
.. automethod:: pygit2.Refspec.rtransform

0 comments on commit de5244d

Please sign in to comment.