From cb0cf0a68003a5c0bb4a6a4d8a0ae4fcc926803a Mon Sep 17 00:00:00 2001 From: Peter Buckley Date: Tue, 12 Jul 2016 15:38:02 -0500 Subject: [PATCH] update doc url everywhere (#420) --- .gitignore | 3 ++- doc/.gitignore | 3 ++- doc/conf.py | 3 ++- doc/github_objects/.gitignore | 3 ++- github/AuthenticatedUser.py | 3 ++- github/Authorization.py | 3 ++- github/AuthorizationApplication.py | 3 ++- github/Branch.py | 3 ++- github/Commit.py | 3 ++- github/CommitCombinedStatus.py | 3 ++- github/CommitComment.py | 3 ++- github/CommitStats.py | 3 ++- github/CommitStatus.py | 3 ++- github/Comparison.py | 3 ++- github/Consts.py | 3 ++- github/ContentFile.py | 3 ++- github/Download.py | 3 ++- github/Event.py | 3 ++- github/File.py | 3 ++- github/Gist.py | 3 ++- github/GistComment.py | 3 ++- github/GistFile.py | 3 ++- github/GistHistoryState.py | 3 ++- github/GitAuthor.py | 3 ++- github/GitBlob.py | 3 ++- github/GitCommit.py | 3 ++- github/GitObject.py | 3 ++- github/GitRef.py | 3 ++- github/GitRelease.py | 3 ++- github/GitTag.py | 3 ++- github/GitTree.py | 3 ++- github/GitTreeElement.py | 3 ++- github/GithubException.py | 3 ++- github/GithubObject.py | 3 ++- github/GitignoreTemplate.py | 3 ++- github/Hook.py | 3 ++- github/HookDescription.py | 3 ++- github/HookResponse.py | 3 ++- github/InputFileContent.py | 3 ++- github/InputGitAuthor.py | 3 ++- github/InputGitTreeElement.py | 3 ++- github/Issue.py | 3 ++- github/IssueComment.py | 3 ++- github/IssueEvent.py | 3 ++- github/IssuePullRequest.py | 3 ++- github/Label.py | 3 ++- github/Legacy.py | 3 ++- github/MainClass.py | 3 ++- github/Milestone.py | 3 ++- github/NamedUser.py | 3 ++- github/Notification.py | 3 ++- github/NotificationSubject.py | 3 ++- github/Organization.py | 3 ++- github/PaginatedList.py | 3 ++- github/Permissions.py | 3 ++- github/Plan.py | 3 ++- github/PullRequest.py | 3 ++- github/PullRequestComment.py | 3 ++- github/PullRequestMergeStatus.py | 3 ++- github/PullRequestPart.py | 3 ++- github/Rate.py | 3 ++- github/RateLimit.py | 3 ++- github/Repository.py | 3 ++- github/RepositoryKey.py | 3 ++- github/Requester.py | 3 ++- github/Stargazer.py | 3 ++- github/StatsCodeFrequency.py | 3 ++- github/StatsCommitActivity.py | 3 ++- github/StatsContributor.py | 3 ++- github/StatsParticipation.py | 3 ++- github/StatsPunchCard.py | 3 ++- github/Status.py | 3 ++- github/StatusMessage.py | 3 ++- github/Tag.py | 3 ++- github/Team.py | 3 ++- github/UserKey.py | 3 ++- github/__init__.py | 3 ++- github/tests/AllTests.py | 3 ++- github/tests/AuthenticatedUser.py | 3 ++- github/tests/Authentication.py | 3 ++- github/tests/Authorization.py | 3 ++- github/tests/BadAttributes.py | 3 ++- github/tests/Branch.py | 3 ++- github/tests/Commit.py | 3 ++- github/tests/CommitCombinedStatus.py | 3 ++- github/tests/CommitComment.py | 3 ++- github/tests/CommitStatus.py | 3 ++- github/tests/ConditionalRequestUpdate.py | 3 ++- github/tests/ContentFile.py | 3 ++- github/tests/Download.py | 3 ++- github/tests/Enterprise.py | 3 ++- github/tests/Equality.py | 3 ++- github/tests/Event.py | 3 ++- github/tests/Exceptions.py | 3 ++- github/tests/ExposeAllAttributes.py | 3 ++- github/tests/Framework.py | 3 ++- github/tests/Gist.py | 3 ++- github/tests/GistComment.py | 3 ++- github/tests/GitBlob.py | 3 ++- github/tests/GitCommit.py | 3 ++- github/tests/GitRef.py | 3 ++- github/tests/GitRelease.py | 3 ++- github/tests/GitTag.py | 3 ++- github/tests/GitTree.py | 3 ++- github/tests/Github_.py | 3 ++- github/tests/Hook.py | 3 ++- github/tests/Issue.py | 3 ++- github/tests/Issue131.py | 3 ++- github/tests/Issue133.py | 3 ++- github/tests/Issue134.py | 3 ++- github/tests/Issue139.py | 3 ++- github/tests/Issue140.py | 3 ++- github/tests/Issue142.py | 3 ++- github/tests/Issue158.py | 3 ++- github/tests/Issue174.py | 3 ++- github/tests/Issue214.py | 3 ++- github/tests/Issue216.py | 3 ++- github/tests/Issue278.py | 3 ++- github/tests/Issue33.py | 3 ++- github/tests/Issue50.py | 3 ++- github/tests/Issue54.py | 3 ++- github/tests/Issue80.py | 3 ++- github/tests/Issue87.py | 3 ++- github/tests/IssueComment.py | 3 ++- github/tests/IssueEvent.py | 3 ++- github/tests/Label.py | 3 ++- github/tests/Logging_.py | 3 ++- github/tests/Markdown.py | 3 ++- github/tests/Milestone.py | 3 ++- github/tests/NamedUser.py | 3 ++- github/tests/Organization.py | 3 ++- github/tests/PaginatedList.py | 3 ++- github/tests/Persistence.py | 3 ++- github/tests/PullRequest.py | 3 ++- github/tests/PullRequestComment.py | 3 ++- github/tests/PullRequestFile.py | 3 ++- github/tests/RateLimiting.py | 3 ++- github/tests/RawData.py | 3 ++- github/tests/Repository.py | 3 ++- github/tests/RepositoryKey.py | 3 ++- github/tests/Search.py | 3 ++- github/tests/Status.py | 3 ++- github/tests/Tag.py | 3 ++- github/tests/Team.py | 3 ++- github/tests/UserKey.py | 3 ++- github/tests/__init__.py | 3 ++- github/tests/__main__.py | 3 ++- scripts/add_attribute.py | 3 ++- scripts/compare_to_api_ref_doc.py | 3 ++- scripts/fix_headers.py | 6 ++++-- scripts/twitt_release.py | 3 ++- setup.py | 7 ++++--- 152 files changed, 308 insertions(+), 155 deletions(-) diff --git a/.gitignore b/.gitignore index b0fb8a8b..43d495ed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/doc/.gitignore b/doc/.gitignore index 3efe120e..bd3bc1c8 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -3,7 +3,8 @@ # Copyright 2012 Vincent Jacques # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/doc/conf.py b/doc/conf.py index 7ec60dea..bebaeb7a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -5,7 +5,8 @@ # Copyright 2012 Vincent Jacques # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/doc/github_objects/.gitignore b/doc/github_objects/.gitignore index 5ca8f934..174293e5 100644 --- a/doc/github_objects/.gitignore +++ b/doc/github_objects/.gitignore @@ -3,7 +3,8 @@ # Copyright 2012 Vincent Jacques # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/AuthenticatedUser.py b/github/AuthenticatedUser.py index 2e3d11fb..2430c2d2 100644 --- a/github/AuthenticatedUser.py +++ b/github/AuthenticatedUser.py @@ -8,7 +8,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Authorization.py b/github/Authorization.py index b1ff7314..f25977a4 100644 --- a/github/Authorization.py +++ b/github/Authorization.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/AuthorizationApplication.py b/github/AuthorizationApplication.py index a072798b..5234cad6 100644 --- a/github/AuthorizationApplication.py +++ b/github/AuthorizationApplication.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Branch.py b/github/Branch.py index c2acc0f3..79d0b5a2 100644 --- a/github/Branch.py +++ b/github/Branch.py @@ -8,7 +8,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Commit.py b/github/Commit.py index 5a41f14f..a89d5eee 100644 --- a/github/Commit.py +++ b/github/Commit.py @@ -8,7 +8,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/CommitCombinedStatus.py b/github/CommitCombinedStatus.py index 7df72052..0f371e87 100644 --- a/github/CommitCombinedStatus.py +++ b/github/CommitCombinedStatus.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/CommitComment.py b/github/CommitComment.py index b5f4577d..205c6a6e 100644 --- a/github/CommitComment.py +++ b/github/CommitComment.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/CommitStats.py b/github/CommitStats.py index af6ecba3..d8a2a3ce 100644 --- a/github/CommitStats.py +++ b/github/CommitStats.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/CommitStatus.py b/github/CommitStatus.py index d6074ea8..eea11760 100644 --- a/github/CommitStatus.py +++ b/github/CommitStatus.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Comparison.py b/github/Comparison.py index 9111a25b..bee42c73 100644 --- a/github/Comparison.py +++ b/github/Comparison.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Consts.py b/github/Consts.py index 62a10645..19088973 100644 --- a/github/Consts.py +++ b/github/Consts.py @@ -5,7 +5,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/ContentFile.py b/github/ContentFile.py index e2b0993b..18f4f094 100644 --- a/github/ContentFile.py +++ b/github/ContentFile.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Download.py b/github/Download.py index af73f73e..c91e3fe4 100644 --- a/github/Download.py +++ b/github/Download.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Event.py b/github/Event.py index 87af1623..d9b9eabf 100644 --- a/github/Event.py +++ b/github/Event.py @@ -8,7 +8,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/File.py b/github/File.py index 820b593b..1fb3d7ab 100644 --- a/github/File.py +++ b/github/File.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Gist.py b/github/Gist.py index f93b7989..59204a1c 100644 --- a/github/Gist.py +++ b/github/Gist.py @@ -8,7 +8,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GistComment.py b/github/GistComment.py index 2e07b7a3..94254ac3 100644 --- a/github/GistComment.py +++ b/github/GistComment.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GistFile.py b/github/GistFile.py index a90df90f..73e45078 100644 --- a/github/GistFile.py +++ b/github/GistFile.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GistHistoryState.py b/github/GistHistoryState.py index 3fcaf48a..137462a6 100644 --- a/github/GistHistoryState.py +++ b/github/GistHistoryState.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitAuthor.py b/github/GitAuthor.py index 552f19ef..5609e7c2 100644 --- a/github/GitAuthor.py +++ b/github/GitAuthor.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitBlob.py b/github/GitBlob.py index 9c59b94b..9461a934 100644 --- a/github/GitBlob.py +++ b/github/GitBlob.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitCommit.py b/github/GitCommit.py index 3467eab5..06ca3504 100644 --- a/github/GitCommit.py +++ b/github/GitCommit.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitObject.py b/github/GitObject.py index 1a169952..771e34fb 100644 --- a/github/GitObject.py +++ b/github/GitObject.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitRef.py b/github/GitRef.py index 0938fdb1..34588523 100644 --- a/github/GitRef.py +++ b/github/GitRef.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitRelease.py b/github/GitRelease.py index 9e068020..cbe42c87 100644 --- a/github/GitRelease.py +++ b/github/GitRelease.py @@ -4,7 +4,8 @@ # # # Copyright 2015 Ed Holland # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitTag.py b/github/GitTag.py index 554dd2a7..b53cacf3 100644 --- a/github/GitTag.py +++ b/github/GitTag.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitTree.py b/github/GitTree.py index 9c78986d..f28a9aa8 100644 --- a/github/GitTree.py +++ b/github/GitTree.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitTreeElement.py b/github/GitTreeElement.py index a9b4615d..84299d82 100644 --- a/github/GitTreeElement.py +++ b/github/GitTreeElement.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GithubException.py b/github/GithubException.py index c0e6f7cb..3b724f1f 100644 --- a/github/GithubException.py +++ b/github/GithubException.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GithubObject.py b/github/GithubObject.py index 35e4b5b5..d1cb4e95 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/GitignoreTemplate.py b/github/GitignoreTemplate.py index 75b96b1b..415c3245 100644 --- a/github/GitignoreTemplate.py +++ b/github/GitignoreTemplate.py @@ -6,7 +6,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Hook.py b/github/Hook.py index b212b646..df0e2f19 100644 --- a/github/Hook.py +++ b/github/Hook.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/HookDescription.py b/github/HookDescription.py index 749aed15..004643d9 100644 --- a/github/HookDescription.py +++ b/github/HookDescription.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/HookResponse.py b/github/HookResponse.py index e0945735..44c8d258 100644 --- a/github/HookResponse.py +++ b/github/HookResponse.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/InputFileContent.py b/github/InputFileContent.py index d16556f1..a133eb1e 100644 --- a/github/InputFileContent.py +++ b/github/InputFileContent.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/InputGitAuthor.py b/github/InputGitAuthor.py index 4567f417..e3f07393 100644 --- a/github/InputGitAuthor.py +++ b/github/InputGitAuthor.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/InputGitTreeElement.py b/github/InputGitTreeElement.py index 94685c13..ee55452c 100644 --- a/github/InputGitTreeElement.py +++ b/github/InputGitTreeElement.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Issue.py b/github/Issue.py index f88e9519..26d09f23 100644 --- a/github/Issue.py +++ b/github/Issue.py @@ -10,7 +10,8 @@ # Copyright 2013 Stuart Glaser # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/IssueComment.py b/github/IssueComment.py index 0b0fc5a9..dfb8936c 100644 --- a/github/IssueComment.py +++ b/github/IssueComment.py @@ -8,7 +8,8 @@ # Copyright 2013 Michael Stead # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/IssueEvent.py b/github/IssueEvent.py index ea372978..ab874618 100644 --- a/github/IssueEvent.py +++ b/github/IssueEvent.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/IssuePullRequest.py b/github/IssuePullRequest.py index 6e5eec44..18243d11 100644 --- a/github/IssuePullRequest.py +++ b/github/IssuePullRequest.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Label.py b/github/Label.py index 6fd41304..17ce7471 100644 --- a/github/Label.py +++ b/github/Label.py @@ -8,7 +8,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Legacy.py b/github/Legacy.py index 0cd5bc6c..7c8a7995 100644 --- a/github/Legacy.py +++ b/github/Legacy.py @@ -8,7 +8,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/MainClass.py b/github/MainClass.py index f55be934..7a6eccd8 100644 --- a/github/MainClass.py +++ b/github/MainClass.py @@ -8,7 +8,8 @@ # Copyright 2013 Peter Golm # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Milestone.py b/github/Milestone.py index 7875ebcc..37e8031a 100644 --- a/github/Milestone.py +++ b/github/Milestone.py @@ -8,7 +8,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/NamedUser.py b/github/NamedUser.py index 1b417546..63e567bf 100644 --- a/github/NamedUser.py +++ b/github/NamedUser.py @@ -8,7 +8,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Notification.py b/github/Notification.py index 84533fbe..6a8e7397 100644 --- a/github/Notification.py +++ b/github/Notification.py @@ -7,7 +7,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/NotificationSubject.py b/github/NotificationSubject.py index 62744a31..e6bf6031 100644 --- a/github/NotificationSubject.py +++ b/github/NotificationSubject.py @@ -5,7 +5,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Organization.py b/github/Organization.py index e043cac1..1727441f 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -9,7 +9,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/PaginatedList.py b/github/PaginatedList.py index 12e1acc7..f85f9d19 100644 --- a/github/PaginatedList.py +++ b/github/PaginatedList.py @@ -9,7 +9,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 davidbrai # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Permissions.py b/github/Permissions.py index 7fdff591..60c4cf96 100644 --- a/github/Permissions.py +++ b/github/Permissions.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Plan.py b/github/Plan.py index 7a3781de..e266666c 100644 --- a/github/Plan.py +++ b/github/Plan.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/PullRequest.py b/github/PullRequest.py index ffd52884..1bd8b137 100644 --- a/github/PullRequest.py +++ b/github/PullRequest.py @@ -9,7 +9,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/PullRequestComment.py b/github/PullRequestComment.py index 4169afa2..f04daed2 100644 --- a/github/PullRequestComment.py +++ b/github/PullRequestComment.py @@ -9,7 +9,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/PullRequestMergeStatus.py b/github/PullRequestMergeStatus.py index 682472c5..f77c63bf 100644 --- a/github/PullRequestMergeStatus.py +++ b/github/PullRequestMergeStatus.py @@ -8,7 +8,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/PullRequestPart.py b/github/PullRequestPart.py index d0594892..4717b991 100644 --- a/github/PullRequestPart.py +++ b/github/PullRequestPart.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Rate.py b/github/Rate.py index 60f2f2b3..5603c6aa 100644 --- a/github/Rate.py +++ b/github/Rate.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/RateLimit.py b/github/RateLimit.py index f0cffc65..a0e7c40c 100644 --- a/github/RateLimit.py +++ b/github/RateLimit.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Repository.py b/github/Repository.py index 41567897..bc0da1d3 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -13,7 +13,8 @@ # Copyright 2013 martinqt # # Copyright 2015 Jannis Gebauer # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/RepositoryKey.py b/github/RepositoryKey.py index 261bbfd3..bca4172d 100644 --- a/github/RepositoryKey.py +++ b/github/RepositoryKey.py @@ -9,7 +9,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Requester.py b/github/Requester.py index 5273a45c..a91050a6 100644 --- a/github/Requester.py +++ b/github/Requester.py @@ -15,7 +15,8 @@ # Copyright 2013 Mark Roddy # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Stargazer.py b/github/Stargazer.py index 4f261c64..69d51026 100644 --- a/github/Stargazer.py +++ b/github/Stargazer.py @@ -13,7 +13,8 @@ # Copyright 2013 martinqt # # Copyright 2015 Dan Vanderkam # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/StatsCodeFrequency.py b/github/StatsCodeFrequency.py index 0a198104..0635c072 100755 --- a/github/StatsCodeFrequency.py +++ b/github/StatsCodeFrequency.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/StatsCommitActivity.py b/github/StatsCommitActivity.py index 14bd7537..ded0b93c 100755 --- a/github/StatsCommitActivity.py +++ b/github/StatsCommitActivity.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/StatsContributor.py b/github/StatsContributor.py index b869b050..fda45b03 100755 --- a/github/StatsContributor.py +++ b/github/StatsContributor.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/StatsParticipation.py b/github/StatsParticipation.py index 356974ee..b4acd449 100755 --- a/github/StatsParticipation.py +++ b/github/StatsParticipation.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/StatsPunchCard.py b/github/StatsPunchCard.py index 4c5de41e..733d4a81 100755 --- a/github/StatsPunchCard.py +++ b/github/StatsPunchCard.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Status.py b/github/Status.py index 46e39212..731c4589 100644 --- a/github/Status.py +++ b/github/Status.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/StatusMessage.py b/github/StatusMessage.py index c0c99903..b3747511 100644 --- a/github/StatusMessage.py +++ b/github/StatusMessage.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Tag.py b/github/Tag.py index 5f19363f..104ac60d 100644 --- a/github/Tag.py +++ b/github/Tag.py @@ -8,7 +8,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/Team.py b/github/Team.py index 76e95a95..c0b0fa05 100644 --- a/github/Team.py +++ b/github/Team.py @@ -8,7 +8,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/UserKey.py b/github/UserKey.py index cfc45823..41353828 100644 --- a/github/UserKey.py +++ b/github/UserKey.py @@ -8,7 +8,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/__init__.py b/github/__init__.py index fdc3c455..4bfd381e 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/AllTests.py b/github/tests/AllTests.py index fda40390..266cdf95 100644 --- a/github/tests/AllTests.py +++ b/github/tests/AllTests.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/AuthenticatedUser.py b/github/tests/AuthenticatedUser.py index 012b922b..ed511b2b 100644 --- a/github/tests/AuthenticatedUser.py +++ b/github/tests/AuthenticatedUser.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Authentication.py b/github/tests/Authentication.py index 65b08fdb..c6601a07 100644 --- a/github/tests/Authentication.py +++ b/github/tests/Authentication.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Authorization.py b/github/tests/Authorization.py index 96ae8bbc..e2408e33 100644 --- a/github/tests/Authorization.py +++ b/github/tests/Authorization.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/BadAttributes.py b/github/tests/BadAttributes.py index 6c00b34a..2b84cab8 100755 --- a/github/tests/BadAttributes.py +++ b/github/tests/BadAttributes.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Branch.py b/github/tests/Branch.py index b2944264..69ec8aac 100644 --- a/github/tests/Branch.py +++ b/github/tests/Branch.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Commit.py b/github/tests/Commit.py index 4505e955..2f720af3 100644 --- a/github/tests/Commit.py +++ b/github/tests/Commit.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/CommitCombinedStatus.py b/github/tests/CommitCombinedStatus.py index 54e99e72..afab7771 100644 --- a/github/tests/CommitCombinedStatus.py +++ b/github/tests/CommitCombinedStatus.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/CommitComment.py b/github/tests/CommitComment.py index b4264e8f..9a3bdb0c 100644 --- a/github/tests/CommitComment.py +++ b/github/tests/CommitComment.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/CommitStatus.py b/github/tests/CommitStatus.py index 81be8e55..04cfd7de 100644 --- a/github/tests/CommitStatus.py +++ b/github/tests/CommitStatus.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/ConditionalRequestUpdate.py b/github/tests/ConditionalRequestUpdate.py index a6e48262..4e6c7115 100644 --- a/github/tests/ConditionalRequestUpdate.py +++ b/github/tests/ConditionalRequestUpdate.py @@ -5,7 +5,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/ContentFile.py b/github/tests/ContentFile.py index 37b5d467..e351bb6f 100644 --- a/github/tests/ContentFile.py +++ b/github/tests/ContentFile.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Download.py b/github/tests/Download.py index 0c75fc01..4e9cbb54 100644 --- a/github/tests/Download.py +++ b/github/tests/Download.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Enterprise.py b/github/tests/Enterprise.py index ecab1efc..4e238ab3 100644 --- a/github/tests/Enterprise.py +++ b/github/tests/Enterprise.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Equality.py b/github/tests/Equality.py index 6cee50a7..9b5782e7 100755 --- a/github/tests/Equality.py +++ b/github/tests/Equality.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Event.py b/github/tests/Event.py index 853d4012..42b03198 100644 --- a/github/tests/Event.py +++ b/github/tests/Event.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Exceptions.py b/github/tests/Exceptions.py index 778bcf51..23265c11 100644 --- a/github/tests/Exceptions.py +++ b/github/tests/Exceptions.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/ExposeAllAttributes.py b/github/tests/ExposeAllAttributes.py index b93dfbbb..a7527105 100644 --- a/github/tests/ExposeAllAttributes.py +++ b/github/tests/ExposeAllAttributes.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Framework.py b/github/tests/Framework.py index 58889efc..9fc2c919 100644 --- a/github/tests/Framework.py +++ b/github/tests/Framework.py @@ -7,7 +7,8 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Gist.py b/github/tests/Gist.py index da22a56f..0da973be 100644 --- a/github/tests/Gist.py +++ b/github/tests/Gist.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/GistComment.py b/github/tests/GistComment.py index 1de129fb..293fd200 100644 --- a/github/tests/GistComment.py +++ b/github/tests/GistComment.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/GitBlob.py b/github/tests/GitBlob.py index 84bf23ec..12a6384a 100644 --- a/github/tests/GitBlob.py +++ b/github/tests/GitBlob.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/GitCommit.py b/github/tests/GitCommit.py index c195f3e2..eae4ab29 100644 --- a/github/tests/GitCommit.py +++ b/github/tests/GitCommit.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/GitRef.py b/github/tests/GitRef.py index 3005f0b2..6a5a03ae 100644 --- a/github/tests/GitRef.py +++ b/github/tests/GitRef.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/GitRelease.py b/github/tests/GitRelease.py index 9562ff4d..8cfb8323 100644 --- a/github/tests/GitRelease.py +++ b/github/tests/GitRelease.py @@ -4,7 +4,8 @@ # # # Copyright 2015 Ed Holland # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/GitTag.py b/github/tests/GitTag.py index 9dc3ade6..707c84ce 100644 --- a/github/tests/GitTag.py +++ b/github/tests/GitTag.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/GitTree.py b/github/tests/GitTree.py index 988b7104..d94c0010 100644 --- a/github/tests/GitTree.py +++ b/github/tests/GitTree.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Github_.py b/github/tests/Github_.py index 55936c51..dfc00a80 100644 --- a/github/tests/Github_.py +++ b/github/tests/Github_.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Hook.py b/github/tests/Hook.py index 8345b137..f3eb3dba 100644 --- a/github/tests/Hook.py +++ b/github/tests/Hook.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue.py b/github/tests/Issue.py index 5b2f0043..8e37f2d6 100644 --- a/github/tests/Issue.py +++ b/github/tests/Issue.py @@ -7,7 +7,8 @@ # Copyright 2013 Stuart Glaser # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue131.py b/github/tests/Issue131.py index 340a9c48..b9ef0190 100644 --- a/github/tests/Issue131.py +++ b/github/tests/Issue131.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue133.py b/github/tests/Issue133.py index 79d3524a..11c36b7b 100644 --- a/github/tests/Issue133.py +++ b/github/tests/Issue133.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue134.py b/github/tests/Issue134.py index 10bb3273..fa02deee 100644 --- a/github/tests/Issue134.py +++ b/github/tests/Issue134.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue139.py b/github/tests/Issue139.py index cd2fa13d..f0def0e7 100644 --- a/github/tests/Issue139.py +++ b/github/tests/Issue139.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue140.py b/github/tests/Issue140.py index 86120996..f8c32670 100644 --- a/github/tests/Issue140.py +++ b/github/tests/Issue140.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue142.py b/github/tests/Issue142.py index 251f4225..fb2085be 100644 --- a/github/tests/Issue142.py +++ b/github/tests/Issue142.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue158.py b/github/tests/Issue158.py index 8e35fb35..a6ce61ae 100644 --- a/github/tests/Issue158.py +++ b/github/tests/Issue158.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue174.py b/github/tests/Issue174.py index c8de3a95..f1c7b03c 100644 --- a/github/tests/Issue174.py +++ b/github/tests/Issue174.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue214.py b/github/tests/Issue214.py index 353ed86f..0d1243b2 100644 --- a/github/tests/Issue214.py +++ b/github/tests/Issue214.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue216.py b/github/tests/Issue216.py index 7df16365..ded2a166 100644 --- a/github/tests/Issue216.py +++ b/github/tests/Issue216.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue278.py b/github/tests/Issue278.py index 14e5dfdf..2255d9c5 100644 --- a/github/tests/Issue278.py +++ b/github/tests/Issue278.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue33.py b/github/tests/Issue33.py index 761561e2..a9e7ad8f 100644 --- a/github/tests/Issue33.py +++ b/github/tests/Issue33.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue50.py b/github/tests/Issue50.py index f6cca54f..fd95abaf 100644 --- a/github/tests/Issue50.py +++ b/github/tests/Issue50.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue54.py b/github/tests/Issue54.py index 5b01b049..cf0287d6 100644 --- a/github/tests/Issue54.py +++ b/github/tests/Issue54.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue80.py b/github/tests/Issue80.py index 514d74f1..74bf5c2f 100644 --- a/github/tests/Issue80.py +++ b/github/tests/Issue80.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Issue87.py b/github/tests/Issue87.py index 1b97f2a4..c3d2ace2 100644 --- a/github/tests/Issue87.py +++ b/github/tests/Issue87.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/IssueComment.py b/github/tests/IssueComment.py index 6acb801f..6cd07d77 100644 --- a/github/tests/IssueComment.py +++ b/github/tests/IssueComment.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/IssueEvent.py b/github/tests/IssueEvent.py index fa968e38..2c967e9f 100644 --- a/github/tests/IssueEvent.py +++ b/github/tests/IssueEvent.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Label.py b/github/tests/Label.py index 2d5543d2..f5a3d6a0 100644 --- a/github/tests/Label.py +++ b/github/tests/Label.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Logging_.py b/github/tests/Logging_.py index 2a6acfad..769fdc7d 100644 --- a/github/tests/Logging_.py +++ b/github/tests/Logging_.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Markdown.py b/github/tests/Markdown.py index 8e53dc1d..631ed818 100644 --- a/github/tests/Markdown.py +++ b/github/tests/Markdown.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Milestone.py b/github/tests/Milestone.py index a2ad4bc0..ee460845 100644 --- a/github/tests/Milestone.py +++ b/github/tests/Milestone.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/NamedUser.py b/github/tests/NamedUser.py index bfc8fb04..8579d1b0 100644 --- a/github/tests/NamedUser.py +++ b/github/tests/NamedUser.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Organization.py b/github/tests/Organization.py index 112b576c..2d93bb81 100644 --- a/github/tests/Organization.py +++ b/github/tests/Organization.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/PaginatedList.py b/github/tests/PaginatedList.py index da51dcba..dbe0eca7 100644 --- a/github/tests/PaginatedList.py +++ b/github/tests/PaginatedList.py @@ -7,7 +7,8 @@ # Copyright 2013 Vincent Jacques # # Copyright 2013 davidbrai # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Persistence.py b/github/tests/Persistence.py index 3e06df70..94f4b5a7 100644 --- a/github/tests/Persistence.py +++ b/github/tests/Persistence.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/PullRequest.py b/github/tests/PullRequest.py index caa4f472..c7b41c9b 100644 --- a/github/tests/PullRequest.py +++ b/github/tests/PullRequest.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/PullRequestComment.py b/github/tests/PullRequestComment.py index c3550fc5..b74329f4 100644 --- a/github/tests/PullRequestComment.py +++ b/github/tests/PullRequestComment.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/PullRequestFile.py b/github/tests/PullRequestFile.py index fcff54e3..385ca811 100644 --- a/github/tests/PullRequestFile.py +++ b/github/tests/PullRequestFile.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/RateLimiting.py b/github/tests/RateLimiting.py index 6b62848e..927655a2 100644 --- a/github/tests/RateLimiting.py +++ b/github/tests/RateLimiting.py @@ -7,7 +7,8 @@ # Copyright 2013 Ed Jackson # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/RawData.py b/github/tests/RawData.py index b0939b9c..16dc7288 100644 --- a/github/tests/RawData.py +++ b/github/tests/RawData.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Repository.py b/github/tests/Repository.py index 8d72ca23..ad284a83 100644 --- a/github/tests/Repository.py +++ b/github/tests/Repository.py @@ -4,7 +4,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/RepositoryKey.py b/github/tests/RepositoryKey.py index 3c2ec7d9..50d04196 100644 --- a/github/tests/RepositoryKey.py +++ b/github/tests/RepositoryKey.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Search.py b/github/tests/Search.py index fcf240f3..713ca53c 100644 --- a/github/tests/Search.py +++ b/github/tests/Search.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Status.py b/github/tests/Status.py index 48794975..13bcda75 100644 --- a/github/tests/Status.py +++ b/github/tests/Status.py @@ -4,7 +4,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Tag.py b/github/tests/Tag.py index d930afca..5d96fdeb 100644 --- a/github/tests/Tag.py +++ b/github/tests/Tag.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/Team.py b/github/tests/Team.py index d855129e..09de9da6 100644 --- a/github/tests/Team.py +++ b/github/tests/Team.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/UserKey.py b/github/tests/UserKey.py index d4648a56..4209cbb9 100644 --- a/github/tests/UserKey.py +++ b/github/tests/UserKey.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/__init__.py b/github/tests/__init__.py index 37543400..3a86f689 100644 --- a/github/tests/__init__.py +++ b/github/tests/__init__.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/github/tests/__main__.py b/github/tests/__main__.py index 0a9ede47..87bc0f0a 100644 --- a/github/tests/__main__.py +++ b/github/tests/__main__.py @@ -6,7 +6,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/scripts/add_attribute.py b/scripts/add_attribute.py index 9bea5a21..8579bd9f 100644 --- a/scripts/add_attribute.py +++ b/scripts/add_attribute.py @@ -5,7 +5,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/scripts/compare_to_api_ref_doc.py b/scripts/compare_to_api_ref_doc.py index f0fc4ac8..a2ae7f14 100755 --- a/scripts/compare_to_api_ref_doc.py +++ b/scripts/compare_to_api_ref_doc.py @@ -5,7 +5,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/scripts/fix_headers.py b/scripts/fix_headers.py index be686120..149e618c 100755 --- a/scripts/fix_headers.py +++ b/scripts/fix_headers.py @@ -5,7 +5,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # @@ -39,7 +40,8 @@ def generateLicenseSection(filename): line += (79 - len(line)) * " " + "#" yield line yield "# #" - yield "# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ #" + yield "# This file is part of PyGithub. #" + yield "# http://pygithub.github.io/PyGithub/v1/index.html #" yield "# #" yield "# PyGithub is free software: you can redistribute it and/or modify it under #" yield "# the terms of the GNU Lesser General Public License as published by the Free #" diff --git a/scripts/twitt_release.py b/scripts/twitt_release.py index 90c780b6..baed450e 100755 --- a/scripts/twitt_release.py +++ b/scripts/twitt_release.py @@ -5,7 +5,8 @@ # # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # diff --git a/setup.py b/setup.py index da79412f..2b1ac777 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,8 @@ # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# This file is part of PyGithub. # +# http://pygithub.github.io/PyGithub/v1/index.html # # # # PyGithub is free software: you can redistribute it and/or modify it under # # the terms of the GNU Lesser General Public License as published by the Free # @@ -40,7 +41,7 @@ if __name__ == "__main__": description="Use the full Github API v3", author="Vincent Jacques", author_email="vincent@vincent-jacques.net", - url="http://jacquev6.github.com/PyGithub", + url="http://pygithub.github.io/PyGithub/v1/index.html", long_description=textwrap.dedent("""\ (Very short) Tutorial ===================== @@ -68,7 +69,7 @@ if __name__ == "__main__": Reference documentation ======================= - See http://jacquev6.github.com/PyGithub"""), + See http://pygithub.github.io/PyGithub/v1/index.html"""), packages=[ "github", "github.tests",