X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Findex.rst;h=d552f002115af0d852c1bf077b0760bbc4c57cce;hb=HEAD;hp=ac14145e7a724e3716fba99b0c06ae15f678fd91;hpb=80fdad9f2cad5b3759351ab38bf32cad863cd3cb;p=python-musicpd.git diff --git a/doc/source/index.rst b/doc/source/index.rst index ac14145..d16644b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: 2018-2021 kaliko +.. SPDX-FileCopyrightText: 2018-2023 kaliko .. SPDX-License-Identifier: LGPL-3.0-or-later .. include:: ../../README.rst @@ -20,7 +20,7 @@ Installation Library overview ----------------- +================ Here is a snippet allowing to list the last modified artists in the media library: .. code:: python3 @@ -46,7 +46,7 @@ Here is a snippet allowing to list the last modified artists in the media librar Build documentation --------------------- +=================== .. code:: bash @@ -55,9 +55,7 @@ Build documentation # Installs sphinx if needed python3 -m venv venv && . ./venv/bin/activate pip install sphinx - # And build - python3 setup.py build_sphinx - # Or call sphinx + # Call sphinx sphinx-build -d ./doc/build/doctrees doc/source -b html ./doc/build/html @@ -67,9 +65,11 @@ Contents .. toctree:: :maxdepth: 2 + self use.rst doc.rst commands.rst + examples.rst contribute.rst