This commit is contained in:
cloudwithax 2022-09-09 11:17:26 -04:00
parent ba404e2008
commit fe1becac62
3 changed files with 10 additions and 50 deletions

View File

@ -18,11 +18,11 @@ sys.path.insert(0, os.path.abspath('.'))
# -- Project information -----------------------------------------------------
project = 'Pomice'
copyright = '2021, cloudwithax'
copyright = '2022, cloudwithax'
author = 'cloudwithax'
# The full version, including alpha/beta/rc tags
release = '1.1.1'
release = '1.1.8a'
# -- General configuration ---------------------------------------------------

View File

@ -2,11 +2,6 @@ Pomice
==============
.. toctree::
:maxdepth: 4
pomice.spotify
Enums
-------------------
@ -64,6 +59,14 @@ Pool
:undoc-members:
:show-inheritance:
Queue
------------------
.. automodule:: pomice.queue
:members:
:undoc-members:
:show-inheritance:
Utils
-------------------

View File

@ -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: