X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fmeta.rst;fp=doc%2Fsource%2Fmeta.rst;h=0000000000000000000000000000000000000000;hb=9f19e8e14b600246881825e657758fdb5eb5b846;hp=906a30091854b31b78e16765b34af4a42642fcbc;hpb=80a289f694f092b50d511db39976ebc5c1f58fbf;p=mpd-sima.git diff --git a/doc/source/meta.rst b/doc/source/meta.rst deleted file mode 100644 index 906a300..0000000 --- a/doc/source/meta.rst +++ /dev/null @@ -1,29 +0,0 @@ -Track object Documentation -========================== - -.. automodule:: sima.lib.track - :members: - -Meta object Documentation -========================= - -Generic class and helper function ---------------------------------- - -.. autoclass:: sima.lib.meta.Meta(name, mbid=None, **kwargs) - :members: - :undoc-members: - -.. autofunction:: sima.lib.meta.is_uuid4 - -Derived objects ---------------- - -.. autoclass:: sima.lib.meta.Artist(name, mbid=None, albumartist=None, musicbrainz_artistid=None, musicbrainz_albumartistid=None) - :show-inheritance: - - -Exceptions ----------- - -.. autoclass:: sima.lib.meta.MetaException