File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Core
2+ ====
3+
4+ .. py :currentmodule :: github2.core
5+
6+ .. note ::
7+ This module contains functionality that isn't useful to general users
8+ of the ``python-github2 `` package, but it is documented to aid contributors
9+ to the package.
10+
11+ .. autofunction :: ghdate_to_datetime
12+ .. autofunction :: datetime_to_ghdate
13+
14+ .. autofunction :: commitdate_to_datetime
15+ .. autofunction :: datetime_to_commitdate
16+
17+ .. autofunction :: doc_generator
18+
19+ .. autoclass :: GithubCommand
20+
21+ .. autoclass :: Attribute
22+
23+ .. autoclass :: DateAttribute
24+
25+ .. autoclass :: BaseDataType
Original file line number Diff line number Diff line change @@ -11,3 +11,12 @@ API documentation
1111 repos
1212 commit
1313 object
14+
15+ Additionally the following documentation may be useful to ``python-github2 ``
16+ contributors:
17+
18+ .. toctree ::
19+ :maxdepth: 2
20+
21+ core
22+ request
Original file line number Diff line number Diff line change 1+ Requests
2+ ========
3+
4+ .. py :currentmodule :: github2.request
5+
6+ .. note ::
7+ This module contains functionality that isn't useful to general users
8+ of the ``python-github2 `` package, but it is documented to aid contributors
9+ to the package.
10+
11+ .. autodata :: GITHUB_URL
12+
13+ .. autoexception :: GithubError
14+
15+ .. autoclass :: GithubRequest
16+ :exclude-members: GithubError
You can’t perform that action at this time.
0 commit comments