From d1e56f9533fa48438e3b857f44031d5b48a42b5c Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Thu, 18 Feb 2021 15:43:34 +0100 Subject: [PATCH] Fixed typo in CHANGES.txt, some wording and URL --- CHANGES.txt | 2 +- doc/source/doc.rst | 2 +- doc/source/index.rst | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.2