mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-24 23:17:43 +00:00
Added Sphinx documentation to the client.py file
This commit is contained in:
parent
2b557f9953
commit
0de6781a96
6 changed files with 199 additions and 26 deletions
17
docs/api.rst
Normal file
17
docs/api.rst
Normal file
|
@ -0,0 +1,17 @@
|
|||
API Reference
|
||||
=============
|
||||
|
||||
.. currentmodule:: github
|
||||
|
||||
Client
|
||||
------
|
||||
.. autoclass:: GHClient
|
||||
:members:
|
||||
|
||||
API Models
|
||||
----------
|
||||
|
||||
User
|
||||
~~~~
|
||||
.. autoclass:: User()
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue