diff --git a/docs/conf.py b/docs/conf.py index 481648a..17ea292 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/docs/pomice.rst b/docs/pomice.rst index 4f7ca34..0fa3c6f 100644 --- a/docs/pomice.rst +++ b/docs/pomice.rst @@ -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 ------------------- diff --git a/docs/pomice.spotify.rst b/docs/pomice.spotify.rst deleted file mode 100644 index fda019e..0000000 --- a/docs/pomice.spotify.rst +++ /dev/null @@ -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: -