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 = '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 ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -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