mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Forgot some :ref:s
This commit is contained in:
parent
2e49c2d129
commit
37732b2bd6
@ -2982,8 +2982,8 @@ class BuiltinExtraFileSize(BuiltinFormatterFunction):
|
|||||||
r'''
|
r'''
|
||||||
``extra_file_size(file_name)`` -- returns the size in bytes of the extra file
|
``extra_file_size(file_name)`` -- returns the size in bytes of the extra file
|
||||||
``file_name`` in the book's ``data/`` folder if it exists, otherwise ``-1``.[/] See
|
``file_name`` in the book's ``data/`` folder if it exists, otherwise ``-1``.[/] See
|
||||||
also the functions ``has_extra_files()``, ``extra_file_names()`` and
|
also the functions :ref:`has_extra_files`, :ref:`extra_file_names` and
|
||||||
``extra_file_modtime()``. This function can be used only in the GUI.
|
:ref:`extra_file_modtime`. This function can be used only in the GUI.
|
||||||
''')
|
''')
|
||||||
|
|
||||||
def evaluate(self, formatter, kwargs, mi, locals, file_name):
|
def evaluate(self, formatter, kwargs, mi, locals, file_name):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user