]> kaliko git repositories - mpd-sima.git/commitdiff
Add cache/echonest to sphinx doc.
authorkaliko <kaliko@azylum.org>
Sat, 14 Nov 2015 16:58:00 +0000 (17:58 +0100)
committerkaliko <kaliko@azylum.org>
Mon, 22 Nov 2021 15:01:30 +0000 (16:01 +0100)
doc/source/cache.rst [new file with mode: 0644]
doc/source/echonest.rst [new file with mode: 0644]
doc/source/index.rst
doc/source/lastfm.rst

diff --git a/doc/source/cache.rst b/doc/source/cache.rst
new file mode 100644 (file)
index 0000000..350b52a
--- /dev/null
@@ -0,0 +1,7 @@
+HTTP Cache Objects
+==================
+
+.. automodule:: sima.lib.cache
+    :members: BaseCache, DictCache, FileCache
+    :undoc-members:
+
diff --git a/doc/source/echonest.rst b/doc/source/echonest.rst
new file mode 100644 (file)
index 0000000..e5d2a91
--- /dev/null
@@ -0,0 +1,6 @@
+EchoNest HTTP Client
+====================
+
+.. automodule:: sima.lib.simaecho
+    :members: SimaEch
+
index ea579367ae32ee50be2bdc287a7ab1bcbbde4879..fb96b7c2ce073babb0a7f2677a081e279a3aa089 100644 (file)
@@ -3,14 +3,24 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
-Welcome to MPD_sima's documentation!
-====================================
+MPD_sima's documentation!
+=========================
+
+
+Development documentation
+-------------------------
 
 Contents:
 
 .. toctree::
    :maxdepth: 2
 
+   meta
+   lastfm
+   echonest
+   cache
+
+
 
 
 Indices and tables
index 061ede1ea3ce05c290f06f1e480e1d63a33684e8..464c9400dd69e130f2cabbdc11154d741a8fa513 100644 (file)
@@ -1,5 +1,5 @@
-Last.fm  Documentation
-======================
+Last.fm  HTTP Client
+====================
 
 .. automodule:: sima.lib.simafm
     :members: SimaFM