mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-16 16:14:49 -04:00
Begin documentation website
This commit is contained in:
parent
0dc6af7ecd
commit
4620f6771f
31 changed files with 18143 additions and 1 deletions
71
docs/_build/html/_sources/index.rst.txt
vendored
Normal file
71
docs/_build/html/_sources/index.rst.txt
vendored
Normal file
|
@ -0,0 +1,71 @@
|
|||
.. streamrip documentation master file, created by
|
||||
sphinx-quickstart on Sat Jul 24 11:23:31 2021.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to streamrip's documentation!
|
||||
=====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
.. module:: streamrip.clients
|
||||
|
||||
Clients
|
||||
=======
|
||||
|
||||
.. autoclass:: QobuzClient
|
||||
:members:
|
||||
|
||||
.. autoclass:: TidalClient
|
||||
:members:
|
||||
|
||||
.. autoclass:: DeezerClient
|
||||
:members:
|
||||
|
||||
.. autoclass:: SoundCloudClient
|
||||
:members:
|
||||
|
||||
|
||||
Media
|
||||
=====
|
||||
|
||||
.. module:: streamrip.media
|
||||
|
||||
.. autoclass:: Track
|
||||
:members:
|
||||
|
||||
.. autoclass:: Booklet
|
||||
:members:
|
||||
|
||||
.. autoclass:: Video
|
||||
:members:
|
||||
|
||||
.. autoclass:: YoutubeVideo
|
||||
:members:
|
||||
|
||||
.. autoclass:: Tracklist
|
||||
:members:
|
||||
|
||||
.. autoclass:: Album
|
||||
:members:
|
||||
|
||||
.. autoclass:: Playlist
|
||||
:members:
|
||||
|
||||
.. autoclass:: Artist
|
||||
:members:
|
||||
|
||||
.. autoclass:: Label
|
||||
:members:
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue