mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix sphinx error about duplicate definition of Tool
This commit is contained in:
parent
6af3aefb50
commit
bc8d76cfef
@ -19,8 +19,6 @@ from polyglot.builtins import itervalues, unicode_type
|
|||||||
class Tool(object):
|
class Tool(object):
|
||||||
|
|
||||||
'''
|
'''
|
||||||
.. module:: calibre.gui2.tweak_book.plugin.Tool
|
|
||||||
|
|
||||||
The base class for individual tools in an Edit Book plugin. Useful members include:
|
The base class for individual tools in an Edit Book plugin. Useful members include:
|
||||||
|
|
||||||
* ``self.plugin``: A reference to the :class:`calibre.customize.Plugin` object to which this tool belongs.
|
* ``self.plugin``: A reference to the :class:`calibre.customize.Plugin` object to which this tool belongs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user