mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-05 07:27:47 +00:00
Make special-members only show __init__
We don't need to see all of __dict__, thanks!
This commit is contained in:
parent
76421babf6
commit
c0cb456999
@ -252,7 +252,7 @@ API Reference
|
|||||||
.. automodule:: spotipy.client
|
.. automodule:: spotipy.client
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:special-members:
|
:special-members: __init__
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`oauth2` Module
|
:mod:`oauth2` Module
|
||||||
@ -261,7 +261,7 @@ API Reference
|
|||||||
.. automodule:: spotipy.oauth2
|
.. automodule:: spotipy.oauth2
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:special-members:
|
:special-members: __init__
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`util` Module
|
:mod:`util` Module
|
||||||
@ -270,7 +270,7 @@ API Reference
|
|||||||
.. automodule:: spotipy.util
|
.. automodule:: spotipy.util
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:special-members:
|
:special-members: __init__
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user