diff options
author | 2012-03-01 13:12:00 +0100 | |
---|---|---|
committer | 2012-03-01 13:12:00 +0100 | |
commit | 397238b404a66ba25aec1e4d7902e16104eddefc (patch) | |
tree | 7453341e1e3257282cf5d87285b451b6fc13ec23 /docs/github.rst | |
parent | Services.repos.Repo doc (diff) | |
download | python-github3-397238b404a66ba25aec1e4d7902e16104eddefc.tar.xz python-github3-397238b404a66ba25aec1e4d7902e16104eddefc.zip |
Restructure modules and packages in a clean way
The docs has increased lines of code, so I split it
Diffstat (limited to 'docs/github.rst')
-rw-r--r-- | docs/github.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/github.rst b/docs/github.rst index b54cef2..ae4941b 100644 --- a/docs/github.rst +++ b/docs/github.rst @@ -3,5 +3,5 @@ Github This is the main entrance of **pygithub3** -.. autoclass:: pygithub3.github.Github +.. autoclass:: pygithub3.Github :members: |