From bb19e99af56a0fe98175165dc62a2cf6bab686c9 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 9 May 2015 00:48:11 +0200 Subject: [PATCH] docs: Add httpclient to API docs --- docs/api/httpclient.rst | 9 +++++++++ docs/api/index.rst | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/api/httpclient.rst diff --git a/docs/api/httpclient.rst b/docs/api/httpclient.rst new file mode 100644 index 00000000..85e258c3 --- /dev/null +++ b/docs/api/httpclient.rst @@ -0,0 +1,9 @@ +.. _httpclient-helper: + +************************************************ +:mod:`mopidy.httpclient` --- HTTP Client helpers +************************************************ + +.. automodule:: mopidy.httpclient + :synopsis: HTTP Client helpers for Mopidy its Extensions. + :members: diff --git a/docs/api/index.rst b/docs/api/index.rst index 3a79af5d..d4bd2f61 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -54,6 +54,7 @@ Utilities .. toctree:: - config commands + config + httpclient zeroconf