fix docs
This commit is contained in:
parent
ba404e2008
commit
fe1becac62
|
|
@ -18,11 +18,11 @@ sys.path.insert(0, os.path.abspath('.'))
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'Pomice'
|
project = 'Pomice'
|
||||||
copyright = '2021, cloudwithax'
|
copyright = '2022, cloudwithax'
|
||||||
author = 'cloudwithax'
|
author = 'cloudwithax'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '1.1.1'
|
release = '1.1.8a'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,6 @@ Pomice
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 4
|
|
||||||
|
|
||||||
pomice.spotify
|
|
||||||
|
|
||||||
|
|
||||||
Enums
|
Enums
|
||||||
-------------------
|
-------------------
|
||||||
|
|
@ -64,6 +59,14 @@ Pool
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
Queue
|
||||||
|
------------------
|
||||||
|
|
||||||
|
.. automodule:: pomice.queue
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
Utils
|
Utils
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,43 +0,0 @@
|
||||||
Spotify
|
|
||||||
======================
|
|
||||||
|
|
||||||
spotify.Album
|
|
||||||
---------------------------
|
|
||||||
|
|
||||||
.. automodule:: pomice.spotify.album
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
spotify.Client
|
|
||||||
----------------------------
|
|
||||||
|
|
||||||
.. automodule:: pomice.spotify.client
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
spotify.Exceptions
|
|
||||||
--------------------------------
|
|
||||||
|
|
||||||
.. automodule:: pomice.spotify.exceptions
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
spotify.Playlist
|
|
||||||
------------------------------
|
|
||||||
|
|
||||||
.. automodule:: pomice.spotify.playlist
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
spotify.Track
|
|
||||||
---------------------------
|
|
||||||
|
|
||||||
.. automodule:: pomice.spotify.track
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue