From 8a66da12786cd02891a627d640df1b90a6712406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Sun, 27 Sep 2015 13:57:30 +0200 Subject: [PATCH] docs: remove reference to old Remote.credentials --- docs/remotes.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/remotes.rst b/docs/remotes.rst index ced708a..6aa7bd7 100644 --- a/docs/remotes.rst +++ b/docs/remotes.rst @@ -48,8 +48,6 @@ Refspecs objects are not constructed directly, but returned by Credentials ================ -.. automethod:: pygit2.Remote.credentials - There are two types of credentials: username/password and SSH key pairs. Both :py:class:`pygit2.UserPass` and :py:class:`pygit2.Keypair` are callable objects, with the appropriate signature for the