X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Freference.rst;h=8bca579ce806a10920fe66079f87e005383edda7;hb=b1581f5d521911f847e20501c270c840b1eb6494;hp=1459b922ef7aee6b1b57fc489d635136ff11aaa7;hpb=a1bb332d045c1c375ad2fa331476ee95d964017c;p=python-musicpdaio.git diff --git a/doc/source/reference.rst b/doc/source/reference.rst index 1459b92..8bca579 100644 --- a/doc/source/reference.rst +++ b/doc/source/reference.rst @@ -8,7 +8,7 @@ Reference Environment variables --------------------- -:py:class:`mpdaio.MPDClient` honors the following environment variables: +:py:class:`mpdaio.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