8000 Restore fully-qualified class refs in subpackage docs · jim-minter/github3.py@9ca82ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ca82ca

Browse files
committed
Restore fully-qualified class refs in subpackage docs
1 parent f1a35f0 commit 9ca82ca

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

docs/gists.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@ Gist Objects
1919

2020
.. module:: github3.gists.gist
2121

22-
.. autoclass:: Gist
22+
.. autoclass:: github3.gists.gist.Gist
2323
:inherited-members:
2424

2525
------
2626

2727
.. module:: github3.gists.comment
2828

29-
.. autoclass:: GistComment
29+
.. autoclass:: github3.gists.comment.GistComment
3030
:inherited-members:
3131

3232
------
3333

3434
.. module:: github3.gists.file
3535

36-
.. autoclass:: GistFile
36+
.. autoclass:: github3.gists.file.GistFile
3737
:inherited-members:
3838

3939
------
4040

4141
.. module:: github3.gists.history
4242

43-
.. autoclass:: GistHistory
43+
.. autoclass:: github3.gists.history.GistHistory
4444
:inherited-members:

docs/issues.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,33 @@ Issue Objects
1616

1717
.. module:: github3.issues.issue
1818

19-
.. autoclass:: Issue
19+
.. autoclass:: github3.issues.issue.Issue
2020
:inherited-members:
2121

2222
------
2323

2424
.. module:: github3.issues.comment
2525

26-
.. autoclass:: IssueComment
26+
.. autoclass:: github3.issues.comment.IssueComment
2727
:inherited-members:
2828

2929
------
3030

3131
.. module:: github3.issues.event
3232

33-
.. autoclass:: IssueEvent
33+
.. autoclass:: github3.issues.event.IssueEvent
3434
:inherited-members:
3535

3636
------
3737

3838
.. module:: github3.issues.milestone
3939

40-
.. autoclass:: Milestone
40+
.. autoclass:: github3.issues.milestone.Milestone
4141
:inherited-members:
4242

4343
------
4444

4545
.. module:: github3.issues.label
4646

47-
.. autoclass:: Label
47+
.. autoclass:: github3.issues.label.Label
4848
:inherited-members:

docs/repos.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,71 +39,71 @@ Repository Objects
3939

4040
.. module:: github3.repos.repo
4141

42-
.. autoclass:: Repository
42+
.. autoclass:: github3.repos.repo.Repository
4343
:inherited-members:
4444

4545
---------
4646

4747
.. module:: github3.repos.branch
4848

49-
.. autoclass:: Branch
49+
.. autoclass:: github3.repos.branch.Branch
5050
:members:
5151

5252
---------
5353

5454
.. module:: github3.repos.contents
5555

56-
.. autoclass:: Contents
56+
.. autoclass:: github3.repos.contents.Contents
5757
:members:
5858

5959
---------
6060

6161
.. module:: github3.repos.deployment
6262

63-
.. autoclass:: Deployment
63+
.. autoclass:: github3.repos.deployment.Deployment
6464
:members:
6565

6666
---------
6767

68-
.. autoclass:: DeploymentStatus
68+
.. autoclass:: github3.repos.deployment.DeploymentStatus
6969
:members:
7070

7171
---------
7272

7373
.. module:: github3.repos.release
7474

75-
.. autoclass:: Release
75+
.. autoclass:: github3.repos.release.Release
7676
:members:
7777

7878
---------
7979

80-
.. autoclass:: Asset
80+
.. autoclass:: github3.repos.release.Asset
8181
:members:
8282

8383
---------
8484

8585
.. module:: github3.repos.hook
8686

87-
.. autoclass:: Hook
87+
.. autoclass:: github3.repos.hook.Hook
8888
:members:
8989

9090
---------
9191

9292
.. module:: github3.repos.pages
9393

94-
.. autoclass:: PagesInfo
94+
.. autoclass:: github3.repos.pages.PagesInfo
9595
:members:
9696

9797
---------
9898

99-
.. autoclass:: PagesBuild
99+
.. autoclass:: github3.repos.pages.PagesBuild
100100
:members:
101101

102102
---------
103103

104104
.. module:: github3.repos.tag
105105

106-
.. autoclass:: RepoTag
106+
.. autoclass:: github3.repos.tag.RepoTag
107107
:members:
108108

109109
---------
@@ -113,33 +113,33 @@ Repository Objects
113113
More information about this class can be found in the official documentation
114114
about `comments <http://developer.github.com/v3/repos/comments/>`_.
115115

116-
.. autoclass:: RepoComment
116+
.. autoclass:: github3.repos.comment.RepoComment
117117
:inherited-members:
118118

119119
---------
120120

121121
.. module:: github3.repos.commit
122122

123-
.. autoclass:: RepoCommit
123+
.. autoclass:: github3.repos.commit.RepoCommit
124124
:members:
125125

126126
---------
127127

128128
.. module:: github3.repos.comparison
129129

130-
.. autoclass:: Comparison
130+
.. autoclass:: github3.repos.comparison.Comparison
131131
:members:
132132

133133
---------
134134

135135
.. module:: github3.repos.status
136136

137-
.. autoclass:: Status
137+
.. autoclass:: github3.repos.status.Status
138138
:members:
139139

140140
---------
141141

142142
.. module:: github3.repos.stats
143143

144-
.. autoclass:: ContributorStats
144+
.. autoclass:: github3.repos.stats.ContributorStats
145145
:members:

0 commit comments

Comments
 (0)
0