From e824a0bd36b9d68660d5b2a5a19d88dbfe63a166 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sat, 1 Jun 2013 13:04:55 +0300 Subject: [PATCH 01/18] Replace doc url --- github/Commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Commit.py b/github/Commit.py index 41e0277f..a017f5d9 100644 --- a/github/Commit.py +++ b/github/Commit.py @@ -27,7 +27,7 @@ import github.CommitComment class Commit(github.GithubObject.CompletableGithubObject): """ - This class represents Commits as returned for example by http://developer.github.com/v3/todo + This class represents Commits as returned for example by http://developer.github.com/v3/git/commits/ """ @property From 7cc0afc61aa9abc844b54ba57569e49467cfa723 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sat, 1 Jun 2013 13:29:32 +0200 Subject: [PATCH 02/18] Change doc sentance --- github/Commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Commit.py b/github/Commit.py index a017f5d9..aff025c3 100644 --- a/github/Commit.py +++ b/github/Commit.py @@ -27,7 +27,7 @@ import github.CommitComment class Commit(github.GithubObject.CompletableGithubObject): """ - This class represents Commits as returned for example by http://developer.github.com/v3/git/commits/ + This class represents Commits. The reference can be found here http://developer.github.com/v3/git/commits/ """ @property From 7a643e9fef661270866a6e7dad831e2aee9f7ce2 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sat, 1 Jun 2013 13:31:37 +0200 Subject: [PATCH 03/18] Update branch (with anchor) --- github/Branch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Branch.py b/github/Branch.py index d748ec98..b06985a5 100644 --- a/github/Branch.py +++ b/github/Branch.py @@ -21,7 +21,7 @@ import github.Commit class Branch(github.GithubObject.NonCompletableGithubObject): """ - This class represents Branchs as returned for example by http://developer.github.com/v3/todo + This class represents Branchs. The reference can be found here http://developer.github.com/v3/repos/#list-branches """ @property From 97abc24e26064e6da7d7d3b835fdd122879a71f4 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:27:49 +0200 Subject: [PATCH 04/18] UserKey docstring --- github/UserKey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/UserKey.py b/github/UserKey.py index 22502f60..1106526a 100644 --- a/github/UserKey.py +++ b/github/UserKey.py @@ -19,7 +19,7 @@ import github.GithubObject class UserKey(github.GithubObject.CompletableGithubObject): """ - This class represents UserKeys as returned for example by http://developer.github.com/v3/todo + This class represents UserKeys. The reference can be found here http://developer.github.com/v3/users/keys/ """ @property From 6c37eeddbe9e25a587e999ea8dbc4eb545d450fc Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:28:37 +0200 Subject: [PATCH 05/18] Team docstring --- github/Team.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Team.py b/github/Team.py index a3f7236b..9c893e84 100644 --- a/github/Team.py +++ b/github/Team.py @@ -23,7 +23,7 @@ import github.NamedUser class Team(github.GithubObject.CompletableGithubObject): """ - This class represents Teams as returned for example by http://developer.github.com/v3/todo + This class represents Branchs. The reference can be found here http://developer.github.com/v3/orgs/teams/ """ @property From 712c86c07b65d4f8f9c9d9d8c2069829dd890975 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:30:50 +0200 Subject: [PATCH 06/18] Tag docstring --- github/Tag.py | 2 +- github/Team.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github/Tag.py b/github/Tag.py index 63f2174b..17e63dfe 100644 --- a/github/Tag.py +++ b/github/Tag.py @@ -21,7 +21,7 @@ import github.Commit class Tag(github.GithubObject.NonCompletableGithubObject): """ - This class represents Tags as returned for example by http://developer.github.com/v3/todo + This class represents Tags. The reference can be found here http://developer.github.com/v3/git/tags/ """ @property diff --git a/github/Team.py b/github/Team.py index 9c893e84..97b8216d 100644 --- a/github/Team.py +++ b/github/Team.py @@ -23,7 +23,7 @@ import github.NamedUser class Team(github.GithubObject.CompletableGithubObject): """ - This class represents Branchs. The reference can be found here http://developer.github.com/v3/orgs/teams/ + This class represents Teams. The reference can be found here http://developer.github.com/v3/orgs/teams/ """ @property From bad19c06a42a820dbd9e4246e66a0cbcab18a9e9 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:32:43 +0200 Subject: [PATCH 07/18] Repository docstring --- github/Repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Repository.py b/github/Repository.py index 93b89f6c..bb9de4c4 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -52,7 +52,7 @@ import github.Legacy class Repository(github.GithubObject.CompletableGithubObject): """ - This class represents Repositorys as returned for example by http://developer.github.com/v3/todo + This class represents Repositorys. The reference can be found here http://developer.github.com/v3/repos/ """ @property From d615ead9640c7a6b0485fa13f74c233d6a9eba7c Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:33:01 +0200 Subject: [PATCH 08/18] RepositoryKey docstring --- github/RepositoryKey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/RepositoryKey.py b/github/RepositoryKey.py index 94c42e74..dc43894b 100644 --- a/github/RepositoryKey.py +++ b/github/RepositoryKey.py @@ -19,7 +19,7 @@ import github.GithubObject class RepositoryKey(github.GithubObject.CompletableGithubObject): """ - This class represents RepositoryKeys as returned for example by http://developer.github.com/v3/keys + This class represents RepositoryKeys. The reference can be found here http://developer.github.com/v3/repos/keys/ """ def __init__(self, requester, attributes, completed, repoUrl): From 0c15af9dec643d9c7cfacbf514969098a53171ae Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:36:21 +0200 Subject: [PATCH 09/18] PullRequestComment docstring --- github/PullRequestComment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/PullRequestComment.py b/github/PullRequestComment.py index 748ab5b2..03677fe8 100644 --- a/github/PullRequestComment.py +++ b/github/PullRequestComment.py @@ -21,7 +21,7 @@ import github.NamedUser class PullRequestComment(github.GithubObject.CompletableGithubObject): """ - This class represents PullRequestComments as returned for example by http://developer.github.com/v3/todo + This class represents PullRequestComments. The reference can be found here http://developer.github.com/v3/pulls/comments/ """ @property From 573b327193c19256f9e3d2f4271bf5ee39f5f4a1 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:38:07 +0200 Subject: [PATCH 10/18] PullRequest docstring --- github/PullRequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/PullRequest.py b/github/PullRequest.py index 927c448a..ba0dc9a0 100644 --- a/github/PullRequest.py +++ b/github/PullRequest.py @@ -29,7 +29,7 @@ import github.Commit class PullRequest(github.GithubObject.CompletableGithubObject): """ - This class represents PullRequests as returned for example by http://developer.github.com/v3/todo + This class represents PullRequests. The reference can be found here http://developer.github.com/v3/pulls/ """ @property From 78f6f763cbe945aeb69d59a5b16fdfb5a4aa9b2f Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 14:43:47 +0200 Subject: [PATCH 11/18] Organization docstring --- github/Organization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Organization.py b/github/Organization.py index 646e0272..59e558fd 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -29,7 +29,7 @@ import github.NamedUser class Organization(github.GithubObject.CompletableGithubObject): """ - This class represents Organizations as returned for example by http://developer.github.com/v3/todo + This class represents Tags. The reference can be found here http://developer.github.com/v3/orgs/ """ @property From 970bc6146c2e9d1c6fb4d5d741c9feffb97b6801 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 14:45:00 +0200 Subject: [PATCH 12/18] Update Notification --- github/Notification.py | 2 +- github/Organization.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github/Notification.py b/github/Notification.py index 964650b0..c64fdf12 100644 --- a/github/Notification.py +++ b/github/Notification.py @@ -21,7 +21,7 @@ import github.NotificationSubject class Notification(github.GithubObject.CompletableGithubObject): """ - This class represents Notifications as returned for example by http://developer.github.com/v3/activity/notifications/#list-your-notifications + This class represents Notifications. The reference can be found here http://developer.github.com/v3/activity/notifications/#list-your-notifications """ @property diff --git a/github/Organization.py b/github/Organization.py index 59e558fd..26245844 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -29,7 +29,7 @@ import github.NamedUser class Organization(github.GithubObject.CompletableGithubObject): """ - This class represents Tags. The reference can be found here http://developer.github.com/v3/orgs/ + This class represents Organizations. The reference can be found here http://developer.github.com/v3/orgs/ """ @property From 21cf9b15b57cb919f0ebb4fcd6117cea4b6f1163 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 18:50:34 +0200 Subject: [PATCH 13/18] Milestone docstring --- github/Milestone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Milestone.py b/github/Milestone.py index 8b0998d2..81911641 100644 --- a/github/Milestone.py +++ b/github/Milestone.py @@ -25,7 +25,7 @@ import github.Label class Milestone(github.GithubObject.CompletableGithubObject): """ - This class represents Milestones as returned for example by http://developer.github.com/v3/todo + This class represents Milestones. The reference can be found here http://developer.github.com/v3/issues/milestones/ """ @property From 5ce5f5c68418bf45797f19cb0a50c03d429c90b5 Mon Sep 17 00:00:00 2001 From: martinqt Date: Tue, 4 Jun 2013 15:29:35 +0200 Subject: [PATCH 14/18] Label docstring --- github/Label.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Label.py b/github/Label.py index 7cbaf770..872767d3 100644 --- a/github/Label.py +++ b/github/Label.py @@ -21,7 +21,7 @@ import github.GithubObject class Label(github.GithubObject.CompletableGithubObject): """ - This class represents Labels as returned for example by http://developer.github.com/v3/todo + This class represents Labels. The reference can be found here http://developer.github.com/v3/issues/labels/ """ @property From 8d236e91578eb4d1b967b419d0cf34573338a177 Mon Sep 17 00:00:00 2001 From: martinqt Date: Tue, 4 Jun 2013 15:31:00 +0200 Subject: [PATCH 15/18] Event docstring --- github/Event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Event.py b/github/Event.py index 966d2afb..eff615fb 100644 --- a/github/Event.py +++ b/github/Event.py @@ -23,7 +23,7 @@ import github.NamedUser class Event(github.GithubObject.NonCompletableGithubObject): """ - This class represents Events as returned for example by http://developer.github.com/v3/todo + This class represents Events. The reference can be found here http://developer.github.com/v3/issues/events/ """ @property From a56b10579dcf47c5083b5338b743e827be67bb59 Mon Sep 17 00:00:00 2001 From: martinqt Date: Tue, 4 Jun 2013 15:32:17 +0200 Subject: [PATCH 16/18] Fix Event url --- github/Event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Event.py b/github/Event.py index eff615fb..c723aa5c 100644 --- a/github/Event.py +++ b/github/Event.py @@ -23,7 +23,7 @@ import github.NamedUser class Event(github.GithubObject.NonCompletableGithubObject): """ - This class represents Events. The reference can be found here http://developer.github.com/v3/issues/events/ + This class represents Events. The reference can be found here http://developer.github.com/v3/activity/events/ """ @property From dd13f2b4bcfb6a4b208b617b0b39b8ef00041d84 Mon Sep 17 00:00:00 2001 From: martinqt Date: Tue, 4 Jun 2013 15:33:13 +0200 Subject: [PATCH 17/18] Don't think this anchor is needed --- github/Notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Notification.py b/github/Notification.py index c64fdf12..50c8839e 100644 --- a/github/Notification.py +++ b/github/Notification.py @@ -21,7 +21,7 @@ import github.NotificationSubject class Notification(github.GithubObject.CompletableGithubObject): """ - This class represents Notifications. The reference can be found here http://developer.github.com/v3/activity/notifications/#list-your-notifications + This class represents Notifications. The reference can be found here http://developer.github.com/v3/activity/notifications/ """ @property From ab674dfcbc86c70bc32d9ecbe171b48a5694c337 Mon Sep 17 00:00:00 2001 From: martinqt Date: Tue, 4 Jun 2013 15:35:09 +0200 Subject: [PATCH 18/18] PullRequestMergeStatus docstring --- github/PullRequestMergeStatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/PullRequestMergeStatus.py b/github/PullRequestMergeStatus.py index 46ed17fb..42c584b8 100644 --- a/github/PullRequestMergeStatus.py +++ b/github/PullRequestMergeStatus.py @@ -19,7 +19,7 @@ import github.GithubObject class PullRequestMergeStatus(github.GithubObject.NonCompletableGithubObject): """ - This class represents PullRequestMergeStatuss as returned for example by http://developer.github.com/v3/todo + This class represents PullRequestMergeStatuss. The reference can be found here http://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged """ @property