From 732838aefa938568d1678d74d9eafda2aa7fad57 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 23 Feb 2012 14:24:55 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/plumber.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py index 59a779b9f1..8bb4fdd891 100644 --- a/src/calibre/ebooks/conversion/plumber.py +++ b/src/calibre/ebooks/conversion/plumber.py @@ -208,6 +208,7 @@ OptionRecommendation(name='level1_toc', 'should be added to the Table of Contents at level one. If ' 'this is specified, it takes precedence over other forms ' '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 ' 'added to the Table of Contents at level two. Each entry is added ' '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 ' 'added to the Table of Contents at level three. Each entry ' 'is added under the previous level two entry.' + ' See the XPath Tutorial in the calibre User Manual for examples.' ) ),