From 7adb0890b859b2bbec0927eb1f474712b200ad81 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 12 Feb 2013 09:06:32 +0530 Subject: [PATCH] ... --- manual/develop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/develop.rst b/manual/develop.rst index 719c876b33..95126a1ede 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -43,7 +43,7 @@ All the |app| python code is in the ``calibre`` package. This package contains t defines a generic driver that connects to a USBMS device. All USBMS based drivers in |app| inherit from it. * ebooks - All the ebook conversion/metadata code. A good starting point is ``calibre.ebooks.conversion.cli`` which is the - module powering the :command:`ebook-convert` command. The conversion process is controlled via conversion.plumber. + module powering the :command:`ebook-convert` command. The conversion process is controlled via ``conversion.plumber``. The format independent code is all in ebooks.oeb and the format dependent code is in ebooks.format_name. * Metadata reading, writing, and downloading is all in ebooks.metadata