Merge pull request #171 from martinqt/doc

Replace doc url
This commit is contained in:
Vincent Jacques
2013-06-13 06:40:49 -07:00
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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. The reference can be found here http://developer.github.com/v3/git/commits/
"""
@property
+1 -1
View File
@@ -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/activity/events/
"""
@property
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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/
"""
@property
+1 -1
View File
@@ -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 Organizations. The reference can be found here http://developer.github.com/v3/orgs/
"""
@property
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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):
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 Teams. The reference can be found here http://developer.github.com/v3/orgs/teams/
"""
@property
+1 -1
View File
@@ -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