]> kaliko git repositories - python-musicpdaio.git/blobdiff - doc/source/reference.rst
Add more docstrings
[python-musicpdaio.git] / doc / source / reference.rst
index 1459b922ef7aee6b1b57fc489d635136ff11aaa7..8bca579ce806a10920fe66079f87e005383edda7 100644 (file)
@@ -8,7 +8,7 @@ Reference
 Environment variables
 ---------------------
 
-:py:class:`mpdaio.MPDClient` honors the following environment variables:
+:py:class:`mpdaio.MPDClient<mpdaio.client.MPDClient>` honors the following environment variables:
 
 .. envvar:: MPD_HOST
 
@@ -48,8 +48,24 @@ Default timeout:
  * use :envvar:`MPD_TIMEOUT` if set
  * else use :py:obj:`mpdaio.const.CONNECTION_TIMEOUT`
 
-
 Supported commands
 ------------------
 
 .. include:: commands.rst
+
+Module documentation
+--------------------
+
+MPDClient class
+^^^^^^^^^^^^^^^
+
+.. automodule:: mpdaio.client
+   :members:
+
+Constants
+^^^^^^^^^
+
+.. automodule:: mpdaio.const
+   :members:
+
+.. vim: spell spelllang=en