From 6080316bd9718df17377cb434ff179ccf8b72976 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Nov 2014 18:45:20 +0530 Subject: [PATCH] ... --- manual/function_mode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/function_mode.rst b/manual/function_mode.rst index 4dda6342a5..9062df4189 100644 --- a/manual/function_mode.rst +++ b/manual/function_mode.rst @@ -144,7 +144,7 @@ Auto create a Table of Contents Finally, lets try something a little more ambitious. Suppose your book has headings in ``h1`` and ``h2`` tags that look like -``

Some Text

``. We will auto-generate an HTML Table of +``

Some Text

``. We will auto-generate an HTML Table of Contents based on these headings. Create the custom function below: .. code-block:: python