8000 Fix release notes · staticdev/github4.py@4881f53 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 4881f53

Browse files
author
staticdev
committed
Fix release notes
1 parent 442f687 commit 4881f53

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

docs/source/release-notes/2.0.0.rst

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -15,43 +15,43 @@ Removals
1515

1616
Removal of already deprecated code on version 1.x:
1717

18-
- ``Api#all_events`` use ``github.GitHub.all_events``
19-
- ``Api#all_repositories`` use ``github.GitHub.all_repositories``
20-
- ``Api#all_users`` use ``github.GitHub.all_users``
21-
- ``Api#authorize`` use ``github.GitHub.authorize``
22-
- ``Api#create_gist`` use ``github.GitHub.create_gist``
23-
- ``Api#emojis``
24-
- ``Api#followed_by`` use ``github.GitHub.followed_by``
25-
- ``Api#followers_of`` use ``github.GitHub.followers_of``
26-
- ``Api#gist`` use ``github.GitHub.gist``
27-
- ``Api#gists_by`` use ``github.GitHub.gists_by``
28-
- ``Api#gitignore_template`` use ``github.GitHub.gitignore_template``
29-
- ``Api#gitignore_templates`` use ``github.GitHub.gitignore_templates``
30-
- ``Api#issue`` use ``github.GitHub.issue``
31-
- ``Api#issues_on`` use ``github.GitHub.issues_on``
32-
- ``Api#markdown`` use ``github.GitHub.markdown``
33-
- ``Api#octocat`` use ``github.GitHub.octocat``
34-
- ``Api#organization``
35-
- ``Api#organizations_with`` use ``github.GitHub.organizations_with``
36-
- ``Api#public_gists`` use ``github.GitHub.public_gists``
37-
- ``Api#pull_request`` use ``github.GitHub.pull_request``
38-
- ``Api#rate_limit``
39-
- ``Api#repositories_by`` use ``github.GitHub.organizations_with``
40-
- ``Api#repository``
41-
- ``Api#search_code`` use ``github.GitHub.search_code``
42-
- ``Api#search_issues`` use ``github.GitHub.search_issues``
43-
- ``Api#search_repositories`` use ``github.GitHub.search_repositories``
44-
- ``Api#search_users`` use ``github.GitHub.search_users``
45-
- ``Api#starred_by`` use ``github.GitHub.starred_by``
46-
- ``Api#subscriptions_for`` use ``github.GitHub.subscriptions_for``
47-
- ``Api#user``
48-
- ``Api#zen`` use ``github.GitHub.zen``
49-
- ``Git#Blob.decoded`` use ``Git#Blob.decode_content``
50-
- ``Team#is_member`` use ``Login#is_member``
51-
- ``Team#add_member`` use ``Team#add_or_update_membership``
52-
- ``Team#invite`` use ``Team#add_or_update_membership``
53-
- ``Team#remove_member`` use ``Team#add_or_update_membership``
54-
- ``Organization#add_member`` add ``username`` to ``team``.
55-
- ``Organization#events`` use ``Organization#public_events``
56-
- ``Issue#assign`` use ``issues.issue.Issue.add_assignees``
18+
- ``github3.api.all_events`` use ``github.GitHub.all_events``
19+
- ``github3.api.all_repositories`` use ``github.GitHub.all_repositories``
20+
- ``github3.api.all_users`` use ``github.GitHub.all_users``
21+
- ``github3.api.authorize`` use ``github.GitHub.authorize``
22+
- ``github3.api.create_gist`` use ``github.GitHub.create_gist``
23+
- ``github3.api.emojis``
24+
- ``github3.api.followed_by`` use ``github.GitHub.followed_by``
25+
- ``github3.api.followers_of`` use ``github.GitHub.followers_of``
26+
- ``github3.api.gist`` use ``github.GitHub.gist``
27+
- ``github3.api.gists_by`` use ``github.GitHub.gists_by``
28+
- ``github3.api.gitignore_template`` use ``github.GitHub.gitignore_template``
29+
- ``github3.api.gitignore_templates`` use ``github.GitHub.gitignore_templates``
30+
- ``github3.api.issue`` use ``github.GitHub.issue``
31+
- ``github3.api.issues_on`` use ``github.GitHub.issues_on``
32+
- ``github3.api.markdown`` use ``github.GitHub.markdown``
33+
- ``github3.api.octocat`` use ``github.GitHub.octocat``
34+
- ``github3.api.organization``
35+
- ``github3.api.organizations_with`` use ``github.GitHub.organizations_with``
36+
- ``github3.api.public_gists`` use ``github.GitHub.public_gists``
37+
- ``github3.api.pull_request`` use ``github.GitHub.pull_request``
38+
- ``github3.api.rate_limit``
39+
- ``github3.api.repositories_by`` use ``github.GitHub.organizations_with``
40+
- ``github3.api.repository``
41+
- ``github3.api.search_code`` use ``github.GitHub.search_code``
42+
- ``github3.api.search_issues`` use ``github.GitHub.search_issues``
43+
- ``github3.api.search_repositories`` use ``github.GitHub.search_repositories``
44+
- ``github3.api.search_users`` use ``github.GitHub.search_users``
45+
- ``github3.api.starred_by`` use ``github.GitHub.starred_by``
46+
- ``github3.api.subscriptions_for`` use ``github.GitHub.subscriptions_for``
47+
- ``github3.api.user``
48+
- ``github3.api.zen`` use ``github.GitHub.zen``
49+
- ``Git#Blob.decoded`` use ``Git#Blob.decode_content``
50+
- ``Team#is_member`` use ``Login#is_member``
51+
- ``Team#add_member`` use ``Team#add_or_update_membership``
52+
- ``Team#invite`` use ``Team#add_or_update_membership``
53+
- ``Team#remove_member`` use ``Team#add_or_update_membership``
54+
- ``Organization#add_member`` add ``username`` to ``team``.
55+
- ``Organization#events`` use ``Organization#public_events``
56+
- ``Issue#assign`` use ``issues.issue.Issue.add_assignees``
5757

0 commit comments

Comments
 (0)
0