mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3697256c45
commit
732838aefa
@ -208,6 +208,7 @@ OptionRecommendation(name='level1_toc',
|
|||||||
'should be added to the Table of Contents at level one. If '
|
'should be added to the Table of Contents at level one. If '
|
||||||
'this is specified, it takes precedence over other forms '
|
'this is specified, it takes precedence over other forms '
|
||||||
'of auto-detection.'
|
'of auto-detection.'
|
||||||
|
' See the XPath Tutorial in the calibre User Manual for examples.'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
@ -216,6 +217,7 @@ OptionRecommendation(name='level2_toc',
|
|||||||
help=_('XPath expression that specifies all tags that should be '
|
help=_('XPath expression that specifies all tags that should be '
|
||||||
'added to the Table of Contents at level two. Each entry is added '
|
'added to the Table of Contents at level two. Each entry is added '
|
||||||
'under the previous level one entry.'
|
'under the previous level one entry.'
|
||||||
|
' See the XPath Tutorial in the calibre User Manual for examples.'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
@ -224,6 +226,7 @@ OptionRecommendation(name='level3_toc',
|
|||||||
help=_('XPath expression that specifies all tags that should be '
|
help=_('XPath expression that specifies all tags that should be '
|
||||||
'added to the Table of Contents at level three. Each entry '
|
'added to the Table of Contents at level three. Each entry '
|
||||||
'is added under the previous level two entry.'
|
'is added under the previous level two entry.'
|
||||||
|
' See the XPath Tutorial in the calibre User Manual for examples.'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user