mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5da5551b62
commit
e555246d29
@ -257,7 +257,7 @@ def split(container, name, loc_or_xpath, before=True, totals=None):
|
|||||||
|
|
||||||
def multisplit(container, name, xpath, before=True):
|
def multisplit(container, name, xpath, before=True):
|
||||||
'''
|
'''
|
||||||
Split the specified file at multiple locations (all tags that match the specified XPath expression. See also: :func:`split`.
|
Split the specified file at multiple locations (all tags that match the specified XPath expression). See also: :func:`split`.
|
||||||
Splitting automatically migrates all links and references to the affected
|
Splitting automatically migrates all links and references to the affected
|
||||||
files.
|
files.
|
||||||
|
|
||||||
@ -500,4 +500,3 @@ def merge(container, category, names, master):
|
|||||||
merge_css(container, names, master)
|
merge_css(container, names, master)
|
||||||
|
|
||||||
container.dirty(master)
|
container.dirty(master)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user