Update document
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
# import os
|
# import os
|
||||||
# import sys
|
# import sys
|
||||||
# sys.path.insert(0, os.path.abspath('.'))
|
# sys.path.insert(0, os.path.abspath('.'))
|
||||||
|
from recommonmark.transform import AutoStructify
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = "librespot-python"
|
project = "librespot-python"
|
||||||
@@ -51,3 +52,10 @@ source_suffix = [".rst", ".md"]
|
|||||||
source_parsers = {
|
source_parsers = {
|
||||||
".md": "recommonmark.parser.CommonMarkParser",
|
".md": "recommonmark.parser.CommonMarkParser",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
def setup(app):
|
||||||
|
app.add_config_value("recommonmark_config", {
|
||||||
|
"auto_toc_tree_section": "Contents",
|
||||||
|
}, True)
|
||||||
|
app.add_transform(AutoStructify)
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||

|

|
||||||
[](https://deepsource.io/gh/kokarare1212/librespot-python/?ref=repository-badge)
|
[](https://deepsource.io/gh/kokarare1212/librespot-python/?ref=repository-badge)
|
||||||
# Get Started
|
# Get Started
|
||||||
|
## Contents
|
||||||
|
* [Supported Futures](supported.md)
|
||||||
|
* [API Reference](api.md)
|
||||||
## What's librespot-python?
|
## What's librespot-python?
|
||||||
librespot-python is a python port of Spotify's open source client library [librespot](https://github.com/librespot-org/librespot).
|
librespot-python is a python port of Spotify's open source client library [librespot](https://github.com/librespot-org/librespot).
|
||||||
It was created to play Spotify on various platforms and devices.
|
It was created to play Spotify on various platforms and devices.
|
||||||
|
|||||||
Reference in New Issue
Block a user