From: Kaliko Jack Date: Thu, 18 Feb 2021 14:43:34 +0000 (+0100) Subject: Fixed typo in CHANGES.txt, some wording and URL X-Git-Tag: v0.6.0~9 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=d1e56f9533fa48438e3b857f44031d5b48a42b5c Fixed typo in CHANGES.txt, some wording and URL --- diff --git a/CHANGES.txt b/CHANGES.txt index c72e7eb..f6ae4ee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,7 +8,7 @@ Changes in 0.6.0 UNRELEASED considers only gztar and zip) * Add binarylimit command * Add getvol command -* Honor MPD_TIMEOUT environment variables +* Honor MPD_TIMEOUT environment variable * Default connection timeout is now 30s (previously 5s) * Add abstract unix socket support diff --git a/doc/source/doc.rst b/doc/source/doc.rst index 60ae4fa..c270e12 100644 --- a/doc/source/doc.rst +++ b/doc/source/doc.rst @@ -1,4 +1,4 @@ -MPD client class +musicpd namespace ================= .. autodata:: musicpd.CONNECTION_TIMEOUT diff --git a/doc/source/index.rst b/doc/source/index.rst index d552f00..76871d1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,7 +13,7 @@ Installation .. code:: bash - pip install git+https://gitlab.com/kaliko/python-musicpd.git + pip install git+https://gitlab.com/kaliko/python-musicpd.git@dev Library overview @@ -75,7 +75,6 @@ Indices and tables * :ref:`genindex` * :ref:`search` -.. * :ref:`modindex` .. vim: spell spelllang=en