This commit is contained in:
Kovid Goyal 2014-11-28 23:48:41 +05:30
parent bd7bba7fae
commit efcee358da

View File

@ -145,7 +145,8 @@ automatically incremented for every successive match.
Another new feature is the use of ``replace.file_order`` -- setting that to Another new feature is the use of ``replace.file_order`` -- setting that to
``'spine'`` means that if this search is run on multiple HTML files, the files ``'spine'`` means that if this search is run on multiple HTML files, the files
are processed in the order in which they appear in the book. are processed in the order in which they appear in the book. See
:ref:`file_order_replace_all` for details.
Auto create a Table of Contents Auto create a Table of Contents
@ -333,6 +334,8 @@ function from python. The output of print will be displayed in a popup window
after the Find/replace has completed. You saw an example of using ``print()`` after the Find/replace has completed. You saw an example of using ``print()``
to output an entire table of contents above. to output an entire table of contents above.
.. _file_order_replace_all:
Choose file order when running on multiple HTML files Choose file order when running on multiple HTML files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^