File tree 4 files changed +35
-1
lines changed
4 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ Modules
74
74
github
75
75
issues
76
76
models
77
+ notifications
77
78
orgs
78
79
pulls
79
80
repos
Original file line number Diff line number Diff line change
1
+ .. module :: github3
2
+ .. module :: github3.notifications
3
+
4
+ Notifications
5
+ =============
6
+
7
+ This part of the documentation covers the :class: `Thread <Thread> ` and
8
+ :class: `Subscription <Subscription> ` objects.
9
+
10
+ Notification Objects
11
+ --------------------
12
+
13
+ .. autoclass :: Thread
14
+ :inherited-members:
15
+
16
+ ------
17
+
18
+ .. autoclass :: Subscription
19
+ :inherited-members:
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ This part of the documentation covers:
12
12
- :class: `Deployment <github3.repos.deployment.Deployment> `
13
13
- :class: `DeploymentStatus <github3.repos.deployment.DeploymentStatus> `
14
14
- :class: `Hook <github3.repos.hook.Hook> `
15
+ - :class: `PagesInfo <github3.repos.pages.PagesInfo> `
16
+ - :class: `PagesBuild <github3.repos.pages.PagesBuild> `
15
17
- :class: `Release <github3.repos.release.Release> `
16
18
- :class: `RepoTag <github3.repos.tag.RepoTag> `
17
19
- :class: `RepoComment <github3.repos.comment.RepoComment> `
@@ -87,6 +89,18 @@ Repository Objects
87
89
88
90
---------
89
91
92
+ .. module :: github3.repos.pages
93
+
94
+ .. autoclass :: PagesInfo
95
+ :members:
96
+
97
+ ---------
98
+
99
+ .. autoclass :: PagesBuild
100
+ :members:
101
+
102
+ ---------
103
+
90
104
.. module :: github3.repos.tag
91
105
92
106
.. autoclass :: RepoTag
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class Subscription(GitHubCore):
108
108
repository subscription information.
109
109
110
110
See also:
111
- developer.github.com/v3/activity/notifications/#get-a-thread-subscription
111
+ http:// developer.github.com/v3/activity/notifications/#get-a-thread-subscription
112
112
"""
113
113
def __init__ (self , sub , session = None ):
114
114
super (Subscription , self ).__init__ (sub , session )
You can’t perform that action at this time.
0 commit comments