diff --git a/doc/tutorial/doc/html/index.html b/doc/tutorial/doc/html/index.html
index 4a241bfd..5c65cb68 100644
--- a/doc/tutorial/doc/html/index.html
+++ b/doc/tutorial/doc/html/index.html
@@ -31,7 +31,7 @@
Copyright © 2002-2005 Joel
de Guzman, David Abrahams
-
+
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt )
@@ -94,7 +94,7 @@
(IDL).
-
+
Hello World
@@ -146,7 +146,7 @@
Last revised: November 07, 2007 at 03:34:24 GMT |
- |
+ |
diff --git a/doc/tutorial/doc/html/python/embedding.html b/doc/tutorial/doc/html/python/embedding.html
index 4d39d971..89365fef 100644
--- a/doc/tutorial/doc/html/python/embedding.html
+++ b/doc/tutorial/doc/html/python/embedding.html
@@ -40,7 +40,7 @@
Python/C API at all. So stay tuned...
-
+
Building embedded programs
@@ -82,7 +82,7 @@ exe embedded_program # name of the executable
<find-library>$(PYTHON_EMBEDDED_LIBRARY) ;
-
+
Getting started
@@ -139,7 +139,7 @@ exe embedded_program # name of the executable
automate the process.
-
+
Running Python code
@@ -190,7 +190,7 @@ exe embedded_program # name of the executable
a phrase that is well-known in programming circles.
-
+
Manipulating Python objects
@@ -217,7 +217,7 @@ exe embedded_program # name of the executable
int five_squared = extract<int>(result);
-
+
Exception handling
@@ -268,12 +268,13 @@ exe embedded_program # name of the executable
diff --git a/doc/tutorial/doc/html/python/exception.html b/doc/tutorial/doc/html/python/exception.html
index 8d1a812e..7a9b5c74 100644
--- a/doc/tutorial/doc/html/python/exception.html
+++ b/doc/tutorial/doc/html/python/exception.html
@@ -49,12 +49,13 @@
diff --git a/doc/tutorial/doc/html/python/exposing.html b/doc/tutorial/doc/html/python/exposing.html
index 1d0607ef..3f28366b 100644
--- a/doc/tutorial/doc/html/python/exposing.html
+++ b/doc/tutorial/doc/html/python/exposing.html
@@ -533,7 +533,7 @@
Class Operators/Special Functions
-
+
Python Operators
@@ -582,7 +582,7 @@
expressions".
-
+
Special Methods
@@ -624,12 +624,13 @@
diff --git a/doc/tutorial/doc/html/python/functions.html b/doc/tutorial/doc/html/python/functions.html
index be4b2d0c..9e230a2b 100644
--- a/doc/tutorial/doc/html/python/functions.html
+++ b/doc/tutorial/doc/html/python/functions.html
@@ -212,7 +212,7 @@ Namespaces are one honking great idea -- let's do more of those!
BOOM!
-
+
Call Policies
@@ -415,7 +415,7 @@ Namespaces are one honking great idea -- let's do more of those!
-
+
BOOST_PYTHON_FUNCTION_OVERLOADS
@@ -445,7 +445,7 @@ Namespaces are one honking great idea -- let's do more of those!
def("foo", foo, foo_overloads());
-
+
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS
@@ -491,7 +491,7 @@ Namespaces are one honking great idea -- let's do more of those!
reference for details.
-
+
init and optional
@@ -565,7 +565,7 @@ Namespaces are one honking great idea -- let's do more of those!
(0) arguments and a maximum of 3 arguments.
-
+
Manual Wrapping
@@ -605,12 +605,13 @@ Namespaces are one honking great idea -- let's do more of those!
diff --git a/doc/tutorial/doc/html/python/hello.html b/doc/tutorial/doc/html/python/hello.html
index 3de64f8d..99c089ec 100644
--- a/doc/tutorial/doc/html/python/hello.html
+++ b/doc/tutorial/doc/html/python/hello.html
@@ -26,7 +26,7 @@
-
+
From Start To Finish
@@ -92,7 +92,7 @@
platforms. The complete list of Bjam executables can be found here.
-
+
Let's Jam!
@@ -108,7 +108,7 @@
you going.
-
+
Running bjam
@@ -192,12 +192,13 @@ bjam
diff --git a/doc/tutorial/doc/html/python/iterators.html b/doc/tutorial/doc/html/python/iterators.html
index c8c363ce..ad012f8f 100644
--- a/doc/tutorial/doc/html/python/iterators.html
+++ b/doc/tutorial/doc/html/python/iterators.html
@@ -190,12 +190,13 @@
diff --git a/doc/tutorial/doc/html/python/object.html b/doc/tutorial/doc/html/python/object.html
index 75fabbb7..6f8920ab 100644
--- a/doc/tutorial/doc/html/python/object.html
+++ b/doc/tutorial/doc/html/python/object.html
@@ -196,7 +196,7 @@
d['whatever'] = 3;
-
+
class_<T> as objects
@@ -341,12 +341,13 @@
diff --git a/doc/tutorial/doc/html/python/techniques.html b/doc/tutorial/doc/html/python/techniques.html
index 97325b55..8598e927 100644
--- a/doc/tutorial/doc/html/python/techniques.html
+++ b/doc/tutorial/doc/html/python/techniques.html
@@ -456,12 +456,13 @@