From de5244d7c78b3d13b28e8084c17972d364a1e4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sun, 19 Jan 2014 23:58:33 +0100 Subject: [PATCH] Refspec: add documentation --- docs/remotes.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/remotes.rst b/docs/remotes.rst index 3542f69..9a9d7bf 100644 --- a/docs/remotes.rst +++ b/docs/remotes.rst @@ -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