X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Findex.rst;h=d16644bf2488e33129453af7f60fe1c7f222996a;hb=9aa136ff3dc89f1f9a396f8404eb4c8064fa891c;hp=fdfeb70df3ac357ba1d57d322705054eec25e6ea;hpb=1273e7e588476940dd5e9d862be7f18de0db708b;p=python-musicpd.git diff --git a/doc/source/index.rst b/doc/source/index.rst index fdfeb70..d16644b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,3 +1,6 @@ +.. SPDX-FileCopyrightText: 2018-2023 kaliko +.. SPDX-License-Identifier: LGPL-3.0-or-later + .. include:: ../../README.rst Installation @@ -13,11 +16,11 @@ 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 ----------------- +================ Here is a snippet allowing to list the last modified artists in the media library: .. code:: python3 @@ -43,7 +46,7 @@ Here is a snippet allowing to list the last modified artists in the media librar Build documentation --------------------- +=================== .. code:: bash @@ -52,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 @@ -64,8 +65,11 @@ Contents .. toctree:: :maxdepth: 2 + self use.rst doc.rst + commands.rst + examples.rst contribute.rst @@ -73,7 +77,6 @@ Indices and tables ================== * :ref:`genindex` -* :ref:`modindex` * :ref:`search`