8000 Remove unused imports on documentation · staticdev/github4.py@442f687 · 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 442f687

Browse files
author
staticdev
committed
Remove unused imports on documentation
1 parent 8990a4e commit 442f687

File tree

1 file changed

+0
-73
lines changed

1 file changed

+0
-73
lines changed

docs/source/api-reference/api.rst

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -35,79 +35,6 @@ To use the API anonymously, you can also create a new
3535
3636
gh = GitHub()
3737
38-
Or you can use the following functions:
39-
40-
Anonymous Functions
41-
-------------------
42-
43-
.. autofunction:: github3.authorize
44-
45-
Deprecated Functions
46-
~~~~~~~~~~~~~~~~~~~~
47-
48-
.. warning::
49-
50-
Due to GitHub's anonymous rate limits, it's strongly advised that you don't
51-
use these functions.
52-
53-
.. autofunction:: github3.create_gist
54-
55-
.. autofunction:: github3.gist
56-
57-
.. autofunction:: github3.gitignore_template
58-
59-
.. autofunction:: github3.gitignore_templates
60-
61-
.. autofunction:: github3.issue
62-
63-
.. autofunction:: github3.issues_on
64-
65-
.. autofunction:: github3.all_repositories
66-
67-
.. autofunction:: github3.all_users
68-
69-
.. autofunction:: github3.all_events
70-
71-
.. autofunction:: github3.followers_of
72-
73-
.. autofunction:: github3.followed_by
74-
75-
.. autofunction:: github3.public_gists
76-
77-
.. autofunction:: github3.gists_by
78-
79-
.. autofunction:: github3.organizations_with
80-
81-
.. autofunction:: github3.repositories_by
82-
83-
.. autofunction:: github3.starred_by
84-
85-
.. autofunction:: github3.subscriptions_for
86-
87-
.. autofunction:: github3.markdown
88-
89-
.. autofunction:: github3.octocat
90-
91-
.. autofunction:: github3.organization
92-
93-
.. autofunction:: github3.pull_request
94-
95-
.. autofunction:: github3.rate_limit
96-
97-
.. autofunction:: github3.repository
98-
99-
.. autofunction:: github3.search_code
100-
101-
.. autofunction:: github3.search_issues
102-
103-
.. autofunction:: github3.search_repositories
104-
105-
.. autofunction:: github3.search_users
106-
107-
.. autofunction:: github3.user
108-
109-
.. autofunction:: github3.zen
110-
11138
Enterprise Use
11239
==============
11340

0 commit comments

Comments
 (0)
0