]> kaliko git repositories - mpd-sima.git/commitdiff
doc: Update sphinx config and add sima.mpdclient.MPD
authorkaliko <kaliko@azylum.org>
Fri, 15 May 2020 11:54:15 +0000 (13:54 +0200)
committerkaliko <kaliko@azylum.org>
Mon, 22 Nov 2021 15:01:30 +0000 (16:01 +0100)
doc/source/conf.py
doc/source/dev/mpdclient.rst [new file with mode: 0644]
doc/source/index.rst

index 0fb2bdd50058f8bd54a8330ff50f10da6756d861..6f553a02fb1abb7c6669cabc7276e9cd234c6eaa 100644 (file)
@@ -15,7 +15,6 @@
 
 import sys
 import os
-import shlex
 
 
 # If extensions (or modules to document with autodoc) are in another directory,
@@ -23,7 +22,7 @@ import shlex
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 #sys.path.insert(0, os.path.abspath('.'))
 sys.path.insert(0, os.path.abspath('../../'))
-from sima.info import __version__
+from sima.info import __version__, __author__
 
 # -- General configuration ------------------------------------------------
 
@@ -54,8 +53,9 @@ master_doc = 'index'
 
 # General information about the project.
 project = 'MPD_sima'
-copyright = '2015-2017, kaliko'
-author = 'kaliko'
+from datetime import datetime
+copyright = '2009-{}, {}'.format(datetime.now().year, __author__)
+author = __author__
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
diff --git a/doc/source/dev/mpdclient.rst b/doc/source/dev/mpdclient.rst
new file mode 100644 (file)
index 0000000..43c952f
--- /dev/null
@@ -0,0 +1,7 @@
+MPD Client
+===========
+
+.. autoclass:: sima.mpdclient.MPD
+    :members:
+    :show-inheritance:
+
index db6bd963129d961ac5bea1dcb9f2a5365fbf8704..bd31cac19c7bfaaaeca69717a0ad4b0395bd6f80 100644 (file)
@@ -16,13 +16,12 @@ Development documentation
    :maxdepth: 2
    :titlesonly:
 
+   dev/mpdclient
    dev/meta
    dev/lastfm
    dev/cache
 
 
-
-
 Indices and tables
 ==================