X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=doc%2Fsource%2Findex.rst;fp=doc%2Fsource%2Findex.rst;h=c55d08dfe8be591c89a42f09363bddac9f3e1e5a;hp=0000000000000000000000000000000000000000;hb=966e3a848b9d545530cc7c7a78c5185c69183b22;hpb=f3611c77b044f33571434326abb8ad0485bf6278 diff --git a/doc/source/index.rst b/doc/source/index.rst new file mode 100644 index 0000000..c55d08d --- /dev/null +++ b/doc/source/index.rst @@ -0,0 +1,55 @@ +.. include:: ../../README.rst + +Installation +============= + +**Latest stable release** from `PyPi `_: + +.. code:: bash + + pip install python-musicpd + +**Latest development version** using pip + git: + +.. code:: bash + + pip install git+https://gitlab.com/kaliko/python-musicpd.git + + + +Build documentation +-------------------- + +.. code:: bash + + # Get the source + git clone https://gitlab.com/kaliko/python-musicpd.git && cd python-musicpd + # Installs sphinx if needed + python3 -m venv venv && . ./venv/bin/activate + pip install sphinx + # And build + python3 setup.py build_sphinx + # Or call sphinx + sphinx-build -d ./doc/build/doctrees doc/source -b html ./doc/build/html + + +Contents +========= + +.. toctree:: + :maxdepth: 2 + + use.rst + doc.rst + contribute.rst + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + + +.. vim: spell spelllang=en