mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9d8cda5f85
commit
85dc375871
@ -182,6 +182,10 @@ The plugin API
|
||||
As you may have noticed above, a plugin in |app| is a class. There are different classes for the different types of plugins in |app|.
|
||||
Details on each class, including the base class of all plugins can be found in :ref:`plugins`.
|
||||
|
||||
Your plugin is almost certainly going to use code from |app|. To learn
|
||||
how to find various bits of functionality in the
|
||||
|app| code base, read the section on the |app| :ref:`code_layout`.
|
||||
|
||||
Debugging plugins
|
||||
-------------------
|
||||
|
||||
|
@ -30,6 +30,8 @@ a device driver plugin. You can browse the
|
||||
for new conversion formats involves writing input/output format plugins. Another example of the modular design is the :ref:`recipe system <news>` for
|
||||
fetching news. For more examples of plugins designed to add features to |app|, see the `plugin index <http://www.mobileread.com/forums/showthread.php?p=1362767#post1362767>`_.
|
||||
|
||||
.. _code_layout:
|
||||
|
||||
Code layout
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user