From 46543a85d32f42de3f73555d5660478f7a13a3ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Fri, 20 Dec 2013 19:00:58 +0100 Subject: [PATCH] Docs: Fix and add missing stuff --- docs/remotes.rst | 8 ++++---- docs/repository.rst | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/remotes.rst b/docs/remotes.rst index 12a1755..3542f69 100644 --- a/docs/remotes.rst +++ b/docs/remotes.rst @@ -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 diff --git a/docs/repository.rst b/docs/repository.rst index 034ed56..ca08f1f 100644 --- a/docs/repository.rst +++ b/docs/repository.rst @@ -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