fix docs to refer to dbcore module

This commit is contained in:
Adrian Sampson 2014-01-13 17:25:07 -08:00
parent faa66dba0d
commit 3d5d071fe7

View file

@ -44,6 +44,8 @@ to interact directly with the underlying SQLite database, you must use a
items = lib.items(query)
lib.add_album(list(items))
.. currentmodule:: beets.dbcore
.. autoclass:: Transaction
:members:
@ -62,12 +64,16 @@ objects.
Model base
''''''''''
.. currentmodule:: beets.dbcore
.. autoclass:: Model
:members:
Item
''''
.. currentmodule:: beets.library
.. autoclass:: Item
:members: