8000 Split up repos. · davidmoss/github3.py@2acdaed · GitHub
[go: up one dir, main page]

Skip to content

Commit 2acdaed

Browse files
committed
Split up repos.
Bring code coverage back up to 100%. Fix the failing API tests. Update the docs. Update doc-strings with links to GitHub's API docs in the repos module only though.
1 parent 9b8b52f commit 2acdaed

19 files changed

+513
-422
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ History/Changelog
2020
- API ``iter_`` methods now accept the ``etag`` argument as the
2121
``GitHub.iter_`` methods do.
2222

23-
- ``github3.octocat`` and ``github3.github.GitHub.octocat`` both support
23+
- Make ``github3.octocat`` and ``github3.github.GitHub.octocat`` both support
2424
sending messages to make the Octocat say things. (Think cowsay)
2525

2626
- Remove vendored dependency of PySO8601.

docs/gists.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ Gists
44
=====
55

66
.. module:: github3
7-
.. module:: github3.gists
7+
.. module:: github3.gists.gist
8+
.. module:: github3.gists.comment
9+
.. module:: github3.gists.file
10+
.. module:: github3.gists.history
811

912
.. |Gist| replace:: :class:`Gist <Gist>`
1013
.. |GistComment| replace:: :class:`GistComment <GistComment>`
1114
.. |GistFile| replace:: :class:`GistFile <GistFile>`
15+
.. |GistHistory| replace:: :class: `GistHistory <GistHistory>`
1216

1317
This part of the documentation details the properties and methods associated
14-
with |Gist|, |GistComment|, and |GistFile| objects. These classes should never
15-
be instantiated by the user (developer) directly.
18+
with |Gist|, |GistComment|, |GistHistory|, and |GistFile| objects. These
19+
classes should never be instantiated by the user (developer) directly.
1620

1721
Gist Objects
1822
------------

docs/repos.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
.. module:: github3
2-
.. module:: github3.repos
2+
.. module:: github3.repos.branch
3+
.. module:: github3.repos.comment
4+
.. module:: github3.repos.commit
5+
.. module:: github3.repos.comparison
6+
.. module:: github3.repos.contents
7+
.. module:: github3.repos.download
8+
.. module:: github3.repos.hook
9+
.. module:: github3.repos.repo
10+
.. module:: github3.repos.status
11+
.. module:: github3.repos.tag
312

413
Repository
514
==========

0 commit comments

Comments
 (0)
0